Searched refs:do_ioctl (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd); 467 .ndo_eth_ioctl = do_ioctl, 1418 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 1489 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function 1880 .unlocked_ioctl = do_ioctl,
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 2424 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl() 2427 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 12832 .do_ioctl = hclge_do_ioctl,
|