Searched refs:s_asd (Results 1 – 2 of 2) sorted by relevance
190 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() local193 s_asd->pixel_rate_ctrl = v4l2_ctrl_find(sd->ctrl_handler, in rkisp1_subdev_notifier_bound()195 s_asd->sd = sd; in rkisp1_subdev_notifier_bound()196 s_asd->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_subdev_notifier_bound()197 if (IS_ERR(s_asd->dphy)) { in rkisp1_subdev_notifier_bound()198 if (PTR_ERR(s_asd->dphy) != -EPROBE_DEFER) in rkisp1_subdev_notifier_bound()200 return PTR_ERR(s_asd->dphy); in rkisp1_subdev_notifier_bound()203 phy_init(s_asd->dphy); in rkisp1_subdev_notifier_bound()212 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_unbind() local215 phy_exit(s_asd->dphy); in rkisp1_subdev_notifier_unbind()
1381 struct sensor_async_subdev *s_asd = container_of(asd, in cio2_notifier_bound() local1385 if (cio2->queue[s_asd->csi2.port].sensor) in cio2_notifier_bound()1388 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_bound()1390 q->csi2 = s_asd->csi2; in cio2_notifier_bound()1404 struct sensor_async_subdev *s_asd = container_of(asd, in cio2_notifier_unbind() local1407 cio2->queue[s_asd->csi2.port].sensor = NULL; in cio2_notifier_unbind()1415 struct sensor_async_subdev *s_asd; in cio2_notifier_complete() local1422 s_asd = container_of(asd, struct sensor_async_subdev, asd); in cio2_notifier_complete()1423 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_complete()1467 struct sensor_async_subdev *s_asd; in cio2_parse_firmware() local[all …]