Lines Matching defs:filep
48 static int PerfOpen(struct file *filep)
50 (void)filep;
54 static int PerfClose(struct file *filep)
56 (void)filep;
60 static ssize_t PerfRead(struct file *filep, char *buffer, size_t buflen)
63 (void)filep;
91 static ssize_t PerfConfig(struct file *filep, const char *buffer, size_t buflen)
93 (void)filep;
117 static int PerfIoctl(struct file *filep, int cmd, unsigned long arg)
119 (void)filep;