Searched refs:ec_dbg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | ec.c | 217 #define ec_dbg(filter, fmt, ...) \ macro 223 ec_dbg(EC_DBG_DRV, fmt, ##__VA_ARGS__) 225 ec_dbg(EC_DBG_STM, fmt, ##__VA_ARGS__) 227 ec_dbg(EC_DBG_REQ, fmt, ##__VA_ARGS__) 229 ec_dbg(EC_DBG_EVT, fmt, ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | ec.c | 215 #define ec_dbg(filter, fmt, ...) \ macro 221 ec_dbg(EC_DBG_DRV, fmt, ##__VA_ARGS__) 223 ec_dbg(EC_DBG_STM, fmt, ##__VA_ARGS__) 225 ec_dbg(EC_DBG_REQ, fmt, ##__VA_ARGS__) 227 ec_dbg(EC_DBG_EVT, fmt, ##__VA_ARGS__)
|
Completed in 6 milliseconds