Searched refs:s_config (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 521 如果子设备支持 s_config 核心操作,这个操作会在子设备配置好之后以 irq 和 523 同样也会调用 s_config,但仅在 irq 为 0 且 platform_data 为 NULL 时。
|
/linux-4.1.27/include/media/ |
D | v4l2-subdev.h | 203 int (*s_config)(struct v4l2_subdev *sd, const struct v4l2_priv_tun_config *config); member
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-cards.c | 957 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_config, in tm6000_config_tuner() 974 v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_config, in tm6000_config_tuner()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 1192 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register() 1204 v4l2_subdev_call(sd, tuner, s_config, &cfg); in cx23885_video_register()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-cards.c | 3532 call_all(core, tuner, s_config, &tea5767_cfg); in cx88_card_setup() 3582 call_all(core, tuner, s_config, &tda9887_cfg); in cx88_card_setup() 3598 call_all(core, tuner, s_config, &xc2028_cfg); in cx88_card_setup()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | tuner-core.c | 1340 .s_config = tuner_s_config,
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-driver.c | 1109 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 2234 0, tuner, s_config, &tda9887_cfg); in em28xx_tuner_setup() 2249 v4l2_device_call_all(v4l2_dev, 0, tuner, s_config, &xc2028_cfg); in em28xx_tuner_setup()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1217 ivtv_call_all(itv, tuner, s_config, &cfg); in ivtv_probe()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-cards.c | 1003 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 7733 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_tuner_setup() 7761 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-dvb.c | 1931 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in dvb_fini()
|
D | saa7134-video.c | 1069 saa_call_all(dev, tuner, s_config, &tda9887_cfg); in saa7134_s_ctrl()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 590 If the subdev supports the s_config core ops, then that op is called with 592 v4l2_i2c_new_(probed_)subdev functions will call s_config as well, but with
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 3693 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()
|