Home
last modified time | relevance | path

Searched refs:ioctl_fn (Results 1 – 6 of 6) sorted by relevance

/drivers/s390/char/
Dtape_char.c426 if (device->discipline->ioctl_fn == NULL) in __tapechar_ioctl()
428 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl()
Dtape.h158 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long); member
Dtape_34xx.c1165 .ioctl_fn = tape_34xx_ioctl,
Dtape_3590.c1627 .ioctl_fn = tape_3590_ioctl,
/drivers/misc/vmw_vmci/
Dvmci_host.c918 #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/
Ddm-ioctl.c510 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()