Searched refs:DCMIPP_PIPE0 (Results 1 – 4 of 4) sorted by relevance
230 if (Pipe == DCMIPP_PIPE0) in Pipe_Config()247 if (Pipe == DCMIPP_PIPE0) in DCMIPP_SetConfig()275 if (Pipe == DCMIPP_PIPE0) in DCMIPP_SetDBMConfig()304 if (Pipe == DCMIPP_PIPE0) in DCMIPP_EnableCapture()323 if (Pipe == DCMIPP_PIPE0) in DCMIPP_Stop()865 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Suspend()923 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Resume()986 hdcmipp->PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()988 HAL_DCMIPP_PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()1003 hdcmipp->PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()[all …]
808 … (pCSI_PipeConfig->DataTypeMode == DCMIPP_DTMODE_ALL_EXCEPT_DTIA_DTIB)) && (Pipe != DCMIPP_PIPE0)) in HAL_DCMIPP_CSI_PIPE_SetConfig()835 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_CSI_PIPE_SetConfig()1029 if (Pipe != DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_SetConfig()1947 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Suspend()2062 if (Pipe == DCMIPP_PIPE0) in HAL_DCMIPP_PIPE_Resume()2153 hdcmipp->PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()2155 HAL_DCMIPP_PIPE_LimitEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()2170 hdcmipp->PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()2172 HAL_DCMIPP_PIPE_VsyncEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()2196 hdcmipp->PIPE_FrameEventCallback(hdcmipp, DCMIPP_PIPE0); in HAL_DCMIPP_IRQHandler()[all …]
249 #define DCMIPP_PIPE0 0U /*!< DCMIPP Pipe0 (Dump pipe) */ macro813 #define IS_DCMIPP_PIPE(PIPE) ((PIPE) == DCMIPP_PIPE0)
516 #define DCMIPP_PIPE0 0U /*!< DCMIPP Pipe0 (Dump pipe) */ macro2184 #define IS_DCMIPP_PIPE(PIPE) (((PIPE) == DCMIPP_PIPE0) || \