Home
last modified time | relevance | path

Searched refs:bttv_gpio_read (Results 1 – 3 of 3) sorted by relevance

/drivers/media/video/bt8xx/
Dbttv-input.c59 gpio = bttv_gpio_read(&btv->c); in ir_handle_key()
94 gpio = bttv_gpio_read(&btv->c); in ir_enltv_handle_key()
158 gpio = bttv_gpio_read(&btv->c); in bttv_rc5_irq()
240 gpio = bttv_gpio_read(&btv->c); in bttv_ir_stop()
340 ir->last_gpio = ir_extract_bits(bttv_gpio_read(&btv->c), in bttv_input_init()
354 gpio = bttv_gpio_read(&btv->c); in bttv_input_init()
Dbttv.h326 u32 bttv_gpio_read(struct bttv_core *core);
331 #define gpio_read() bttv_gpio_read(&btv->c)
Dbttv-gpio.c152 u32 bttv_gpio_read(struct bttv_core *core) in bttv_gpio_read() function