Home
last modified time | relevance | path

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

/drivers/media/rc/
Dlirc_dev.c50 struct irctl { struct
55 struct mutex irctl_lock; argument
67 static struct irctl *irctls[MAX_IRCTL_DEVICES]; argument
126 static int lirc_thread(void *irctl) in lirc_thread()