Lines Matching refs:fe
78 static int si2157_init(struct dvb_frontend *fe) in si2157_init() argument
80 struct i2c_client *client = fe->tuner_priv; in si2157_init()
219 static int si2157_sleep(struct dvb_frontend *fe) in si2157_sleep() argument
221 struct i2c_client *client = fe->tuner_priv; in si2157_sleep()
244 static int si2157_set_params(struct dvb_frontend *fe) in si2157_set_params() argument
246 struct i2c_client *client = fe->tuner_priv; in si2157_set_params()
248 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in si2157_set_params()
345 static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency) in si2157_get_if_frequency() argument
347 struct i2c_client *client = fe->tuner_priv; in si2157_get_if_frequency()
371 struct dvb_frontend *fe = cfg->fe; in si2157_probe() local
384 dev->fe = cfg->fe; in si2157_probe()
398 memcpy(&fe->ops.tuner_ops, &si2157_ops, sizeof(struct dvb_tuner_ops)); in si2157_probe()
399 fe->tuner_priv = client; in si2157_probe()
417 struct dvb_frontend *fe = dev->fe; in si2157_remove() local
421 memset(&fe->ops.tuner_ops, 0, sizeof(struct dvb_tuner_ops)); in si2157_remove()
422 fe->tuner_priv = NULL; in si2157_remove()