Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A 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()
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h1546 #define GB_SDIO_CARD_REMOVED 0x02 macro