Lines Matching refs:remote
42 struct bttv_ir *ir = btv->remote; in ir_handle_key()
77 struct bttv_ir *ir = btv->remote; in ir_enltv_handle_key()
119 struct bttv_ir *ir = btv->remote; in bttv_input_irq()
237 struct bttv_ir *ir = btv->remote; in bttv_rc5_irq()
306 if (btv->remote->polling) in bttv_ir_stop()
307 del_timer_sync(&btv->remote->timer); in bttv_ir_stop()
309 if (btv->remote->rc5_gpio) { in bttv_ir_stop()
312 del_timer_sync(&btv->remote->timer); in bttv_ir_stop()
551 btv->remote = ir; in bttv_input_init()
563 btv->remote = NULL; in bttv_input_init()
572 if (btv->remote == NULL) in bttv_input_fini()
576 rc_unregister_device(btv->remote->dev); in bttv_input_fini()
577 kfree(btv->remote); in bttv_input_fini()
578 btv->remote = NULL; in bttv_input_fini()