bttv_core
void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits)
u32 bttv_gpio_read(struct bttv_core *core)
void bttv_gpio_write(struct bttv_core *core, u32 value)
void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits)
int bttv_sub_add_device(struct bttv_core *core, char *name)
int bttv_sub_del_devices(struct bttv_core *core)
struct bttv_core *core;
void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits);
u32 bttv_gpio_read(struct bttv_core *core);
void bttv_gpio_write(struct bttv_core *core, u32 value);
void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits);
int bttv_sub_add_device(struct bttv_core *core, char *name);
int bttv_sub_del_devices(struct bttv_core *core);
struct bttv_core c;