Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx-input.c61 struct em28xx_IR { struct
77 int (*get_key)(struct em28xx_IR *, struct em28xx_ir_poll_result *); argument
187 static int default_polling_getkey(struct em28xx_IR *ir, in default_polling_getkey()
229 static int em2874_polling_getkey(struct em28xx_IR *ir, in em2874_polling_getkey()
294 static int em28xx_i2c_ir_handle_key(struct em28xx_IR *ir) in em28xx_i2c_ir_handle_key()
314 static void em28xx_ir_handle_key(struct em28xx_IR *ir) in em28xx_ir_handle_key()
356 struct em28xx_IR *ir = container_of(work, struct em28xx_IR, work.work); in em28xx_ir_work()
367 struct em28xx_IR *ir = rc->priv; in em28xx_ir_start()
377 struct em28xx_IR *ir = rc->priv; in em28xx_ir_stop()
384 struct em28xx_IR *ir = rc_dev->priv; in em2860_ir_change_protocol()
[all …]
Dem28xx.h607 struct em28xx_IR *ir;