Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dsdio.c161 if (event & GB_SDIO_CARD_INSERTED) in _gb_queue_event()
164 host->queued_events &= ~GB_SDIO_CARD_INSERTED; in _gb_queue_event()
173 if (event & GB_SDIO_CARD_INSERTED) { in _gb_sdio_process_events()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1541 #define GB_SDIO_CARD_INSERTED 0x01 macro