Searched refs:rkisp1_sensor_async (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-csi.h | 16 struct rkisp1_sensor_async; 25 struct rkisp1_sensor_async *s_asd,
|
H A D | rkisp1-csi.c | 34 struct rkisp1_sensor_async *s_asd, in rkisp1_csi_link_sensor() 62 const struct rkisp1_sensor_async *sensor, in rkisp1_csi_config() 150 const struct rkisp1_sensor_async *sensor, in rkisp1_csi_start() 354 struct rkisp1_sensor_async *source_asd; in rkisp1_csi_s_stream() 386 source_asd = container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_csi_s_stream()
|
H A D | rkisp1-dev.c | 131 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() 132 container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_bound() 172 struct rkisp1_sensor_async *rk_asd = in rkisp1_subdev_notifier_destroy() 173 container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_destroy() 199 struct rkisp1_sensor_async *rk_asd; in rkisp1_subdev_notifier_register() 260 struct rkisp1_sensor_async); in rkisp1_subdev_notifier_register()
|
H A D | rkisp1-common.h | 179 struct rkisp1_sensor_async { struct
|
H A D | rkisp1-isp.c | 954 const struct rkisp1_sensor_async *asd; in rkisp1_isp_s_stream() 961 asd = container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_isp_s_stream()
|