Home
last modified time | relevance | path

Searched refs:s_config (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c270 struct ia_css_stream_config *s_config; in __dump_stream_config() local
282 s_config = &stream_env->stream_config; in __dump_stream_config()
283 dev_dbg(isp->dev, "stream_config.mode=%d.\n", s_config->mode); in __dump_stream_config()
285 if (s_config->mode == IA_CSS_INPUT_MODE_SENSOR || in __dump_stream_config()
286 s_config->mode == IA_CSS_INPUT_MODE_BUFFERED_SENSOR) { in __dump_stream_config()
288 s_config->source.port.port); in __dump_stream_config()
290 s_config->source.port.num_lanes); in __dump_stream_config()
292 s_config->source.port.timeout); in __dump_stream_config()
294 s_config->source.port.rxcount); in __dump_stream_config()
296 s_config->source.port.compression.type); in __dump_stream_config()
[all …]
/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt521 如果子设备支持 s_config 核心操作,这个操作会在子设备配置好之后以 irq 和
523 同样也会调用 s_config,但仅在 irq 为 0 且 platform_data 为 NULL 时。
/linux/drivers/media/pci/cx23885/
H A Dcx23885-video.c1296 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()
/linux/include/media/
H A Dv4l2-subdev.h283 int (*s_config)(struct v4l2_subdev *sd, const struct v4l2_priv_tun_config *config); member
/linux/drivers/media/pci/cx88/
H A Dcx88-cards.c3562 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()
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c1382 .s_config = tuner_s_config,
/linux/drivers/media/pci/cx18/
H A Dcx18-driver.c1087 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c1173 ivtv_call_all(itv, tuner, s_config, &cfg); in ivtv_probe()
/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c2486 0, tuner, s_config, &tda9887_cfg); in em28xx_tuner_setup()
2501 v4l2_device_call_all(v4l2_dev, 0, tuner, s_config, &xc2028_cfg); in em28xx_tuner_setup()
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1199 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-video.c916 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_s_ctrl()
H A Dsaa7134-dvb.c1972 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in dvb_fini()
/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst556 If the subdev supports the s_config core ops, then that op is called with
/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c3683 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()