Searched refs:sd_cx25840 (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/media/pci/cx23885/ |
D | cx23885-ir.c | 81 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()
|
D | cx23885-av.c | 20 v4l2_subdev_call(dev->sd_cx25840, core, interrupt_service_routine, in cx23885_av_work_handler()
|
D | cx23885-cards.c | 1984 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()
|
D | cx23885.h | 404 struct v4l2_subdev *sd_cx25840; member
|
D | cx23885-video.c | 246 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-6.1.9/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 582 struct v4l2_subdev *sd_cx25840; member 718 v4l2_subdev_call(cx231xx->sd_cx25840, o, f, ##args)
|
D | cx231xx-417.c | 1686 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()
|
D | cx231xx-video.c | 1779 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()
|
D | cx231xx-cards.c | 1261 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx231xx_card_setup() 1264 if (dev->sd_cx25840 == NULL) in cx231xx_card_setup()
|