Searched refs:mhi_ee (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/bus/mhi/host/ |
| H A D | internal.h | 60 mhi_ee(PBL, "PRIMARY BOOTLOADER") \ 61 mhi_ee(SBL, "SECONDARY BOOTLOADER") \ 62 mhi_ee(AMSS, "MISSION MODE") \ 63 mhi_ee(RDDM, "RAMDUMP DOWNLOAD MODE")\ 64 mhi_ee(WFW, "WLAN FIRMWARE") \ 65 mhi_ee(PTHRU, "PASS THROUGH") \ 66 mhi_ee(EDL, "EMERGENCY DOWNLOAD") \ 67 mhi_ee(FP, "FLASH PROGRAMMER") \ 68 mhi_ee(DISABLE_TRANSITION, "DISABLE") \
|
| H A D | trace.h | 46 #undef mhi_ee 49 #define mhi_ee(a, b) TRACE_DEFINE_ENUM(MHI_EE_##a); macro 54 #undef mhi_ee 57 #define mhi_ee(a, b) { MHI_EE_##a, b }, macro
|
| H A D | init.c | 28 #undef mhi_ee 31 #define mhi_ee(a, b) [MHI_EE_##a] = b, macro
|