Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dsdio.c162 if (event & GB_SDIO_CARD_INSERTED) in _gb_queue_event()
165 host->queued_events &= ~GB_SDIO_CARD_INSERTED; in _gb_queue_event()
174 if (event & GB_SDIO_CARD_INSERTED) { in _gb_sdio_process_events()
/OK3568_Linux_fs/kernel/include/linux/greybus/
H A Dgreybus_protocols.h1545 #define GB_SDIO_CARD_INSERTED 0x01 macro