Searched refs:s_config (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_css20.c | 271 struct ia_css_stream_config *s_config; in __dump_stream_config() local 283 s_config = &stream_env->stream_config; in __dump_stream_config() 284 dev_dbg(isp->dev, "stream_config.mode=%d.\n", s_config->mode); in __dump_stream_config() 286 if (s_config->mode == IA_CSS_INPUT_MODE_SENSOR || in __dump_stream_config() 287 s_config->mode == IA_CSS_INPUT_MODE_BUFFERED_SENSOR) { in __dump_stream_config() 289 s_config->source.port.port); in __dump_stream_config() 291 s_config->source.port.num_lanes); in __dump_stream_config() 293 s_config->source.port.timeout); in __dump_stream_config() 295 s_config->source.port.rxcount); in __dump_stream_config() 297 s_config->source.port.compression.type); in __dump_stream_config() [all …]
|
/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 1296 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register() 1308 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register()
|
/drivers/media/pci/cx88/ |
D | cx88-cards.c | 3562 call_all(core, tuner, s_config, &tea5767_cfg); in cx88_card_setup() 3611 call_all(core, tuner, s_config, &tda9887_cfg); in cx88_card_setup() 3627 call_all(core, tuner, s_config, &xc2028_cfg); in cx88_card_setup()
|
/drivers/media/v4l2-core/ |
D | tuner-core.c | 1382 .s_config = tuner_s_config,
|
/drivers/media/pci/cx18/ |
D | cx18-driver.c | 1087 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
|
/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1204 ivtv_call_all(itv, tuner, s_config, &cfg); in ivtv_probe()
|
/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 2484 0, tuner, s_config, &tda9887_cfg); in em28xx_tuner_setup() 2499 v4l2_device_call_all(v4l2_dev, 0, tuner, s_config, &xc2028_cfg); in em28xx_tuner_setup()
|
/drivers/media/usb/cx231xx/ |
D | cx231xx-cards.c | 1199 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
|
/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 7720 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_tuner_setup() 7748 saa_call_all(dev, tuner, s_config, &xc2028_cfg); in saa7134_tuner_setup() 8120 saa_call_all(dev, tuner, s_config, &tea5767_cfg); in saa7134_board_init2()
|
D | saa7134-video.c | 916 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_s_ctrl()
|
D | saa7134-dvb.c | 1971 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in dvb_fini()
|
/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 3682 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()
|