Home
last modified time | relevance | path

Searched refs:stv090x_config (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dstv090x.h56 struct stv090x_config { struct
103 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, argument
109 static inline struct dvb_frontend *stv090x_attach(const struct stv090x_config *config, in stv090x_attach()
H A Dstv090x_priv.h240 struct stv090x_config *config;
H A Dstv090x.c685 const struct stv090x_config *config = state->config; in stv090x_read_reg()
714 const struct stv090x_config *config = state->config; in stv090x_write_regs()
4263 const struct stv090x_config *config = state->config; in stv090x_get_mclk()
4276 const struct stv090x_config *config = state->config; in stv090x_set_mclk()
4693 const struct stv090x_config *config = state->config; in stv090x_init()
4772 const struct stv090x_config *config = state->config; in stv090x_setup()
5001 struct stv090x_config *config = client->dev.platform_data; in stv090x_probe()
5046 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, in stv090x_attach()
/linux/drivers/media/pci/ngene/
H A Dngene-cards.c121 struct stv090x_config *feconf = (struct stv090x_config *) in tuner_attach_stv6110()
286 struct stv090x_config *feconf = (struct stv090x_config *) in demod_attach_stv0900()
598 struct stv090x_config *fe_conf; in cineS2_probe()
971 static struct stv090x_config fe_cineS2 = {
992 static struct stv090x_config fe_cineS2_2 = {
/linux/drivers/media/pci/ttpci/
H A Dbudget.c448 static struct stv090x_config tt1600_stv090x_config = {
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c1055 static struct stv090x_config stv0900 = {
1077 static struct stv090x_config stv0900_aa = {
1114 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900()
1140 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110()