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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dlirc_dev.c50 struct irctl { struct
67 static struct irctl *irctls[MAX_IRCTL_DEVICES];
73 * initializes the irctl structure
75 static void init_irctl(struct irctl *ir)
77 dev_dbg(ir->d.dev, LOGHEAD "initializing irctl\n",
83 static void cleanup(struct irctl *ir)
100 static int add_to_buf(struct irctl *ir)
128 static int lirc_thread(void *irctl) argument
130 struct irctl *ir = irctl;
[all...]

Completed in 157 milliseconds