Home
last modified time | relevance | path

Searched refs:ioctl_handlers (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/include/linux/iio/
H A Diio-opaque.h26 * @ioctl_handlers: ioctl handlers registered with the core handler
58 struct list_head ioctl_handlers; member
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-cdev.c1586 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable
1624 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()
1634 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c2071 } ioctl_handlers[] = { variable
2135 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()
2349 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-cdev.c1723 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable
1761 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()
1771 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-core.c1678 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers); in iio_device_alloc()
1793 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers); in iio_device_ioctl_handler_register()
1819 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) { in iio_ioctl()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c2233 } ioctl_handlers[] = { variable
2307 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()
2524 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()

Completed in 15 milliseconds