Searched refs:ioctl_handlers (Results 1 – 4 of 4) sorted by relevance
54 struct list_head ioctl_handlers; member
1707 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers); in iio_device_alloc()1818 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers); in iio_device_ioctl_handler_register()1844 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) { in iio_ioctl()
1606 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable1644 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()1654 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
2087 } ioctl_handlers[] = { variable2151 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()2365 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()