Searched refs:unhandled_events (Results 1 – 1 of 1) sorted by relevance
420 struct sdmmc_event *unhandled_events) in process_events() argument509 *unhandled_events = evt; in process_events()515 enum sdmmc_req_state *state, struct sdmmc_event *unhandled_events) in handle_event() argument536 event.sdmmc_status, event.dma_status, unhandled_events->sdmmc_status, in handle_event()537 unhandled_events->dma_status); in handle_event()539 event.sdmmc_status |= unhandled_events->sdmmc_status; in handle_event()540 event.dma_status |= unhandled_events->dma_status; in handle_event()542 process_events(dev, event, cmd, state, unhandled_events); in handle_event()544 unhandled_events->sdmmc_status, unhandled_events->dma_status); in handle_event()685 struct sdmmc_event unhandled_events = {0}; in sdmmc_host_do_transaction() local[all …]