Searched refs:cmd_event (Results 1 – 2 of 2) sorted by relevance
58 enum cmd_event { enum
54 struct rt_event cmd_event; /* command event variable */ member205 if (rt_event_recv(&sdio->cmd_event, 0xffffffff, RT_EVENT_FLAG_OR | RT_EVENT_FLAG_CLEAR, in rt_hw_sdio_send_command()486 rt_event_send(&sdio->cmd_event, intstatus); in rt_hw_sdio_irq_process()578 rt_event_init(&sdio->cmd_event, "sdio_cmd", RT_IPC_FLAG_FIFO); in sdio_host_create()
Completed in 5 milliseconds