Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/scsi/cxlflash/
A Dsuperpipe.c2108 sioctl do_ioctl = NULL; in cxlflash_ioctl() local
2165 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl()
2167 if (likely(do_ioctl)) in cxlflash_ioctl()
2197 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-6.3-rc2/arch/x86/kernel/
A Dapm_32.c1525 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function
1916 .unlocked_ioctl = do_ioctl,
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.h630 int (*do_ioctl)(struct hnae3_handle *handle, member
A Dhns3_enet.c2401 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
2404 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c13078 .do_ioctl = hclge_do_ioctl,

Completed in 53 milliseconds