Home
last modified time | relevance | path

Searched refs:internal_ops (Results 1 – 25 of 81) sorted by relevance

1234

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-device.c149 if (sd->internal_ops && sd->internal_ops->registered) { in v4l2_device_register_subdev()
150 err = sd->internal_ops->registered(sd); in v4l2_device_register_subdev()
177 if (sd->internal_ops && sd->internal_ops->release) in v4l2_subdev_release()
178 sd->internal_ops->release(sd); in v4l2_subdev_release()
275 if (sd->internal_ops && sd->internal_ops->unregistered) in v4l2_device_unregister_subdev()
276 sd->internal_ops->unregistered(sd); in v4l2_device_unregister_subdev()
Dv4l2-subdev.c79 if (sd->internal_ops && sd->internal_ops->open) { in subdev_open()
80 ret = sd->internal_ops->open(sd, subdev_fh); in subdev_open()
104 if (sd->internal_ops && sd->internal_ops->close) in subdev_close()
105 sd->internal_ops->close(sd, subdev_fh); in subdev_close()
Dv4l2-flash-led-class.c676 sd->internal_ops = &v4l2_flash_subdev_internal_ops; in __v4l2_flash_init()
/linux-5.19.10/drivers/staging/media/imx/
Dimx-ic-common.c53 priv->sd.internal_ops = ic_ops[priv->task_id]->internal_ops; in imx_media_ic_register()
Dimx-ic.h22 const struct v4l2_subdev_internal_ops *internal_ops; member
Dimx-ic-prp.c510 .internal_ops = &prp_internal_ops,
Dimx6-mipi-csi2.c688 csi2->sd.internal_ops = &csi2_internal_ops; in csi2_probe()
/linux-5.19.10/drivers/media/i2c/
Dak7375.c144 ak7375_dev->sd.internal_ops = &ak7375_int_ops; in ak7375_probe()
Ddw9807-vcm.c190 dw9807_dev->sd.internal_ops = &dw9807_int_ops; in dw9807_probe()
Ddw9714.c163 dw9714_dev->sd.internal_ops = &dw9714_int_ops; in dw9714_probe()
Dad5820.c324 coil->subdev.internal_ops = &ad5820_internal_ops; in ad5820_probe()
Ds5k6a3.c332 sd->internal_ops = &s5k6a3_sd_internal_ops; in s5k6a3_probe()
Ddw9768.c464 dw9768->sd.internal_ops = &dw9768_int_ops; in dw9768_probe()
Dadp1653.c492 flash->subdev.internal_ops = &adp1653_internal_ops; in adp1653_probe()
Dov2685.c764 ov2685->subdev.internal_ops = &ov2685_internal_ops; in ov2685_probe()
Dnoon010pc30.c730 sd->internal_ops = &noon010_subdev_internal_ops; in noon010_probe()
Dog01a1b.c1063 og01a1b->sd.internal_ops = &og01a1b_internal_ops; in og01a1b_probe()
/linux-5.19.10/drivers/media/i2c/adv748x/
Dadv748x-csi2.c307 tx->sd.internal_ops = &adv748x_csi2_internal_ops; in adv748x_csi2_init()
/linux-5.19.10/drivers/staging/media/omap4iss/
Diss_ipipe.c508 sd->internal_ops = &ipipe_v4l2_internal_ops; in ipipe_init_entities()
Diss_ipipeif.c743 sd->internal_ops = &ipipeif_v4l2_internal_ops; in ipipeif_init_entities()
Diss_resizer.c784 sd->internal_ops = &resizer_v4l2_internal_ops; in resizer_init_entities()
/linux-5.19.10/sound/core/
Dpcm.c714 static const struct snd_device_ops internal_ops = { in _snd_pcm_new() local
744 internal ? &internal_ops : &ops); in _snd_pcm_new()
/linux-5.19.10/include/media/
Dv4l2-subdev.h955 const struct v4l2_subdev_internal_ops *internal_ops; member
/linux-5.19.10/drivers/media/platform/qcom/camss/
Dcamss-csiphy.c757 sd->internal_ops = &csiphy_v4l2_internal_ops; in msm_csiphy_register_entity()
/linux-5.19.10/drivers/media/platform/samsung/exynos4-is/
Dfimc-isp.c772 sd->internal_ops = &fimc_is_subdev_internal_ops; in fimc_isp_subdev_create()

1234