Searched refs:s_asd (Results 1 – 4 of 4) sorted by relevance
129 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() local134 s_asd->sd = sd; in rkisp1_subdev_notifier_bound()136 source_pad = media_entity_get_fwnode_pad(&sd->entity, s_asd->source_ep, in rkisp1_subdev_notifier_bound()144 if (s_asd->port == 0) in rkisp1_subdev_notifier_bound()145 return rkisp1_csi_link_sensor(rkisp1, sd, s_asd, source_pad); in rkisp1_subdev_notifier_bound()150 !s_asd->index ? MEDIA_LNK_FL_ENABLED : 0); in rkisp1_subdev_notifier_bound()
51 struct rkisp1_sensor_async *s_asd, in rkisp1_csi_link_sensor() argument57 s_asd->pixel_rate_ctrl = v4l2_ctrl_find(sd->ctrl_handler, in rkisp1_csi_link_sensor()59 if (!s_asd->pixel_rate_ctrl) { in rkisp1_csi_link_sensor()68 !s_asd->index ? MEDIA_LNK_FL_ENABLED : 0); in rkisp1_csi_link_sensor()
25 struct rkisp1_sensor_async *s_asd,
1385 struct sensor_async_subdev *s_asd = to_sensor_asd(asd); in cio2_notifier_bound() local1388 if (cio2->queue[s_asd->csi2.port].sensor) in cio2_notifier_bound()1391 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_bound()1393 q->csi2 = s_asd->csi2; in cio2_notifier_bound()1406 struct sensor_async_subdev *s_asd = to_sensor_asd(asd); in cio2_notifier_unbind() local1408 cio2->queue[s_asd->csi2.port].sensor = NULL; in cio2_notifier_unbind()1416 struct sensor_async_subdev *s_asd; in cio2_notifier_complete() local1423 s_asd = to_sensor_asd(asd); in cio2_notifier_complete()1424 q = &cio2->queue[s_asd->csi2.port]; in cio2_notifier_complete()1467 struct sensor_async_subdev *s_asd; in cio2_parse_firmware() local[all …]