Searched refs:internal_ops (Results 1 – 25 of 81) sorted by relevance
1234
149 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()
79 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()
676 sd->internal_ops = &v4l2_flash_subdev_internal_ops; in __v4l2_flash_init()
53 priv->sd.internal_ops = ic_ops[priv->task_id]->internal_ops; in imx_media_ic_register()
22 const struct v4l2_subdev_internal_ops *internal_ops; member
510 .internal_ops = &prp_internal_ops,
688 csi2->sd.internal_ops = &csi2_internal_ops; in csi2_probe()
144 ak7375_dev->sd.internal_ops = &ak7375_int_ops; in ak7375_probe()
190 dw9807_dev->sd.internal_ops = &dw9807_int_ops; in dw9807_probe()
163 dw9714_dev->sd.internal_ops = &dw9714_int_ops; in dw9714_probe()
324 coil->subdev.internal_ops = &ad5820_internal_ops; in ad5820_probe()
332 sd->internal_ops = &s5k6a3_sd_internal_ops; in s5k6a3_probe()
464 dw9768->sd.internal_ops = &dw9768_int_ops; in dw9768_probe()
492 flash->subdev.internal_ops = &adp1653_internal_ops; in adp1653_probe()
764 ov2685->subdev.internal_ops = &ov2685_internal_ops; in ov2685_probe()
730 sd->internal_ops = &noon010_subdev_internal_ops; in noon010_probe()
1063 og01a1b->sd.internal_ops = &og01a1b_internal_ops; in og01a1b_probe()
307 tx->sd.internal_ops = &adv748x_csi2_internal_ops; in adv748x_csi2_init()
508 sd->internal_ops = &ipipe_v4l2_internal_ops; in ipipe_init_entities()
743 sd->internal_ops = &ipipeif_v4l2_internal_ops; in ipipeif_init_entities()
784 sd->internal_ops = &resizer_v4l2_internal_ops; in resizer_init_entities()
714 static const struct snd_device_ops internal_ops = { in _snd_pcm_new() local744 internal ? &internal_ops : &ops); in _snd_pcm_new()
955 const struct v4l2_subdev_internal_ops *internal_ops; member
757 sd->internal_ops = &csiphy_v4l2_internal_ops; in msm_csiphy_register_entity()
772 sd->internal_ops = &fimc_is_subdev_internal_ops; in fimc_isp_subdev_create()