Searched refs:do_ioctl (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | superpipe.c | 2107 sioctl do_ioctl = NULL; in cxlflash_ioctl() local 2164 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl() 2166 if (likely(do_ioctl)) in cxlflash_ioctl() 2196 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
|
D | main.c | 3505 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local 3529 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl() 3531 if (likely(do_ioctl)) in cxlflash_chr_ioctl() 3562 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | apm_32.c | 1518 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function 1909 .unlocked_ioctl = do_ioctl,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 519 int (*do_ioctl)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 1583 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl() 1586 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | qeth_core.h | 781 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd); member
|
D | qeth_l3_main.c | 2084 .do_ioctl = qeth_l3_do_ioctl,
|
D | qeth_l2_main.c | 2334 .do_ioctl = NULL,
|
D | qeth_core_main.c | 6550 if (card->discipline->do_ioctl) in qeth_do_ioctl() 6551 rc = card->discipline->do_ioctl(dev, rq, cmd); in qeth_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 11437 .do_ioctl = hclge_do_ioctl,
|