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