Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Duser-internals.h43 do_ioctl_fn *do_ioctl; member
H A Dsyscall.c5598 static abi_long do_ioctl(int fd, int cmd, abi_long arg) in do_ioctl() function
5619 if (ie->do_ioctl) { in do_ioctl()
5620 return ie->do_ioctl(ie, buf_temp, fd, cmd, arg); in do_ioctl()
9893 return do_ioctl(arg1, arg2, arg3); in _syscall2()
/openbmc/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
467 .ndo_eth_ioctl = do_ioctl,
1420 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
/openbmc/linux/drivers/scsi/cxlflash/
H 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()
H 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()
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1519 static long do_ioctl(struct file *filp, u_int cmd, u_long arg) in do_ioctl() function
1910 .unlocked_ioctl = do_ioctl,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h644 int (*do_ioctl)(struct hnae3_handle *handle, member
H A Dhns3_enet.c2409 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
2412 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12721 .do_ioctl = hclge_do_ioctl,