Searched refs:ioctl_fn (Results 1 – 6 of 6) sorted by relevance
/drivers/s390/char/ |
D | tape_char.c | 426 if (device->discipline->ioctl_fn == NULL) in __tapechar_ioctl() 428 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl()
|
D | tape.h | 158 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long); member
|
D | tape_34xx.c | 1165 .ioctl_fn = tape_34xx_ioctl,
|
D | tape_3590.c | 1627 .ioctl_fn = tape_3590_ioctl,
|
/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 918 #define VMCI_DO_IOCTL(ioctl_name, ioctl_fn) do { \ in vmci_host_unlocked_ioctl() argument 920 return vmci_host_do_ ## ioctl_fn( \ in vmci_host_unlocked_ioctl()
|
/drivers/md/ |
D | dm-ioctl.c | 510 typedef int (*ioctl_fn)(struct file *filp, struct dm_ioctl *param, size_t param_size); typedef 1766 static ioctl_fn lookup_ioctl(unsigned int cmd, int *ioctl_flags) in lookup_ioctl() 1771 ioctl_fn fn; in lookup_ioctl() 1952 ioctl_fn fn = NULL; in ctl_ioctl()
|