Searched refs:bttv_gpio_inout (Results 1 – 3 of 3) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv.h | 351 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits); 356 #define gpio_inout(mask,bits) bttv_gpio_inout(&btv->c, mask, bits)
|
D | bttv-input.c | 518 bttv_gpio_inout(&btv->c, (1 << 4), 1 << 4); in bttv_input_init() 524 bttv_gpio_inout(&btv->c, ir->mask_keycode | ir->mask_keydown, 0); in bttv_input_init()
|
D | bttv-gpio.c | 129 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits) in bttv_gpio_inout() function
|