Home
last modified time | relevance | path

Searched refs:GB_SDIO_CARD_REMOVED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/greybus/
Dsdio.c162 host->queued_events &= ~GB_SDIO_CARD_REMOVED; in _gb_queue_event()
163 else if (event & GB_SDIO_CARD_REMOVED) in _gb_queue_event()
182 if (event & GB_SDIO_CARD_REMOVED) { in _gb_sdio_process_events()
/linux-6.1.9/include/linux/greybus/
Dgreybus_protocols.h1546 #define GB_SDIO_CARD_REMOVED 0x02 macro