Home
last modified time | relevance | path

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

/linux-3.3/drivers/media/rc/
Dlirc_dev.c49 struct irctl { struct
54 struct mutex irctl_lock; argument
66 static struct irctl *irctls[MAX_IRCTL_DEVICES]; argument
125 static int lirc_thread(void *irctl) in lirc_thread()