/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | bridge.h | 27 const int frame_end_id; member
|
H A D | capture.h | 139 const int frame_end_id; member
|
H A D | bridge.c | 172 rkisp_set_bits(dev->ispdev, MI_IMSC, 0, dev->cfg->frame_end_id, true); in init_buf() 513 if (!bridge->cfg || (bridge->cfg && !(*mis_val & bridge->cfg->frame_end_id))) { in rkisp_bridge_isr() 517 irq = bridge->cfg->frame_end_id; in rkisp_bridge_isr()
|
H A D | bridge_v30.c | 217 .frame_end_id = MI_MP_FRAME,
|
H A D | dmarx.c | 246 .frame_end_id = RAW0_RD_FRAME, 258 .frame_end_id = RAW1_RD_FRAME, 270 .frame_end_id = RAW2_RD_FRAME,
|
H A D | capture_v21.c | 153 .frame_end_id = MI_RAW0_WR_FRAME,
172 .frame_end_id = MI_RAW1_WR_FRAME,
191 .frame_end_id = MI_RAW3_WR_FRAME,
|
H A D | capture.c | 769 .frame_end_id = CIF_MI_MP_FRAME,
829 .frame_end_id = CIF_MI_SP_FRAME,
|
H A D | capture_v30.c | 69 .frame_end_id = ISP3X_MI_MPFBC_FRAME,
90 .frame_end_id = ISP3X_MI_BP_FRAME,
|
H A D | regs.h | 223 !__stream->config ? 0 : __stream->config->frame_end_id; \
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | bridge.h | 27 const int frame_end_id; member
|
H A D | capture.h | 143 const int frame_end_id; member
|
H A D | bridge.c | 178 dev->cfg->frame_end_id, true); in init_buf() 525 !(*mis_val & bridge->cfg->frame_end_id))) in rkisp_bridge_isr() 528 irq = bridge->cfg->frame_end_id; in rkisp_bridge_isr()
|
H A D | bridge_v30.c | 220 .frame_end_id = MI_MP_FRAME,
|
H A D | dmarx.c | 217 .frame_end_id = RAW0_RD_FRAME, 228 .frame_end_id = RAW1_RD_FRAME, 239 .frame_end_id = RAW2_RD_FRAME,
|
H A D | capture_v21.c | 134 .frame_end_id = MI_RAW0_WR_FRAME, 151 .frame_end_id = MI_RAW1_WR_FRAME, 168 .frame_end_id = MI_RAW3_WR_FRAME,
|
H A D | capture.c | 760 .frame_end_id = CIF_MI_MP_FRAME, 817 .frame_end_id = CIF_MI_SP_FRAME,
|
H A D | capture_v30.c | 73 .frame_end_id = ISP3X_MI_MPFBC_FRAME, 92 .frame_end_id = ISP3X_MI_BP_FRAME,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 41 u32 frame_end_id; member
|
H A D | stream.c | 155 .frame_end_id = SCL0_INT, 171 .frame_end_id = SCL1_INT, 187 .frame_end_id = SCL2_INT, 627 stream->config->frame_end_id = TNR_INT; in config_mb() 636 stream->config->frame_end_id = SHP_INT; in config_mb() 644 stream->config->frame_end_id = FEC_INT; in config_mb()
|
H A D | regs.h | 381 #define INT_FRAME(stream) ((stream)->config->frame_end_id)
|
H A D | stream_v20.c | 87 stream->config->frame_end_id = FEC_INT;
in config_fec()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | stream.h | 49 u32 frame_end_id; member
|
H A D | stream.c | 143 .frame_end_id = SCL0_INT, 158 .frame_end_id = SCL1_INT, 173 .frame_end_id = SCL2_INT, 632 stream->config->frame_end_id = TNR_INT; in config_mb() 641 stream->config->frame_end_id = SHP_INT; in config_mb() 649 stream->config->frame_end_id = FEC_INT; in config_mb()
|
H A D | regs.h | 382 ((stream)->config->frame_end_id)
|
H A D | stream_v20.c | 89 stream->config->frame_end_id = FEC_INT; in config_fec()
|