Home
last modified time | relevance | path

Searched refs:dib7000p_set_gpio (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/media/dvb/frontends/
Ddib7000p.h52 extern int dib7000p_set_gpio(struct dvb_frontend *, u8 num, u8 dir, u8 val);
83 static inline int dib7000p_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val) in dib7000p_set_gpio() function
Ddib7000p.c475 int dib7000p_set_gpio(struct dvb_frontend *demod, u8 num, u8 dir, u8 val) in dib7000p_set_gpio() function
480 EXPORT_SYMBOL(dib7000p_set_gpio);
/linux-2.6.39/drivers/media/dvb/dvb-usb/
Ddib0700_devices.c398 dib7000p_set_gpio(adap->fe, 8, 0, 0); msleep(10); in stk7700ph_xc3028_callback()
399 dib7000p_set_gpio(adap->fe, 8, 0, 1); in stk7700ph_xc3028_callback()
765 return dib7000p_set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
771 return dib7000p_set_gpio(fe, 9, 0, onoff); in dib7070_tuner_sleep()
828 dib7000p_set_gpio(fe, 0, 0, 1); in dib7770_set_param_override()
833 dib7000p_set_gpio(fe, 0, 0, 0); in dib7770_set_param_override()
2408 dib7000p_set_gpio(adap->fe, 8, 0, 1); in nim7090_tuner_attach()
2480 dib7000p_set_gpio(adap->fe, 8, 0, 1); in tfe7090pvr_tuner0_attach()
2495 dib7000p_set_gpio(adap->fe, 8, 0, 1); in tfe7090pvr_tuner1_attach()
Dcxusb.c1044 return dib7000p_set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()