Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-input.c46 gpio = bttv_gpio_read(&btv->c); in ir_handle_key()
81 gpio = bttv_gpio_read(&btv->c); in ir_enltv_handle_key()
244 gpio = bttv_gpio_read(&btv->c); in bttv_rc5_irq()
314 gpio = bttv_gpio_read(&btv->c); in bttv_ir_stop()
504 ir->last_gpio = ir_extract_bits(bttv_gpio_read(&btv->c), in bttv_input_init()
519 gpio = bttv_gpio_read(&btv->c); in bttv_input_init()
Dbttv.h352 u32 bttv_gpio_read(struct bttv_core *core);
357 #define gpio_read() bttv_gpio_read(&btv->c)
Dbttv-gpio.c142 u32 bttv_gpio_read(struct bttv_core *core) in bttv_gpio_read() function