Home
last modified time | relevance | path

Searched refs:xceive_pin (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-cards.c239 .xceive_pin = 15,
299 .xceive_pin = 0,
359 .xceive_pin = 0,
456 .xceive_pin = 15,
509 .xceive_pin = 1,
562 .xceive_pin = 1,
Dcx18-gpio.c244 gpio_reset_seq(cx, (1 << cx->card->xceive_pin), 0, in resetctrl_reset()
270 cx->gpio_dir |= 1 << cx->card->xceive_pin; in cx18_gpio_init()
271 cx->gpio_val |= 1 << cx->card->xceive_pin; in cx18_gpio_init()
Dcx18-cards.h131 u8 xceive_pin; /* XCeive tuner GPIO reset pin */ member
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-gpio.c138 curout &= ~(1 << itv->card->xceive_pin); in ivtv_reset_tuner_gpio()
142 curout |= 1 << itv->card->xceive_pin; in ivtv_reset_tuner_gpio()
344 if (itv->card->xceive_pin) in ivtv_gpio_init()
345 pin = 1 << itv->card->xceive_pin; in ivtv_gpio_init()
Divtv-cards.c902 .xceive_pin = 12,
938 .xceive_pin = 12,
976 .xceive_pin = 10,
1171 .xceive_pin = 10,
1206 .xceive_pin = 12,
Divtv-cards.h276 u8 xceive_pin; /* XCeive tuner GPIO reset pin */ member