Searched refs:ioctl_fn (Results 1 – 6 of 6) sorted by relevance
| /drivers/s390/char/ |
| A D | tape_char.c | 425 if (device->discipline->ioctl_fn == NULL) in __tapechar_ioctl() 427 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl()
|
| A D | tape.h | 158 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long); member
|
| A D | tape_34xx.c | 1166 .ioctl_fn = tape_34xx_ioctl,
|
| A D | tape_3590.c | 1628 .ioctl_fn = tape_3590_ioctl,
|
| /drivers/misc/vmw_vmci/ |
| A D | vmci_host.c | 917 #define VMCI_DO_IOCTL(ioctl_name, ioctl_fn) do { \ in vmci_host_unlocked_ioctl() argument 919 return vmci_host_do_ ## ioctl_fn( \ in vmci_host_unlocked_ioctl()
|
| /drivers/md/ |
| A D | dm-ioctl.c | 528 typedef int (*ioctl_fn)(struct file *filp, struct dm_ioctl *param, size_t param_size); typedef 1859 static ioctl_fn lookup_ioctl(unsigned int cmd, int *ioctl_flags) in lookup_ioctl() 1864 ioctl_fn fn; in lookup_ioctl() 2054 ioctl_fn fn = NULL; in ctl_ioctl()
|
Completed in 15 milliseconds