Searched refs:ec_dbg (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | ec.c | 167 #define ec_dbg(filter, fmt, ...) \ macro 173 ec_dbg(EC_DBG_DRV, fmt, ##__VA_ARGS__) 175 ec_dbg(EC_DBG_STM, fmt, ##__VA_ARGS__) 177 ec_dbg(EC_DBG_REQ, fmt, ##__VA_ARGS__) 179 ec_dbg(EC_DBG_EVT, fmt, ##__VA_ARGS__)
|