Searched refs:s_asd (Results 1 – 2 of 2) sorted by relevance
189 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() local192 s_asd->pixel_rate_ctrl = v4l2_ctrl_find(sd->ctrl_handler, in rkisp1_subdev_notifier_bound()194 s_asd->sd = sd; in rkisp1_subdev_notifier_bound()195 s_asd->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_subdev_notifier_bound()196 if (IS_ERR(s_asd->dphy)) { in rkisp1_subdev_notifier_bound()197 if (PTR_ERR(s_asd->dphy) != -EPROBE_DEFER) in rkisp1_subdev_notifier_bound()199 return PTR_ERR(s_asd->dphy); in rkisp1_subdev_notifier_bound()202 phy_init(s_asd->dphy); in rkisp1_subdev_notifier_bound()211 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_unbind() local214 phy_exit(s_asd->dphy); in rkisp1_subdev_notifier_unbind()
1390 struct sensor_async_subdev *s_asd = container_of(asd, in cio2_notifier_bound() local1394 if (cio2->queue[s_asd->csi2.port].sensor) in cio2_notifier_bound()1397 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_bound()1399 q->csi2 = s_asd->csi2; in cio2_notifier_bound()1413 struct sensor_async_subdev *s_asd = container_of(asd, in cio2_notifier_unbind() local1416 cio2->queue[s_asd->csi2.port].sensor = NULL; in cio2_notifier_unbind()1424 struct sensor_async_subdev *s_asd; in cio2_notifier_complete() local1431 s_asd = container_of(asd, struct sensor_async_subdev, asd); in cio2_notifier_complete()1432 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_complete()1476 struct sensor_async_subdev *s_asd = NULL; in cio2_parse_firmware() local[all …]