Searched defs:pending_events (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Datmel-mci.c123 * @pending_events: Bitmask of events flagged by the interrupt handler
163 * @pending_events and @completed_events are accessed using atomic bit
168 * EVENT_DATA_COMPLETE is set in @pending_events, all data-related
202 unsigned long pending_events; member in struct:atmel_mci
269 test_and_clear_bit(event, &host->pending_events)
273 set_bit(event, &host->pending_events)
497 node = debugfs_create_x32("pending_events", S_IRUSR, root,
498 (u32 *)&host->pending_events);
1142 host->pending_events = 0;
1655 state, host->pending_events, hos
[all...]

Completed in 129 milliseconds