Searched refs:do_ioctl (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/ |
D | compat_ioctl.c | 125 static int do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in do_ioctl() function 155 err = do_ioctl(file, cmd, (unsigned long)kevent); in do_video_get_event() 196 err = do_ioctl(file, cmd, (unsigned long) up_native); in do_video_stillpicture() 267 return do_ioctl(file, cmd, (unsigned long)sgio32); in sg_ioctl_trans() 327 err = do_ioctl(file, cmd, (unsigned long) sgio); in sg_ioctl_trans() 364 err = do_ioctl(file, cmd, (unsigned long)r); in sg_grt_trans() 413 return do_ioctl(file, cmd, (unsigned long) u_fprog64); in ppp_sock_fprog_ioctl_trans() 438 err = do_ioctl(file, PPPIOCGIDLE, (unsigned long) idle); in ppp_gidle() 470 return do_ioctl(file, PPPIOCSCOMPRESS, (unsigned long) odata); in ppp_scompress() 516 err = do_ioctl(file, kcmd, (unsigned long)karg); in mt_ioctl_trans() [all …]
|
/Linux-v4.19/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 467 .ndo_do_ioctl = do_ioctl, 1421 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | superpipe.c | 2113 sioctl do_ioctl = NULL; in cxlflash_ioctl() local 2170 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl() 2172 if (likely(do_ioctl)) in cxlflash_ioctl() 2203 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
|
D | main.c | 3513 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local 3537 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl() 3539 if (likely(do_ioctl)) in cxlflash_chr_ioctl() 3570 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
|
/Linux-v4.19/arch/x86/kernel/ |
D | apm_32.c | 1527 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function 1918 .unlocked_ioctl = do_ioctl,
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_core.h | 722 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd); member
|
D | qeth_l2_main.c | 1234 .do_ioctl = NULL,
|
D | qeth_l3_main.c | 2861 .do_ioctl = qeth_l3_do_ioctl,
|
D | qeth_core_main.c | 5989 if (card->discipline->do_ioctl) in qeth_do_ioctl() 5990 rc = card->discipline->do_ioctl(dev, rq, cmd); in qeth_do_ioctl()
|