Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c443 #define DRIVER_STATE_PRINT(x, fmt) \ in driver_state_read() macro
451 #define DRIVER_STATE_PRINT_LONG(x) DRIVER_STATE_PRINT(x, "%ld") in driver_state_read()
452 #define DRIVER_STATE_PRINT_INT(x) DRIVER_STATE_PRINT(x, "%d") in driver_state_read()
453 #define DRIVER_STATE_PRINT_STR(x) DRIVER_STATE_PRINT(x, "%s") in driver_state_read()
454 #define DRIVER_STATE_PRINT_LHEX(x) DRIVER_STATE_PRINT(x, "0x%lx") in driver_state_read()
455 #define DRIVER_STATE_PRINT_HEX(x) DRIVER_STATE_PRINT(x, "0x%x") in driver_state_read()
509 #undef DRIVER_STATE_PRINT in driver_state_read() macro
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c434 #define DRIVER_STATE_PRINT(x, fmt) \ in driver_state_read() macro
442 #define DRIVER_STATE_PRINT_LONG(x) DRIVER_STATE_PRINT(x, "%ld") in driver_state_read()
443 #define DRIVER_STATE_PRINT_INT(x) DRIVER_STATE_PRINT(x, "%d") in driver_state_read()
444 #define DRIVER_STATE_PRINT_STR(x) DRIVER_STATE_PRINT(x, "%s") in driver_state_read()
445 #define DRIVER_STATE_PRINT_LHEX(x) DRIVER_STATE_PRINT(x, "0x%lx") in driver_state_read()
446 #define DRIVER_STATE_PRINT_HEX(x) DRIVER_STATE_PRINT(x, "0x%x") in driver_state_read()
500 #undef DRIVER_STATE_PRINT in driver_state_read() macro

Completed in 4 milliseconds