Home
last modified time | relevance | path

Searched refs:do_ioctl (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c298 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/
Dsuperpipe.c2107 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()
Dmain.c3505 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/
Dapm_32.c1518 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/
Dhnae3.h519 int (*do_ioctl)(struct hnae3_handle *handle, member
Dhns3_enet.c1583 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/
Dqeth_core.h781 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd); member
Dqeth_l3_main.c2084 .do_ioctl = qeth_l3_do_ioctl,
Dqeth_l2_main.c2334 .do_ioctl = NULL,
Dqeth_core_main.c6550 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/
Dhclge_main.c11437 .do_ioctl = hclge_do_ioctl,