Home
last modified time | relevance | path

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

/Linux-v5.4/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.c1921 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
1930 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
1963 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
1974 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init()
2351 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx23885_card_setup()
2354 if (dev->sd_cx25840) { in cx23885_card_setup()
2356 v4l2_set_subdev_hostdata(dev->sd_cx25840, in cx23885_card_setup()
2359 dev->sd_cx25840->grp_id = CX23885_HW_AV_CORE; in cx23885_card_setup()
2360 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
Dcx23885.h403 struct v4l2_subdev *sd_cx25840; member
Dcx23885-video.c246 v4l2_subdev_call(dev->sd_cx25840, video, s_routing, in cx23885_video_mux()
262 v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, in cx23885_video_mux()
/Linux-v5.4/drivers/media/usb/cx231xx/
Dcx231xx.h601 struct v4l2_subdev *sd_cx25840; member
732 v4l2_subdev_call(cx231xx->sd_cx25840, o, f, ##args)
Dcx231xx-417.c1930 v4l2_subdev_call(dev->sd_cx25840, pad, set_fmt, NULL, &format); in cx231xx_s_video_encoding()
2003 if (dev->sd_cx25840) in cx231xx_417_register()
2005 dev->sd_cx25840->ctrl_handler, NULL, false); in cx231xx_417_register()
Dcx231xx-video.c2199 if (dev->sd_cx25840) { in cx231xx_register_analog_devices()
2201 dev->sd_cx25840->ctrl_handler, NULL, true); in cx231xx_register_analog_devices()
2203 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()