do_ioctl         1909 arch/x86/kernel/apm_32.c 	.unlocked_ioctl	= do_ioctl,
do_ioctl          430 drivers/net/ethernet/hisilicon/hns3/hnae3.h 	int (*do_ioctl)(struct hnae3_handle *handle,
do_ioctl         1441 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (!h->ae_algo->ops->do_ioctl)
do_ioctl         1444 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	return h->ae_algo->ops->do_ioctl(h, ifr, cmd);
do_ioctl         10163 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	.do_ioctl = hclge_do_ioctl,
do_ioctl          298 drivers/net/ethernet/xircom/xirc2ps_cs.c static int do_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
do_ioctl          467 drivers/net/ethernet/xircom/xirc2ps_cs.c 	.ndo_do_ioctl		= do_ioctl,
do_ioctl          770 drivers/s390/net/qeth_core.h 	int (*do_ioctl)(struct net_device *dev, struct ifreq *rq, int cmd);
do_ioctl         5892 drivers/s390/net/qeth_core_main.c 		if (card->discipline->do_ioctl)
do_ioctl         5893 drivers/s390/net/qeth_core_main.c 			rc = card->discipline->do_ioctl(dev, rq, cmd);
do_ioctl         1001 drivers/s390/net/qeth_l2_main.c 	.do_ioctl = NULL,
do_ioctl         2489 drivers/s390/net/qeth_l3_main.c 	.do_ioctl = qeth_l3_do_ioctl,
do_ioctl         3510 drivers/scsi/cxlflash/main.c 	hioctl do_ioctl = NULL;
do_ioctl         3534 drivers/scsi/cxlflash/main.c 		do_ioctl = ioctl_tbl[idx].ioctl;
do_ioctl         3536 drivers/scsi/cxlflash/main.c 		if (likely(do_ioctl))
do_ioctl         3567 drivers/scsi/cxlflash/main.c 	rc = do_ioctl(cfg, (void *)&buf);
do_ioctl         2109 drivers/scsi/cxlflash/superpipe.c 	sioctl do_ioctl = NULL;
do_ioctl         2166 drivers/scsi/cxlflash/superpipe.c 		do_ioctl = ioctl_tbl[idx].ioctl;
do_ioctl         2168 drivers/scsi/cxlflash/superpipe.c 		if (likely(do_ioctl))
do_ioctl         2198 drivers/scsi/cxlflash/superpipe.c 	rc = do_ioctl(sdev, (void *)&buf);
do_ioctl          159 fs/compat_ioctl.c 		return do_ioctl(file, cmd, (unsigned long)sgio32);
do_ioctl          219 fs/compat_ioctl.c 	err = do_ioctl(file, cmd, (unsigned long) sgio);
do_ioctl          256 fs/compat_ioctl.c 	err = do_ioctl(file, cmd, (unsigned long)r);
do_ioctl          305 fs/compat_ioctl.c 	return do_ioctl(file, cmd, (unsigned long) u_fprog64);
do_ioctl          330 fs/compat_ioctl.c 	err = do_ioctl(file, PPPIOCGIDLE, (unsigned long) idle);
do_ioctl          362 fs/compat_ioctl.c 	return do_ioctl(file, PPPIOCSCOMPRESS, (unsigned long) odata);
do_ioctl          408 fs/compat_ioctl.c 	err = do_ioctl(file, kcmd, (unsigned long)karg);
do_ioctl          455 fs/compat_ioctl.c 		ret = do_ioctl(file, (cmd == RTC_IRQP_READ32) ?
do_ioctl          462 fs/compat_ioctl.c 		return do_ioctl(file, RTC_IRQP_SET, (unsigned long)argp);
do_ioctl          464 fs/compat_ioctl.c 		return do_ioctl(file, RTC_EPOCH_SET, (unsigned long)argp);
do_ioctl         1035 fs/compat_ioctl.c 		goto do_ioctl;
do_ioctl         1056 fs/compat_ioctl.c 			goto do_ioctl;
do_ioctl         1071 fs/compat_ioctl.c  do_ioctl: