Searched refs:sd_cx25840 (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-ir.c | 90 if (sd == dev->sd_cx25840) in cx23885_ir_rx_v4l2_dev_notify() 109 if (sd == dev->sd_cx25840) in cx23885_ir_tx_v4l2_dev_notify()
|
D | cx23885-av.c | 29 v4l2_subdev_call(dev->sd_cx25840, core, interrupt_service_routine, in cx23885_av_work_handler()
|
D | cx23885-cards.c | 1931 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init() 1940 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init() 1973 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init() 1984 v4l2_subdev_call(dev->sd_cx25840, core, s_io_pin_config, in cx23885_ir_init() 2361 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx23885_card_setup() 2364 if (dev->sd_cx25840) { in cx23885_card_setup() 2366 v4l2_set_subdev_hostdata(dev->sd_cx25840, in cx23885_card_setup() 2369 dev->sd_cx25840->grp_id = CX23885_HW_AV_CORE; in cx23885_card_setup() 2370 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
|
D | cx23885.h | 414 struct v4l2_subdev *sd_cx25840; member
|
D | cx23885-video.c | 257 v4l2_subdev_call(dev->sd_cx25840, video, s_routing, in cx23885_video_mux() 273 v4l2_subdev_call(dev->sd_cx25840, audio, s_routing, in cx23885_video_mux()
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx.h | 614 struct v4l2_subdev *sd_cx25840; member 745 v4l2_subdev_call(cx231xx->sd_cx25840, o, f, ##args)
|
D | cx231xx-417.c | 1920 v4l2_subdev_call(dev->sd_cx25840, pad, set_fmt, NULL, &format); in cx231xx_s_video_encoding() 1993 if (dev->sd_cx25840) in cx231xx_417_register() 1995 dev->sd_cx25840->ctrl_handler, NULL); in cx231xx_417_register()
|
D | cx231xx-video.c | 2205 if (dev->sd_cx25840) { in cx231xx_register_analog_devices() 2207 dev->sd_cx25840->ctrl_handler, NULL); in cx231xx_register_analog_devices() 2209 dev->sd_cx25840->ctrl_handler, in cx231xx_register_analog_devices()
|
D | cx231xx-cards.c | 1271 dev->sd_cx25840 = v4l2_i2c_new_subdev(&dev->v4l2_dev, in cx231xx_card_setup() 1274 if (dev->sd_cx25840 == NULL) in cx231xx_card_setup()
|