Searched refs:do_ioctl (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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-6.15/arch/x86/kernel/ |
| H A D | apm_32.c | 1490 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function 1881 .unlocked_ioctl = do_ioctl,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.h | 663 int (*do_ioctl)(struct hnae3_handle *handle, member
|
| H A D | hns3_enet.c | 2412 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl() 2415 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 12826 .do_ioctl = hclge_do_ioctl,
|