Home
last modified time | relevance | path

Searched defs:ioctl (Results 1 - 25 of 227) sorted by relevance

12345678910

/kernel/liteos_a/drivers/char/random/include/
H A Dlos_random.h55 int (*ioctl)(int cmd, unsigned long arg); /* Control hard random number generator */ member
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Dmain.c17 kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) kvm_arch_dev_ioctl() argument
/kernel/linux/linux-5.10/include/linux/
H A Dppp_channel.h30 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long); member
H A Dposix-clock.h53 long (*ioctl) (struct posix_clock *pc, member
H A Dmdev.h92 long (*ioctl)(struct mdev_device *mdev, unsigned int cmd, member
H A Dhdlc.h25 int (*ioctl)(struct net_device *dev, struct ifreq *ifr); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h14 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c67 struct nvif_ioctl_v0 ioctl; in nvif_client_ctor() member
H A Dnotify.c37 struct nvif_ioctl_v0 ioctl; in nvif_notify_put_() member
68 struct nvif_ioctl_v0 ioctl; in nvif_notify_get_() member
149 struct nvif_ioctl_v0 ioctl; in nvif_notify_dtor() member
170 struct nvif_ioctl_v0 ioctl; in nvif_notify_ctor() member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dppp_channel.h32 int (*ioctl)(struct ppp_channel *, unsigned int, unsigned long); member
H A Dposix-clock.h53 long (*ioctl) (struct posix_clock *pc, member
H A Dhdlc.h25 int (*ioctl)(struct net_device *dev, struct if_settings *ifs); member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h14 int (*ioctl)(void *priv, void *data, u32 size, void **hack); member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c67 struct nvif_ioctl_v0 ioctl; in nvif_client_ctor() member
/third_party/alsa-lib/src/hwdep/
H A Dhwdep_local.h31 int (*ioctl)(snd_hwdep_t *hwdep, unsigned int request, void * arg); member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h70 int (*ioctl)(struct usb_handle *handle, int cmd, void *arg); member
/third_party/rust/crates/rustix/tests/io/
H A Dmain.rs22 mod ioctl; modules
/third_party/rust/crates/rustix/src/io/
H A Dmod.rs15 mod ioctl; modules
/kernel/linux/linux-6.6/drivers/iio/
H A Diio_core.h29 long (*ioctl)(struct iio_dev *indio_dev, struct file *filp, member
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h79 int (*ioctl)(struct Vnode *vnode, int cmd, unsigned long arg); member
/kernel/linux/linux-5.10/include/media/
H A Dmedia-devnode.h52 long (*ioctl) (struct file *, unsigned int, unsigned long); member
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_cdev.c52 static long rproc_device_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in rproc_device_ioctl() argument
/kernel/linux/linux-6.6/include/media/
H A Dmedia-devnode.h52 long (*ioctl) (struct file *, unsigned int, unsigned long); member
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_cdev.c48 static long rproc_device_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg) in rproc_device_ioctl() argument
/kernel/linux/linux-6.6/rust/kernel/
H A Dlib.rs36 pub mod ioctl; modules

Completed in 8 milliseconds

12345678910