Home
last modified time | relevance | path

Searched refs:sd_cx25840 (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/media/pci/cx23885/
Dcx23885-ir.c81 if (sd == dev->sd_cx25840) in cx23885_ir_rx_v4l2_dev_notify()
100 if (sd == dev->sd_cx25840) in cx23885_ir_tx_v4l2_dev_notify()
Dcx23885-av.c20 v4l2_subdev_call(dev->sd_cx25840, core, interrupt_service_routine, in cx23885_av_work_handler()
Dcx23885-cards.c1984 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
1993 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
2026 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
2037 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
2416 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx23885_card_setup()
2419 if (dev->sd_cx25840) { in cx23885_card_setup()
2421 v4l2_set_subdev_hostdata(dev->sd_cx25840, in cx23885_card_setup()
2424 dev->sd_cx25840->grp_id = CX23885_HW_AV_CORE; in cx23885_card_setup()
2425 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
Dcx23885.h404 struct v4l2_subdev *sd_cx25840; member
Dcx23885-video.c246 v4l2_subdev_call(dev->sd_cx25840, video, s_routing, in cx23885_video_mux()
266 v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, in cx23885_video_mux()
/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx.h582 struct v4l2_subdev *sd_cx25840; member
718 v4l2_subdev_call(cx231xx->sd_cx25840, o, f, ##args)
Dcx231xx-417.c1686 v4l2_subdev_call(dev->sd_cx25840, pad, set_fmt, NULL, &format); in cx231xx_s_video_encoding()
1760 if (dev->sd_cx25840) in cx231xx_417_register()
1762 dev->sd_cx25840->ctrl_handler, NULL, false); in cx231xx_417_register()
Dcx231xx-video.c1779 if (dev->sd_cx25840) { in cx231xx_register_analog_devices()
1781 dev->sd_cx25840->ctrl_handler, NULL, true); in cx231xx_register_analog_devices()
1783 dev->sd_cx25840->ctrl_handler, in cx231xx_register_analog_devices()
Dcx231xx-cards.c1261 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx231xx_card_setup()
1264 if (dev->sd_cx25840 == NULL) in cx231xx_card_setup()