Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.c450 #define DRIVER_STATE_PRINT(x, fmt) \ in driver_state_read() macro
458 #define DRIVER_STATE_PRINT_LONG(x) DRIVER_STATE_PRINT(x, "%ld") in driver_state_read()
459 #define DRIVER_STATE_PRINT_INT(x) DRIVER_STATE_PRINT(x, "%d") in driver_state_read()
460 #define DRIVER_STATE_PRINT_STR(x) DRIVER_STATE_PRINT(x, "%s") in driver_state_read()
461 #define DRIVER_STATE_PRINT_LHEX(x) DRIVER_STATE_PRINT(x, "0x%lx") in driver_state_read()
462 #define DRIVER_STATE_PRINT_HEX(x) DRIVER_STATE_PRINT(x, "0x%x") in driver_state_read()
516 #undef DRIVER_STATE_PRINT in driver_state_read()