Searched refs:bttv_gpio_inout (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv.h | 350 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits); 355 #define gpio_inout(mask,bits) bttv_gpio_inout(&btv->c, mask, bits)
|
H A 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()
|
H A D | bttv-gpio.c | 128 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits) in bttv_gpio_inout() function
|