| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_compat_css20.c | 277 s_config->source.port.port); in __dump_stream_config() 296 s_config->source.prbs.id); in __dump_stream_config() 302 s_config->source.prbs.seed); in __dump_stream_config() 304 s_config->source.prbs.seed1); in __dump_stream_config() 341 s_config->pixels_per_clock); in __dump_stream_config() 344 s_config->continuous); in __dump_stream_config() 348 s_config->channel_id); in __dump_stream_config() 354 s_config->left_padding); in __dump_stream_config() 358 s_config->pixels_per_clock); in __dump_stream_config() 360 s_config->pack_raw_pixels); in __dump_stream_config() [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/video4linux/ |
| H A D | v4l2-framework.txt | 521 如果子设备支持 s_config 核心操作,这个操作会在子设备配置好之后以 irq 和 523 同样也会调用 s_config,但仅在 irq 为 0 且 platform_data 为 NULL 时。
|
| /linux-6.15/drivers/media/pci/cx23885/ |
| H A D | cx23885-video.c | 1295 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register() 1307 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register()
|
| /linux-6.15/include/media/ |
| H A D | v4l2-subdev.h | 283 int (*s_config)(struct v4l2_subdev *sd, const struct v4l2_priv_tun_config *config); member
|
| /linux-6.15/drivers/media/pci/cx88/ |
| H A 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()
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 1382 .s_config = tuner_s_config,
|
| /linux-6.15/drivers/media/pci/cx18/ |
| H A D | cx18-driver.c | 1087 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
|
| /linux-6.15/drivers/media/pci/ivtv/ |
| H A D | ivtv-driver.c | 1173 ivtv_call_all(itv, tuner, s_config, &cfg); in ivtv_probe()
|
| /linux-6.15/drivers/media/usb/em28xx/ |
| H A 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()
|
| /linux-6.15/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-cards.c | 1199 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
|
| /linux-6.15/drivers/media/pci/saa7134/ |
| H A 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()
|
| H A D | saa7134-dvb.c | 1972 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in dvb_fini()
|
| H A D | saa7134-video.c | 914 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_s_ctrl()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-subdev.rst | 556 If the subdev supports the s_config core ops, then that op is called with
|
| /linux-6.15/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 3683 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()
|