Home
last modified time | relevance | path

Searched refs:stv090x_set_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.h113 extern int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio,
126 static inline int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio, in stv090x_set_gpio() function
Dstv090x.c4700 int stv090x_set_gpio(struct dvb_frontend *fe, u8 gpio, u8 dir, u8 value, in stv090x_set_gpio() function
4712 EXPORT_SYMBOL(stv090x_set_gpio);
/linux-3.4.99/drivers/media/dvb/dvb-usb/
Dtechnisat-usb2.c475 if (stv090x_set_gpio(fe, i+2, 0, gpio[i], 0) != 0) in technisat_usb2_set_voltage()