Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dcompat_ioctl.c82 static int do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in do_ioctl() function
159 return do_ioctl(file, cmd, (unsigned long)sgio32); in sg_ioctl_trans()
219 err = do_ioctl(file, cmd, (unsigned long) sgio); in sg_ioctl_trans()
256 err = do_ioctl(file, cmd, (unsigned long)r); in sg_grt_trans()
305 return do_ioctl(file, cmd, (unsigned long) u_fprog64); in ppp_sock_fprog_ioctl_trans()
330 err = do_ioctl(file, PPPIOCGIDLE, (unsigned long) idle); in ppp_gidle()
362 return do_ioctl(file, PPPIOCSCOMPRESS, (unsigned long) odata); in ppp_scompress()
408 err = do_ioctl(file, kcmd, (unsigned long)karg); in mt_ioctl_trans()
455 ret = do_ioctl(file, (cmd == RTC_IRQP_READ32) ? in rtc_ioctl()
462 return do_ioctl(file, RTC_IRQP_SET, (unsigned long)argp); in rtc_ioctl()
[all …]
/Linux-v5.4/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c298 static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
467 .ndo_do_ioctl = do_ioctl,
1421 do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in do_ioctl() function
/Linux-v5.4/drivers/scsi/cxlflash/
Dsuperpipe.c2109 sioctl do_ioctl = NULL; in cxlflash_ioctl() local
2166 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_ioctl()
2168 if (likely(do_ioctl)) in cxlflash_ioctl()
2198 rc = do_ioctl(sdev, (void *)&buf); in cxlflash_ioctl()
Dmain.c3510 hioctl do_ioctl = NULL; in cxlflash_chr_ioctl() local
3534 do_ioctl = ioctl_tbl[idx].ioctl; in cxlflash_chr_ioctl()
3536 if (likely(do_ioctl)) in cxlflash_chr_ioctl()
3567 rc = do_ioctl(cfg, (void *)&buf); in cxlflash_chr_ioctl()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h430 int (*do_ioctl)(struct hnae3_handle *handle, member
Dhns3_enet.c1435 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl()
1438 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
/Linux-v5.4/arch/x86/kernel/
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-v5.4/drivers/s390/net/
Dqeth_core.h769 int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd); member
Dqeth_l2_main.c1000 .do_ioctl = NULL,
Dqeth_l3_main.c2487 .do_ioctl = qeth_l3_do_ioctl,
Dqeth_core_main.c5869 if (card->discipline->do_ioctl) in qeth_do_ioctl()
5870 rc = card->discipline->do_ioctl(dev, rq, cmd); in qeth_do_ioctl()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c10148 .do_ioctl = hclge_do_ioctl,