/linux/Documentation/misc-devices/ |
H A D | pci-endpoint-test.rst | 27 ioctl subtitle 56 .. [1] Documentation/PCI/endpoint/function/binding/pci-test.rst
|
/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 9 import ioctl_opt as ioctl namespace 11 ioctl = None variable
|
/linux/Documentation/admin-guide/ |
H A D | binderfs.rst | 45 .. _ioctl: http://man7.org/linux/man-pages/man2/ioctl.2.html target in Allocating binder Devices
|
/linux/tools/include/nolibc/sys/ |
H A D | ioctl.h | 27 #define ioctl(fd, cmd, arg) __sysret(sys_ioctl(fd, cmd, (unsigned long)(arg))) macro
|
/linux/net/atm/ |
H A D | ioctl.c | 35 void register_atm_ioctl(struct atm_ioctl *ioctl) in register_atm_ioctl() 43 void deregister_atm_ioctl(struct atm_ioctl *ioctl) in deregister_atm_ioctl()
|
/linux/Documentation/translations/zh_CN/userspace-api/accelerators/ |
H A D | ocxl.rst | 130 ioctl section in 用户API
|
/linux/drivers/s390/char/ |
H A D | uvdevice.c | 404 static int uvio_lock_secrets(struct uvio_ioctl_cb *ioctl) in uvio_lock_secrets() 474 static int uvio_copy_and_check_ioctl(struct uvio_ioctl_cb *ioctl, void __user *argp, in uvio_copy_and_check_ioctl()
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | driver.h | 13 int (*ioctl)(void *priv, void *data, u32 size, void **hack); member
|
/linux/include/linux/ |
H A D | ppp_channel.h | 32 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long); member
|
H A D | atmdev.h | 183 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member 201 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member 305 int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg); member
|
H A D | posix-clock.h | 54 long (*ioctl)(struct posix_clock_context *pccontext, unsigned int cmd, member
|
H A D | hdlc.h | 25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs); member
|
/linux/rust/kernel/ |
H A D | miscdevice.rs | 144 fn ioctl( in ioctl() method 273 unsafe extern "C" fn ioctl(file: *mut bindings::file, cmd: c_uint, arg: c_ulong) -> c_long { in ioctl() method
|
/linux/include/drm/ |
H A D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
/linux/drivers/iio/ |
H A D | iio_core.h | 29 long (*ioctl)(struct iio_dev *indio_dev, struct file *filp, member
|
/linux/drivers/remoteproc/ |
H A D | remoteproc_cdev.c | 48 static long rproc_device_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in rproc_device_ioctl()
|
/linux/arch/loongarch/kvm/ |
H A D | vm.c | 164 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl()
|
/linux/drivers/char/tpm/ |
H A D | tpm_vtpm_proxy.c | 623 static long vtpmx_ioc_new_dev(struct file *file, unsigned int ioctl, in vtpmx_ioc_new_dev() 661 static long vtpmx_fops_ioctl(struct file *f, unsigned int ioctl, in vtpmx_fops_ioctl()
|
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_ioctl.c | 71 void *ioctl; member 350 struct atto_vda_ioctl_req *ioctl = &rq->vrq->ioctl; in csmi_ioctl_tunnel() local 1270 struct atto_express_ioctl *ioctl = NULL; in esas2r_ioctl_handler() local
|
/linux/drivers/soundwire/ |
H A D | intel.c | 211 u16 ioctl; in intel_shim_glue_to_master_ip() local 241 u16 ioctl; in intel_shim_master_ip_to_glue() local 262 u16 ioctl = 0, act; in intel_shim_init() local
|
/linux/drivers/pcmcia/ |
H A D | tcic.c | 296 u_short scf1, ioctl, base, num; in is_active() local 698 u_short base, len, ioctl; in tcic_set_io_map() local
|
/linux/include/media/ |
H A D | media-devnode.h | 52 long (*ioctl) (struct file *, unsigned int, unsigned long); member
|
/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 4355 FIXTURE(ioctl) {}; in FIXTURE() argument 4357 FIXTURE_SETUP(ioctl) {}; in FIXTURE_SETUP() argument 4359 FIXTURE_TEARDOWN(ioctl) {}; in FIXTURE_TEARDOWN() argument 4362 FIXTURE_VARIANT(ioctl) in FIXTURE_VARIANT() argument 4376 FIXTURE_VARIANT_ADD(ioctl, handled_i_allowed_none) { in FIXTURE_VARIANT_ADD() argument 4385 FIXTURE_VARIANT_ADD(ioctl, handled_i_allowed_i) { in FIXTURE_VARIANT_ADD() argument 4394 FIXTURE_VARIANT_ADD(ioctl, unhandled) { in FIXTURE_VARIANT_ADD() argument 4402 TEST_F_FORK(ioctl, handle_dir_access_file) in TEST_F_FORK() argument 4437 TEST_F_FORK(ioctl, handle_dir_access_dir) in TEST_F_FORK() argument 4482 TEST_F_FORK(ioctl, handle_file_access_file) in TEST_F_FORK() argument
|
/linux/arch/riscv/kvm/ |
H A D | vcpu.c | 249 unsigned int ioctl, unsigned long arg) in kvm_arch_vcpu_async_ioctl() 270 unsigned int ioctl, unsigned long arg) in kvm_arch_vcpu_ioctl()
|
/linux/include/sound/ |
H A D | seq_oss.h | 41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg); member
|