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

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-input.c46 gpio = bttv_gpio_read(&btv->c);
81 gpio = bttv_gpio_read(&btv->c);
244 gpio = bttv_gpio_read(&btv->c);
314 gpio = bttv_gpio_read(&btv->c);
504 ir->last_gpio = ir_extract_bits(bttv_gpio_read(&btv->c),
519 gpio = bttv_gpio_read(&btv->c);
H A Dbttv-gpio.c142 u32 bttv_gpio_read(struct bttv_core *core) function
H A Dbttv.h351 u32 bttv_gpio_read(struct bttv_core *core);
356 #define gpio_read() bttv_gpio_read(&btv->c)

Completed in 117 milliseconds