/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/ |
H A D | c8sectpfe-dvb.c | 43 static struct stv090x_config stv090x_config = { variable 191 *fe = dvb_attach(stv090x_attach, &stv090x_config, in c8sectpfe_frontend_attach() 209 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach() 210 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach() 211 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach() 212 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach() 213 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach() 214 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach() 215 stv090x_config in c8sectpfe_frontend_attach() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-dvb.c | 42 static struct stv090x_config stv090x_config = { variable 190 *fe = dvb_attach(stv090x_attach, &stv090x_config, in c8sectpfe_frontend_attach() 208 stv090x_config.tuner_init = fe2->tuner_init; in c8sectpfe_frontend_attach() 209 stv090x_config.tuner_set_mode = fe2->tuner_set_mode; in c8sectpfe_frontend_attach() 210 stv090x_config.tuner_set_frequency = fe2->tuner_set_frequency; in c8sectpfe_frontend_attach() 211 stv090x_config.tuner_get_frequency = fe2->tuner_get_frequency; in c8sectpfe_frontend_attach() 212 stv090x_config.tuner_set_bandwidth = fe2->tuner_set_bandwidth; in c8sectpfe_frontend_attach() 213 stv090x_config.tuner_get_bandwidth = fe2->tuner_get_bandwidth; in c8sectpfe_frontend_attach() 214 stv090x_config in c8sectpfe_frontend_attach() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv090x.h | 56 struct stv090x_config { struct 103 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, 109 static inline struct dvb_frontend *stv090x_attach(const struct stv090x_config *config, in stv090x_attach()
|
H A D | stv090x_priv.h | 240 struct stv090x_config *config;
|
H A D | stv090x.c | 685 const struct stv090x_config *config = state->config; in stv090x_read_reg() 714 const struct stv090x_config *config = state->config; in stv090x_write_regs() 4258 const struct stv090x_config *config = state->config; in stv090x_get_mclk() 4271 const struct stv090x_config *config = state->config; in stv090x_set_mclk() 4688 const struct stv090x_config *config = state->config; in stv090x_init() 4767 const struct stv090x_config *config = state->config; in stv090x_setup() 4997 struct stv090x_config *config = client->dev.platform_data; in stv090x_probe() 5043 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, in stv090x_attach()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv090x.h | 56 struct stv090x_config { struct 103 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, 109 static inline struct dvb_frontend *stv090x_attach(const struct stv090x_config *config, in stv090x_attach()
|
H A D | stv090x_priv.h | 240 struct stv090x_config *config;
|
H A D | stv090x.c | 685 const struct stv090x_config *config = state->config; in stv090x_read_reg() 714 const struct stv090x_config *config = state->config; in stv090x_write_regs() 4258 const struct stv090x_config *config = state->config; in stv090x_get_mclk() 4271 const struct stv090x_config *config = state->config; in stv090x_set_mclk() 4688 const struct stv090x_config *config = state->config; in stv090x_init() 4767 const struct stv090x_config *config = state->config; in stv090x_setup() 4996 struct stv090x_config *config = client->dev.platform_data; in stv090x_probe() 5041 struct dvb_frontend *stv090x_attach(struct stv090x_config *config, in stv090x_attach()
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 121 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() 975 static struct stv090x_config fe_cineS2 = { 996 static struct stv090x_config fe_cineS2_2 = {
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 121 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 = {
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | technisat-usb2.c | 464 static struct stv090x_config technisat_usb2_stv090x_config; 495 static struct stv090x_config technisat_usb2_stv090x_config = {
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | technisat-usb2.c | 464 static struct stv090x_config technisat_usb2_stv090x_config; 495 static struct stv090x_config technisat_usb2_stv090x_config = {
|
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1064 static struct stv090x_config stv0900 = { 1086 static struct stv090x_config stv0900_aa = { 1123 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in demod_attach_stv0900() 1149 struct stv090x_config *feconf = type ? &stv0900_aa : &stv0900; in tuner_attach_stv6110()
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1055 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()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | budget.c | 438 static struct stv090x_config tt1600_stv090x_config = {
|
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/ |
H A D | budget.c | 438 static struct stv090x_config tt1600_stv090x_config = {
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 547 static struct stv090x_config prof_8000_stv090x_config = {
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 547 static struct stv090x_config prof_8000_stv090x_config = {
|