Searched refs:ioctl_handlers (Results 1 – 4 of 4) sorted by relevance
58 struct list_head ioctl_handlers; member
1694 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers); in iio_device_alloc()1809 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers); in iio_device_ioctl_handler_register()1834 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) { in iio_ioctl()
1728 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable1766 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()1776 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
2235 } ioctl_handlers[] = { variable2309 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()2526 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()