Searched refs:dib9000_set_gpio (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/media/dvb-frontends/ |
| D | dib9000.h | 36 extern int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val); 70 static inline int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val) in dib9000_set_gpio() function
|
| D | dib9000.c | 1771 int dib9000_set_gpio(struct dvb_frontend *fe, u8 num, u8 dir, u8 val) in dib9000_set_gpio() function 1776 EXPORT_SYMBOL(dib9000_set_gpio);
|
| /Linux-v5.4/drivers/media/usb/dvb-usb/ |
| D | dib0700_devices.c | 2218 return dib9000_set_gpio(fe, 5, 0, !onoff); in dib90x0_tuner_reset() 2223 return dib9000_set_gpio(fe, 0, 0, onoff); in dib90x0_tuner_sleep()
|