Searched refs:dib8000_ops (Results 1 – 3 of 3) sorted by relevance
| /drivers/media/usb/dvb-usb/ |
| A D | dib0700_devices.c | 35 struct dib8000_ops dib8000_ops; member 1243 return state->dib8000_ops.set_gpio(fe, 0, 0, onoff); in dib80xx_tuner_sleep() 1300 state->dib8000_ops.set_wbd_ref(fe, offset); in dib807x_set_param_override() 1541 return state->dib8000_ops.get_adc_power(fe, 1); in dib8090_get_adc_power() 1665 state->dib8000_ops.set_gpio(fe, 3, 0, 1); in dib8096_set_param_override() 1668 state->dib8000_ops.set_gpio(fe, 3, 0, 0); in dib8096_set_param_override() 1703 state->dib8000_ops.set_wbd_ref(fe, target); in dib8096_set_param_override() 1715 state->dib8000_ops.set_gpio(fe, 6, 0, 1); in dib8096_set_param_override() 1719 state->dib8000_ops.set_gpio(fe, 6, 0, 0); in dib8096_set_param_override() 1725 state->dib8000_ops.pwm_agc_reset(fe); in dib8096_set_param_override() [all …]
|
| /drivers/media/dvb-frontends/ |
| A D | dib8000.h | 43 struct dib8000_ops { struct 67 void *dib8000_attach(struct dib8000_ops *ops); argument 69 static inline void *dib8000_attach(struct dib8000_ops *ops) in dib8000_attach()
|
| A D | dib8000.c | 4414 static const struct dvb_frontend_ops dib8000_ops = { variable 4476 memcpy(&state->fe[0]->ops, &dib8000_ops, sizeof(struct dvb_frontend_ops)); in dib8000_init() 4508 void *dib8000_attach(struct dib8000_ops *ops) in dib8000_attach()
|
Completed in 22 milliseconds