Searched refs:lirc_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_sir.c | 152 static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); 272 static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in lirc_ioctl() function 352 .unlocked_ioctl = lirc_ioctl, 354 .compat_ioctl = lirc_ioctl,
|
D | lirc_parallel.c | 462 static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in lirc_ioctl() function 547 .unlocked_ioctl = lirc_ioctl, 549 .compat_ioctl = lirc_ioctl,
|
D | lirc_serial.c | 855 static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in lirc_ioctl() function 921 .unlocked_ioctl = lirc_ioctl, 923 .compat_ioctl = lirc_ioctl,
|