Searched refs:bttv_core (Results 1 – 3 of 3) sorted by relevance
/drivers/media/video/bt8xx/ |
D | bttv-gpio.c | 81 int bttv_sub_add_device(struct bttv_core *core, char *name) in bttv_sub_add_device() 106 int bttv_sub_del_devices(struct bttv_core *core) in bttv_sub_del_devices() 138 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits) in bttv_gpio_inout() 152 u32 bttv_gpio_read(struct bttv_core *core) in bttv_gpio_read() 161 void bttv_gpio_write(struct bttv_core *core, u32 value) in bttv_gpio_write() 168 void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits) in bttv_gpio_bits()
|
D | bttv.h | 198 struct bttv_core { struct 308 struct bttv_core *core; 325 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits); 326 u32 bttv_gpio_read(struct bttv_core *core); 327 void bttv_gpio_write(struct bttv_core *core, u32 value); 328 void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits);
|
D | bttvp.h | 266 int bttv_sub_add_device(struct bttv_core *core, char *name); 267 int bttv_sub_del_devices(struct bttv_core *core); 321 struct bttv_core c;
|