Lines Matching refs:filep
88 int HieventOpen(struct file *filep) in HieventOpen() argument
90 (void)filep; in HieventOpen()
94 int HieventClose(struct file *filep) in HieventClose() argument
96 (void)filep; in HieventClose()
160 static ssize_t HieventRead(struct file *filep, char *buffer, size_t bufLen) in HieventRead() argument
165 (void)filep; in HieventRead()
323 static ssize_t HieventWrite(struct file *filep, in HieventWrite() argument
326 (void)filep; in HieventWrite()
330 static int HieventPoll(struct file *filep, poll_table *fds) in HieventPoll() argument
332 (void)filep; in HieventPoll()
339 static int HieventIoctl(struct file *filep, int cmd, unsigned long arg) in HieventIoctl() argument
342 (void)filep; in HieventIoctl()