Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt521 如果子设备支持 s_config 核心操作,这个操作会在子设备配置好之后以 irq 和
523 同样也会调用 s_config,但仅在 irq 为 0 且 platform_data 为 NULL 时。
/Linux-v4.19/include/media/
Dv4l2-subdev.h284 int (*s_config)(struct v4l2_subdev *sd, const struct v4l2_priv_tun_config *config); member
/Linux-v4.19/drivers/media/usb/tm6000/
Dtm6000-cards.c942 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_config, in tm6000_config_tuner()
959 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_config, in tm6000_config_tuner()
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-video.c1238 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register()
1250 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-cards.c3528 call_all(core, tuner, s_config, &tea5767_cfg); in cx88_card_setup()
3577 call_all(core, tuner, s_config, &tda9887_cfg); in cx88_card_setup()
3593 call_all(core, tuner, s_config, &xc2028_cfg); in cx88_card_setup()
/Linux-v4.19/drivers/media/v4l2-core/
Dtuner-core.c1332 .s_config = tuner_s_config,
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c1097 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-video.c2445 0, tuner, s_config, &tda9887_cfg); in em28xx_tuner_setup()
2460 v4l2_device_call_all(v4l2_dev, 0, tuner, s_config, &xc2028_cfg); in em28xx_tuner_setup()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.c1205 ivtv_call_all(itv, tuner, s_config, &cfg); in ivtv_probe()
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-subdev.rst421 If the subdev supports the s_config core ops, then that op is called with
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1209 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-cards.c7662 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_tuner_setup()
7690 saa_call_all(dev, tuner, s_config, &xc2028_cfg); in saa7134_tuner_setup()
8062 saa_call_all(dev, tuner, s_config, &tea5767_cfg); in saa7134_board_init2()
Dsaa7134-dvb.c1933 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in dvb_fini()
Dsaa7134-video.c1132 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_s_ctrl()
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3697 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()