Searched refs:filep (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/kernel/cpu/sgx/ |
| A D | driver.h | 24 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
| A D | driver.c | 120 static long sgx_compat_ioctl(struct file *filep, unsigned int cmd, in sgx_compat_ioctl() argument 123 return sgx_ioctl(filep, cmd, arg); in sgx_compat_ioctl()
|
| A D | ioctl.c | 1206 long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in sgx_ioctl() argument 1208 struct sgx_encl *encl = filep->private_data; in sgx_ioctl()
|
| /arch/powerpc/kernel/ |
| A D | secvar-sysfs.c | 54 static ssize_t data_read(struct file *filep, struct kobject *kobj, in data_read() argument 87 static ssize_t update_write(struct file *filep, struct kobject *kobj, in update_write() argument
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-elog.c | 158 static ssize_t raw_attr_read(struct file *filep, struct kobject *kobj, in raw_attr_read() argument
|
| A D | opal-dump.c | 288 static ssize_t dump_attr_read(struct file *filep, struct kobject *kobj, in dump_attr_read() argument
|
Completed in 11 milliseconds