Home
last modified time | relevance | path

Searched refs:volume_gpio (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/bt8xx/
H A Dbttv.h219 void (*volume_gpio)(struct bttv *btv, __u16 volume); member
H A Dbttvp.h335 void (*volume_gpio)(struct bttv *btv, __u16 volume); member
H A Dbttv-cards.c576 .volume_gpio = winview_volume,
3518 if (bttv_tvcards[btv->c.type].volume_gpio) in bttv_init_card2()
3519 btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio; in bttv_init_card2()
H A Dbttv-driver.c1269 btv->volume_gpio(btv, c->val); in bttv_s_ctrl()
3356 if (btv->volume_gpio) in bttv_probe()