Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/xircom/
A Dxirc2ps_cs.c298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
467 .ndo_eth_ioctl = do_ioctl,
1415 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
/linux/drivers/scsi/cxlflash/
A Dsuperpipe.c2106 sioctl do_ioctl = NULL; in cxlflash_ioctl() local
2163 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl()
2165 if (likely(do_ioctl)) in cxlflash_ioctl()
2195 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
A Dmain.c3486 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local
3510 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl()
3512 if (likely(do_ioctl)) in cxlflash_chr_ioctl()
3543 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
/linux/arch/x86/kernel/
A 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,
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.h602 int (*do_ioctl)(struct hnae3_handle *handle, member
A Dhns3_enet.c2300 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
2303 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c13106 .do_ioctl = hclge_do_ioctl,

Completed in 57 milliseconds