Lines Matching refs:remote
55 struct bttv_ir *ir = btv->remote; in ir_handle_key()
89 struct bttv_ir *ir = btv->remote; in ir_enltv_handle_key()
130 struct bttv_ir *ir = btv->remote; in bttv_input_irq()
141 struct bttv_ir *ir = btv->remote; in bttv_input_timer()
248 struct bttv_ir *ir = btv->remote; in bttv_rc5_irq()
317 if (btv->remote->polling) in bttv_ir_stop()
318 del_timer_sync(&btv->remote->timer); in bttv_ir_stop()
320 if (btv->remote->rc5_gpio) { in bttv_ir_stop()
323 del_timer_sync(&btv->remote->timer); in bttv_ir_stop()
557 btv->remote = ir; in bttv_input_init()
569 btv->remote = NULL; in bttv_input_init()
578 if (btv->remote == NULL) in bttv_input_fini()
582 rc_unregister_device(btv->remote->dev); in bttv_input_fini()
583 kfree(btv->remote); in bttv_input_fini()
584 btv->remote = NULL; in bttv_input_fini()