Lines Matching refs:fe

127 static void smsdvb_stats_not_ready(struct dvb_frontend *fe)  in smsdvb_stats_not_ready()  argument
130 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_stats_not_ready()
132 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_stats_not_ready()
226 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_tx_params() local
227 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_tx_params()
243 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_per_slices() local
244 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_per_slices()
283 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_dvb_stats() local
284 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_dvb_stats()
335 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats() local
336 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats()
431 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats_ex() local
432 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_update_isdbt_stats_ex()
522 struct dvb_frontend *fe = &client->frontend; in smsdvb_onresponse() local
523 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_onresponse()
602 smsdvb_stats_not_ready(fe); in smsdvb_onresponse()
756 static int smsdvb_read_status(struct dvb_frontend *fe, fe_status_t *stat) in smsdvb_read_status() argument
760 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_status()
771 static int smsdvb_read_ber(struct dvb_frontend *fe, u32 *ber) in smsdvb_read_ber() argument
776 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_ber()
787 static int smsdvb_read_signal_strength(struct dvb_frontend *fe, u16 *strength) in smsdvb_read_signal_strength() argument
789 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_signal_strength()
794 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_signal_strength()
810 static int smsdvb_read_snr(struct dvb_frontend *fe, u16 *snr) in smsdvb_read_snr() argument
812 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_snr()
816 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_snr()
828 static int smsdvb_read_ucblocks(struct dvb_frontend *fe, u32 *ucblocks) in smsdvb_read_ucblocks() argument
831 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_read_ucblocks()
834 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_ucblocks()
845 static int smsdvb_get_tune_settings(struct dvb_frontend *fe, in smsdvb_get_tune_settings() argument
856 static int smsdvb_dvbt_set_frontend(struct dvb_frontend *fe) in smsdvb_dvbt_set_frontend() argument
858 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_dvbt_set_frontend()
860 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_dvbt_set_frontend()
872 fe->dtv_property_cache.delivery_system = SYS_DVBT; in smsdvb_dvbt_set_frontend()
909 smsdvb_read_status(fe, &status); in smsdvb_dvbt_set_frontend()
922 static int smsdvb_isdbt_set_frontend(struct dvb_frontend *fe) in smsdvb_isdbt_set_frontend() argument
924 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_isdbt_set_frontend()
926 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_isdbt_set_frontend()
937 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in smsdvb_isdbt_set_frontend()
980 smsdvb_read_status(fe, &status); in smsdvb_isdbt_set_frontend()
992 static int smsdvb_set_frontend(struct dvb_frontend *fe) in smsdvb_set_frontend() argument
994 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in smsdvb_set_frontend()
996 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_set_frontend()
999 smsdvb_stats_not_ready(fe); in smsdvb_set_frontend()
1008 return smsdvb_dvbt_set_frontend(fe); in smsdvb_set_frontend()
1011 return smsdvb_isdbt_set_frontend(fe); in smsdvb_set_frontend()
1018 static int smsdvb_get_frontend(struct dvb_frontend *fe) in smsdvb_get_frontend() argument
1023 static int smsdvb_init(struct dvb_frontend *fe) in smsdvb_init() argument
1026 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_init()
1034 static int smsdvb_sleep(struct dvb_frontend *fe) in smsdvb_sleep() argument
1037 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_sleep()
1047 static void smsdvb_release(struct dvb_frontend *fe) in smsdvb_release() argument