Searched refs:rkisp1_sensor_async (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/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-dev.c | 130 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() 131 container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_bound() 171 struct rkisp1_sensor_async *rk_asd = in rkisp1_subdev_notifier_destroy() 172 container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_destroy() 198 struct rkisp1_sensor_async *rk_asd; in rkisp1_subdev_notifier_register() 259 struct rkisp1_sensor_async); in rkisp1_subdev_notifier_register()
|
H A D | rkisp1-csi.c | 51 struct rkisp1_sensor_async *s_asd, in rkisp1_csi_link_sensor() 79 const struct rkisp1_sensor_async *sensor) in rkisp1_csi_config() 166 const struct rkisp1_sensor_async *sensor) in rkisp1_csi_start() 398 struct rkisp1_sensor_async *source_asd; in rkisp1_csi_s_stream() 429 source_asd = container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_csi_s_stream()
|
H A D | rkisp1-common.h | 145 * struct rkisp1_sensor_async - A container for the v4l2_async_subdev to add to the notifier 158 struct rkisp1_sensor_async { struct
|
H A D | rkisp1-isp.c | 884 const struct rkisp1_sensor_async *asd; in rkisp1_isp_s_stream() 891 asd = container_of(asc, struct rkisp1_sensor_async, asd); in rkisp1_isp_s_stream()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-dev.c | 189 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_bound() 190 container_of(asd, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_bound() 211 struct rkisp1_sensor_async *s_asd = in rkisp1_subdev_notifier_unbind() 212 container_of(asd, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier_unbind() 254 struct rkisp1_sensor_async *rk_asd = NULL; in rkisp1_subdev_notifier() 274 rk_asd = container_of(asd, struct rkisp1_sensor_async, asd); in rkisp1_subdev_notifier()
|
H A D | rkisp1-common.h | 92 * struct rkisp1_sensor_async - A container for the v4l2_async_subdev to add to the notifier 103 struct rkisp1_sensor_async { struct 366 struct rkisp1_sensor_async *active_sensor;
|
H A D | rkisp1-isp.c | 271 struct rkisp1_sensor_async *sensor; in rkisp1_config_isp() 445 struct rkisp1_sensor_async *sensor = rkisp1->active_sensor; in rkisp1_config_path() 534 struct rkisp1_sensor_async *sensor = rkisp1->active_sensor; in rkisp1_isp_start() 896 struct rkisp1_sensor_async *sensor) in rkisp1_mipi_csi2_start() 924 static void rkisp1_mipi_csi2_stop(struct rkisp1_sensor_async *sensor) in rkisp1_mipi_csi2_stop() 950 struct rkisp1_sensor_async, asd); in rkisp1_isp_s_stream()
|
Completed in 8 milliseconds