Searched defs:cx88_IR (Results 1 – 1 of 1) sorted by relevance
38 struct cx88_IR { struct39 struct cx88_core *core;40 struct rc_dev *dev;42 int users;44 char name[32];45 char phys[32];48 u32 sampling;51 int polling;52 struct hrtimer timer;76 static void cx88_ir_handle_key(struct cx88_IR *ir) in cx88_ir_handle_key() argument