Home
last modified time | relevance | path

Searched refs:tea_gpio (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3092 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3093 btv->tea_gpio.most = 7; in miro_pinnacle_gpio()
3094 btv->tea_gpio.clk = 8; in miro_pinnacle_gpio()
3095 btv->tea_gpio.data = 9; in miro_pinnacle_gpio()
3389 btv->tea_gpio.wren = 5; in bttv_init_card2()
3390 btv->tea_gpio.most = 6; in bttv_init_card2()
3391 btv->tea_gpio.clk = 3; in bttv_init_card2()
3392 btv->tea_gpio.data = 4; in bttv_init_card2()
3756 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_set_pins()
3777 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_get_pins()
[all …]
Dbttvp.h455 struct bttv_tea575x_gpio tea_gpio; member