Home
last modified time | relevance | path

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

/devicemodel/include/
A Dusb_core.h221 do { if (lvl <= usb_log_level) pr_dbg(LOG_TAG fmt, ##args); } while (0)
240 extern int usb_log_level;
241 static inline int usb_get_log_level(void) { return usb_log_level; } in usb_get_log_level()
242 static inline void usb_set_log_level(int level) { usb_log_level = level; } in usb_set_log_level()
/devicemodel/hw/
A Dusb_core.c87 int usb_log_level; variable

Completed in 3 milliseconds