Home
last modified time | relevance | path

Searched refs:ioctl_handlers (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/iio/
Diio-opaque.h48 struct list_head ioctl_handlers; member
/Linux-v5.15/drivers/iio/
Dindustrialio-core.c1669 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers); in iio_device_alloc()
1780 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers); in iio_device_ioctl_handler_register()
1806 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) { in iio_ioctl()
/Linux-v5.15/drivers/firewire/
Dcore-cdev.c1582 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable
1620 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()
1630 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
/Linux-v5.15/sound/core/seq/
Dseq_clientmgr.c2089 } ioctl_handlers[] = { variable
2153 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()
2367 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()