Searched refs:ioctl_handlers (Results 1 – 4 of 4) sorted by relevance
58 struct list_head ioctl_handlers; member
1685 INIT_LIST_HEAD(&iio_dev_opaque->ioctl_handlers); in iio_device_alloc()1800 list_add_tail(&h->entry, &iio_dev_opaque->ioctl_handlers); in iio_device_ioctl_handler_register()1826 list_for_each_entry(h, &iio_dev_opaque->ioctl_handlers, entry) { in iio_ioctl()
1723 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable1761 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()1771 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
2236 } ioctl_handlers[] = { variable2310 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()2527 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()