Home
last modified time | relevance | path

Searched refs:tuner_sleep (Results 1 – 15 of 15) sorted by relevance

/drivers/media/pci/ttpci/
Dbudget.c469 .tuner_sleep = NULL,
681 tt1600_stv090x_config.tuner_sleep = ctl->tuner_sleep; in frontend_init()
735 tt1600_stv090x_config.tuner_sleep = ctl->tuner_sleep; in frontend_init()
/drivers/media/dvb-frontends/
Dstv6110x.h43 int (*tuner_sleep) (struct dvb_frontend *fe); member
Dstv090x.h93 int (*tuner_sleep)(struct dvb_frontend *fe); member
Ddib7000p.h61 int (*tuner_sleep)(struct dvb_frontend *fe, int onoff); member
Ddib8000.h49 int (*tuner_sleep)(struct dvb_frontend *fe, int onoff); member
Dstv6110x.c362 .tuner_sleep = stv6110x_sleep,
Dstv090x.c3915 if (state->config->tuner_sleep) { in stv090x_sleep()
3916 if (state->config->tuner_sleep(fe) < 0) in stv090x_sleep()
Ddib7000p.c2790 ops->tuner_sleep = dib7090_tuner_sleep; in dib7000p_attach()
Ddib8000.c4505 ops->tuner_sleep = dib8096p_tuner_sleep; in dib8000_attach()
/drivers/media/usb/dvb-usb-v2/
Daf9015.h140 int (*tuner_sleep[2]) (struct dvb_frontend *fe); member
Daf9015.c718 ret = state->tuner_sleep[fe_to_adap(fe)->id](fe); in af9015_tuner_sleep()
1011 state->tuner_sleep[adap->id] = in af9015_tuner_attach()
/drivers/media/usb/dvb-usb/
Dtechnisat-usb2.c541 technisat_usb2_stv090x_config.tuner_sleep = ctl->tuner_sleep; in technisat_usb2_frontend_attach()
Ddib0700_devices.c2189 tfe8096p_dib0090_config.reset = st->dib8000_ops.tuner_sleep; in tfe8096p_tuner_attach()
2190 tfe8096p_dib0090_config.sleep = st->dib8000_ops.tuner_sleep; in tfe8096p_tuner_attach()
3073 nim7090_dib0090_config.reset = st->dib7000p_ops.tuner_sleep, in nim7090_tuner_attach()
3074 nim7090_dib0090_config.sleep = st->dib7000p_ops.tuner_sleep, in nim7090_tuner_attach()
3158 tfe7090pvr_dib0090_config[0].reset = st->dib7000p_ops.tuner_sleep; in tfe7090pvr_tuner0_attach()
3159 tfe7090pvr_dib0090_config[0].sleep = st->dib7000p_ops.tuner_sleep; in tfe7090pvr_tuner0_attach()
3177 tfe7090pvr_dib0090_config[1].reset = st->dib7000p_ops.tuner_sleep; in tfe7090pvr_tuner1_attach()
3178 tfe7090pvr_dib0090_config[1].sleep = st->dib7000p_ops.tuner_sleep; in tfe7090pvr_tuner1_attach()
3234 tfe7790p_dib0090_config.reset = st->dib7000p_ops.tuner_sleep; in tfe7790p_tuner_attach()
3235 tfe7790p_dib0090_config.sleep = st->dib7000p_ops.tuner_sleep; in tfe7790p_tuner_attach()
/drivers/media/pci/ngene/
Dngene-cards.c75 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()
/drivers/media/pci/ddbridge/
Dddbridge-core.c704 feconf->tuner_sleep = ctl->tuner_sleep; in tuner_attach_stv6110()