Home
last modified time | relevance | path

Searched refs:ioctl_handlers (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/firewire/
Dcore-cdev.c1597 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { variable
1635 _IOC_NR(cmd) >= ARRAY_SIZE(ioctl_handlers) || in dispatch_ioctl()
1645 ret = ioctl_handlers[_IOC_NR(cmd)](client, &buffer); in dispatch_ioctl()
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c2054 } ioctl_handlers[] = { variable
2118 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_ioctl()
2351 for (handler = ioctl_handlers; handler->cmd > 0; ++handler) { in snd_seq_kernel_client_ctl()