Searched refs:dib7000p_set_gpio (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | dib7000p.h | 52 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
|
D | dib7000p.c | 475 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/ |
D | dib0700_devices.c | 398 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()
|
D | cxusb.c | 1044 return dib7000p_set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
|