Home
last modified time | relevance | path

Searched refs:s_asd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-dev.c190 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() local
193 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() local
215 phy_exit(s_asd->dphy); in rkisp1_subdev_notifier_unbind()
/Linux-v5.15/drivers/media/pci/intel/ipu3/
Dipu3-cio2-main.c1381 struct sensor_async_subdev *s_asd = container_of(asd, in cio2_notifier_bound() local
1385 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() local
1407 cio2->queue[s_asd->csi2.port].sensor = NULL; in cio2_notifier_unbind()
1415 struct sensor_async_subdev *s_asd; in cio2_notifier_complete() local
1422 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 …]