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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_char.c443 if (device->discipline->ioctl_fn == NULL)
445 return device->discipline->ioctl_fn(device, no, data);
476 if (device->discipline->ioctl_fn) {
478 rval = device->discipline->ioctl_fn(device, no, argp);
H A Dtape.h164 int (*ioctl_fn)(struct tape_device *, unsigned int, unsigned long); member in struct:tape_discipline
H A Dtape_34xx.c1268 .ioctl_fn = tape_34xx_ioctl,
H A Dtape_3590.c1692 .ioctl_fn = tape_3590_ioctl,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Ddev-ioctl.c43 typedef int (*ioctl_fn)(struct file *, struct autofs_sb_info *, typedef
572 static ioctl_fn lookup_dev_ioctl(unsigned int cmd)
576 ioctl_fn fn;
618 ioctl_fn fn = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c376 typedef int (*ioctl_fn)(struct dm_ioctl *param, size_t param_size); typedef
1386 static ioctl_fn lookup_ioctl(unsigned int cmd)
1390 ioctl_fn fn;
1513 ioctl_fn fn = NULL;

Completed in 169 milliseconds