Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-cards.c3088 btv->tea_gpio.wren = 6; in miro_pinnacle_gpio()
3089 btv->tea_gpio.most = 7; in miro_pinnacle_gpio()
3090 btv->tea_gpio.clk = 8; in miro_pinnacle_gpio()
3091 btv->tea_gpio.data = 9; in miro_pinnacle_gpio()
3385 btv->tea_gpio.wren = 5; in bttv_init_card2()
3386 btv->tea_gpio.most = 6; in bttv_init_card2()
3387 btv->tea_gpio.clk = 3; in bttv_init_card2()
3388 btv->tea_gpio.data = 4; in bttv_init_card2()
3752 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_set_pins()
3773 struct bttv_tea575x_gpio gpio = btv->tea_gpio; in bttv_tea575x_get_pins()
[all …]
Dbttvp.h454 struct bttv_tea575x_gpio tea_gpio; member