Lines Matching refs:frontend
130 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_stats_not_ready()
226 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_tx_params()
243 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_per_slices()
283 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_dvb_stats()
335 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats()
431 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats_ex()
522 struct dvb_frontend *fe = &client->frontend; in smsdvb_onresponse()
633 dvb_unregister_frontend(&client->frontend); in smsdvb_unregister_client()
760 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_status()
776 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_ber()
794 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_signal_strength()
816 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_snr()
834 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_ucblocks()
860 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_dvbt_set_frontend()
926 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_isdbt_set_frontend()
996 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_set_frontend()
1026 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_init()
1037 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_sleep()
1134 memcpy(&client->frontend.ops, &smsdvb_fe_ops, in smsdvb_hotplug()
1140 client->frontend.ops.delsys[0] = SYS_DVBT; in smsdvb_hotplug()
1144 client->frontend.ops.delsys[0] = SYS_ISDBT; in smsdvb_hotplug()
1148 rc = dvb_register_frontend(&client->adapter, &client->frontend); in smsdvb_hotplug()
1192 dvb_unregister_frontend(&client->frontend); in smsdvb_hotplug()