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

/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.c230 .xceive_pin = 15,
290 .xceive_pin = 0,
350 .xceive_pin = 0,
447 .xceive_pin = 15,
500 .xceive_pin = 1,
553 .xceive_pin = 1,
H A Dcx18-cards.h122 u8 xceive_pin; /* XCeive tuner GPIO reset pin */ member in struct:cx18_card
H A Dcx18-gpio.c235 gpio_reset_seq(cx, (1 << cx->card->xceive_pin), 0,
261 cx->gpio_dir |= 1 << cx->card->xceive_pin;
262 cx->gpio_val |= 1 << cx->card->xceive_pin;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-gpio.c126 curout &= ~(1 << itv->card->xceive_pin);
130 curout |= 1 << itv->card->xceive_pin;
332 if (itv->card->xceive_pin)
333 pin = 1 << itv->card->xceive_pin;
H A Divtv-cards.h289 u8 xceive_pin; /* XCeive tuner GPIO reset pin */ member in struct:ivtv_card
H A Divtv-cards.c890 .xceive_pin = 12,
926 .xceive_pin = 12,
964 .xceive_pin = 10,
1159 .xceive_pin = 10,
1194 .xceive_pin = 12,

Completed in 281 milliseconds