Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/rc/
Dlirc_dev.c50 struct irctl { struct
67 static struct irctl *irctls[MAX_IRCTL_DEVICES]; argument
75 static void lirc_irctl_init(struct irctl *ir) in lirc_irctl_init()
81 static void lirc_irctl_cleanup(struct irctl *ir) in lirc_irctl_cleanup()
98 static int lirc_add_to_buf(struct irctl *ir) in lirc_add_to_buf()
126 static int lirc_thread(void *irctl) in lirc_thread() argument
128 struct irctl *ir = irctl; in lirc_thread()
170 static int lirc_cdev_add(struct irctl *ir) in lirc_cdev_add()
208 struct irctl *ir; in lirc_register_driver()
298 ir = kzalloc(sizeof(struct irctl), GFP_KERNEL); in lirc_register_driver()
[all …]