Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-cards.c3080 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3081 btv->tea_gpio.most = 7; in miro_pinnacle_gpio()
3082 btv->tea_gpio.clk = 8; in miro_pinnacle_gpio()
3083 btv->tea_gpio.data = 9; in miro_pinnacle_gpio()
3377 btv->tea_gpio.wren = 5; in bttv_init_card2()
3378 btv->tea_gpio.most = 6; in bttv_init_card2()
3379 btv->tea_gpio.clk = 3; in bttv_init_card2()
3380 btv->tea_gpio.data = 4; in bttv_init_card2()
3744 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_set_pins()
3765 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_get_pins()
[all …]
Dbttvp.h442 struct bttv_tea575x_gpio tea_gpio; member