Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A 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()
274 if (sd->internal_ops && sd->internal_ops->unregistered) in v4l2_device_unregister_subdev()
275 sd->internal_ops->unregistered(sd); in v4l2_device_unregister_subdev()
H A Dv4l2-subdev.c80 if (sd->internal_ops && sd->internal_ops->open) { in subdev_open()
81 ret = sd->internal_ops->open(sd, subdev_fh); in subdev_open()
105 if (sd->internal_ops && sd->internal_ops->close) in subdev_close()
106 sd->internal_ops->close(sd, subdev_fh); in subdev_close()
H A Dv4l2-flash-led-class.c638 sd->internal_ops = &v4l2_flash_subdev_internal_ops; in __v4l2_flash_init()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-ic-common.c53 priv->sd.internal_ops = ic_ops[priv->task_id]->internal_ops; in imx_media_ic_register()
H A Dimx-ic.h22 const struct v4l2_subdev_internal_ops *internal_ops; member
H A Dimx-ic-prp.c507 .internal_ops = &prp_internal_ops,
H A Dimx6-mipi-csi2.c615 csi2->sd.internal_ops = &csi2_internal_ops; in csi2_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dak7375.c152 ak7375_dev->sd.internal_ops = &ak7375_int_ops; in ak7375_probe()
H A Ddw9807-vcm.c198 dw9807_dev->sd.internal_ops = &dw9807_int_ops; in dw9807_probe()
H A Dad5820.c326 coil->subdev.internal_ops = &ad5820_internal_ops; in ad5820_probe()
H A Ds5k6a3.c327 sd->internal_ops = &s5k6a3_sd_internal_ops; in s5k6a3_probe()
H A Ddw9768.c474 dw9768->sd.internal_ops = &dw9768_int_ops; in dw9768_probe()
H A Dadv7181.c469 adv7181->subdev.internal_ops = &adv7181_internal_ops; in adv7181_probe()
H A Dadp1653.c494 flash->subdev.internal_ops = &adp1653_internal_ops; in adp1653_probe()
H A Dov5647.c588 sensor->sd.internal_ops = &ov5647_subdev_internal_ops; in ov5647_probe()
H A Dov7725.c540 ov7725->subdev.internal_ops = &ov7725_internal_ops; in ov7725_probe()
H A Dvirtual-camera.c540 vcam->subdev.internal_ops = &vcamera_internal_ops; in vcamera_probe()
H A Dov2685.c767 ov2685->subdev.internal_ops = &ov2685_internal_ops; in ov2685_probe()
H A Dvm149c.c514 vm149c_dev->sd.internal_ops = &vm149c_int_ops; in vm149c_probe()
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c327 tx->sd.internal_ops = &adv748x_csi2_internal_ops; in adv748x_csi2_init()
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_ipipe.c505 sd->internal_ops = &ipipe_v4l2_internal_ops; in ipipe_init_entities()
H A Diss_ipipeif.c736 sd->internal_ops = &ipipeif_v4l2_internal_ops; in ipipeif_init_entities()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-subdev.h876 const struct v4l2_subdev_internal_ops *internal_ops; member
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c714 static const struct snd_device_ops internal_ops = { in _snd_pcm_new() local
744 internal ? &internal_ops : &ops); in _snd_pcm_new()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c727 sd->internal_ops = &csiphy_v4l2_internal_ops; in msm_csiphy_register_entity()

12345678