Searched refs:temp_req (Results 1 – 4 of 4) sorted by relevance
172 uart_req_t *temp_req; in UART_Shutdown() local190 temp_req = rx_states[uart_num]; in UART_Shutdown()196 if (temp_req->callback != NULL) { in UART_Shutdown()197 temp_req->callback(temp_req, E_SHUTDOWN); in UART_Shutdown()204 temp_req = tx_states[uart_num]; in UART_Shutdown()210 if (temp_req->callback != NULL) { in UART_Shutdown()211 temp_req->callback(temp_req, E_SHUTDOWN); in UART_Shutdown()
121 spimss_req_t *temp_req; in SPIMSS_Shutdown() local136 temp_req = states[spi_num].req; in SPIMSS_Shutdown()142 if (temp_req->callback != NULL) { in SPIMSS_Shutdown()143 temp_req->callback(temp_req, E_SHUTDOWN); in SPIMSS_Shutdown()
133 spi17y_req_t *temp_req; in SPI17Y_Shutdown() local148 temp_req = states[spi_num].req; in SPI17Y_Shutdown()154 if (temp_req->callback != NULL) { in SPI17Y_Shutdown()155 temp_req->callback(temp_req, E_SHUTDOWN); in SPI17Y_Shutdown()
1002 i2c_req_t *temp_req = states[i2c_num].req; in I2C_FreeCallback() local1007 if (temp_req->callback != NULL) { in I2C_FreeCallback()1008 temp_req->callback(temp_req, error); in I2C_FreeCallback()
Completed in 12 milliseconds