Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv.h214 void (*volume_gpio)(struct bttv *btv, __u16 volume); member
Dbttvp.h382 void (*volume_gpio)(struct bttv *btv, __u16 volume); member
Dbttv-cards.c603 .volume_gpio = winview_volume,
3521 if (bttv_tvcards[btv->c.type].volume_gpio) in bttv_init_card2()
3522 btv->volume_gpio = bttv_tvcards[btv->c.type].volume_gpio; in bttv_init_card2()
Dbttv-driver.c1555 if (btv->volume_gpio) in bttv_s_ctrl()
1556 btv->volume_gpio(btv, c->value); in bttv_s_ctrl()
2887 if (!btv->volume_gpio && (c->id == V4L2_CID_AUDIO_VOLUME)) in bttv_queryctrl()