/openbmc/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 61 struct nvif_ioctl_v0 ioctl; in nvif_object_sclass_get() member 105 struct nvif_ioctl_v0 ioctl; in nvif_object_rd() member 124 struct nvif_ioctl_v0 ioctl; in nvif_object_wr() member 142 struct nvif_ioctl_v0 ioctl; in nvif_object_mthd() member 171 struct nvif_ioctl_v0 ioctl; in nvif_object_unmap_handle() member 185 struct nvif_ioctl_v0 ioctl; in nvif_object_map_handle() member 247 struct nvif_ioctl_v0 ioctl; in nvif_object_dtor() member 266 struct nvif_ioctl_v0 ioctl; in nvif_object_ctor() member
|
H A D | client.c | 67 struct nvif_ioctl_v0 ioctl; in nvif_client_ctor() member
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | pci-endpoint-test.rst | 27 ioctl section in Driver for PCI Endpoint Test Function 56 .. [1] Documentation/PCI/endpoint/function/binding/pci-test.rst
|
/openbmc/linux/Documentation/powerpc/ |
H A D | cxl.rst | 186 ioctl subsection 413 ioctl subsection
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_ioctl.c | 554 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument 563 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, _func, _flags) argument 565 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, drm_invalid_op, _flags) argument 820 const struct drm_ioctl_desc *ioctl = NULL; in drm_ioctl() local
|
/openbmc/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
|
/openbmc/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 9 import ioctl_opt as ioctl namespace 11 ioctl = None variable
|
/openbmc/linux/Documentation/userspace-api/accelerators/ |
H A D | ocxl.rst | 134 ioctl section in User API
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | net_iface_mock.cpp | 34 int IFace::ioctl(int request, struct ifreq* ifr) const in ioctl() function in mock::IFace
|
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/accelerators/ |
H A D | ocxl.rst | 130 ioctl section in 用户API
|
/openbmc/u-boot/include/ |
H A D | misc.h | 116 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); member
|
H A D | pch.h | 83 int (*ioctl)(struct udevice *dev, enum pch_req_t req, void *data, member
|
/openbmc/linux/drivers/s390/char/ |
H A D | uvdevice.c | 362 static int uvio_lock_secrets(struct uvio_ioctl_cb *ioctl) in uvio_lock_secrets() 379 static int uvio_copy_and_check_ioctl(struct uvio_ioctl_cb *ioctl, void __user *argp, in uvio_copy_and_check_ioctl()
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | main.c | 18 unsigned int ioctl, unsigned long arg) in kvm_arch_dev_ioctl()
|
/openbmc/phosphor-mboxd/test/ |
H A D | system.c | 34 int ioctl(int fd, unsigned long request, ...) in ioctl() function
|
H A D | write_flash.c | 37 int ioctl(int fd, unsigned long request, ...) in ioctl() function
|
H A D | erase_flash.c | 42 int ioctl(int fd, unsigned long request, ...) in ioctl() function
|
/openbmc/hiomapd/test/ |
H A D | system.c | 33 int ioctl(int fd, unsigned long request, ...) in ioctl() function
|
H A D | flash_write.c | 40 int ioctl(int fd __attribute__((unused)), unsigned long request, ...) in ioctl() function
|
H A D | flash_erase.c | 44 int ioctl(int fd __attribute__((unused)), unsigned long request, ...) in ioctl() function
|
/openbmc/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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | driver.h | 14 int (*ioctl)(void *priv, void *data, u32 size, void **hack); member
|
/openbmc/linux/include/linux/ |
H A D | ppp_channel.h | 32 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long); member
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mips.c | 177 long kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, in kvm_arch_dev_ioctl() 901 long kvm_arch_vcpu_async_ioctl(struct file *filp, unsigned int ioctl, in kvm_arch_vcpu_async_ioctl() 921 long kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl, in kvm_arch_vcpu_ioctl() 990 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in kvm_arch_vm_ioctl()
|
/openbmc/linux/include/drm/ |
H A D | drm_ioctl.h | 162 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|