Searched refs:lirc_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 | 919 static long lirc_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in lirc_ioctl() function 985 .unlocked_ioctl = lirc_ioctl, 987 .compat_ioctl = lirc_ioctl,
|