Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-input.c59 gpio = bttv_gpio_read(&btv->c); in ir_handle_key()
93 gpio = bttv_gpio_read(&btv->c); in ir_enltv_handle_key()
255 gpio = bttv_gpio_read(&btv->c); in bttv_rc5_irq()
329 gpio = bttv_gpio_read(&btv->c); in bttv_ir_stop()
516 ir->last_gpio = ir_extract_bits(bttv_gpio_read(&btv->c), in bttv_input_init()
530 gpio = bttv_gpio_read(&btv->c); in bttv_input_init()
Dbttv.h347 u32 bttv_gpio_read(struct bttv_core *core);
352 #define gpio_read() bttv_gpio_read(&btv->c)
Dbttv-gpio.c155 u32 bttv_gpio_read(struct bttv_core *core) in bttv_gpio_read() function