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

/linux-master/include/linux/iio/
H A Diio-opaque.h26 * @ioctl_handlers: ioctl handlers registered with the core handler
58 struct list_head ioctl_handlers; member in struct:iio_dev_opaque
/linux-master/drivers/iio/
H A Dindustrialio-core.c1683 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers);
1798 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers);
1824 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) {
/linux-master/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) ||
1771 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer);
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c2233 } ioctl_handlers[] = { variable in typeref:struct:ioctl_handler
2307 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) {
2524 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) {

Completed in 130 milliseconds