Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3077 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3078 btv->tea_gpio.most = 7; in miro_pinnacle_gpio()
3079 btv->tea_gpio.clk = 8; in miro_pinnacle_gpio()
3080 btv->tea_gpio.data = 9; in miro_pinnacle_gpio()
3374 btv->tea_gpio.wren = 5; in bttv_init_card2()
3375 btv->tea_gpio.most = 6; in bttv_init_card2()
3376 btv->tea_gpio.clk = 3; in bttv_init_card2()
3377 btv->tea_gpio.data = 4; in bttv_init_card2()
3741 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_set_pins()
3762 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_get_pins()
[all …]
H A Dbttvp.h399 struct bttv_tea575x_gpio tea_gpio; member