Searched refs:LOG_TAG (Results 1 – 7 of 7) sorted by relevance
| /devicemodel/hw/platform/tpm/ |
| A D | tpm.c | 22 #define LOG_TAG "tpm: " macro 24 do { if (tpm_debug) pr_dbg(LOG_TAG "%s:" fmt, __func__, ##args); } while (0) 26 do { pr_err(LOG_TAG "%s:" fmt, __func__, ##args); } while (0)
|
| A D | tpm_crb.c | 22 #define LOG_TAG "tpm_crb: " macro 24 do { if (tpm_crb_debug) pr_dbg(LOG_TAG "%s: " fmt, __func__, ##args); } while (0) 26 do { pr_err(LOG_TAG "%s: " fmt, __func__, ##args); } while (0)
|
| /devicemodel/include/ |
| A D | usb_core.h | 214 #define LOG_TAG "USB: " macro 221 do { if (lvl <= usb_log_level) pr_dbg(LOG_TAG fmt, ##args); } while (0)
|
| /devicemodel/hw/pci/virtio/ |
| A D | vhost.c | 29 #define LOG_TAG "vhost: " macro 31 do { if (vhost_debug) pr_dbg(LOG_TAG fmt, ##args); } while (0) 32 #define WPRINTF(fmt, args...) pr_err(LOG_TAG fmt, ##args)
|
| /devicemodel/hw/platform/ |
| A D | usb_mouse.c | 38 #undef LOG_TAG 39 #define LOG_TAG "umouse: " macro
|
| A D | usb_pmapper.c | 17 #undef LOG_TAG 18 #define LOG_TAG "USBPM: " macro
|
| /devicemodel/hw/pci/ |
| A D | xhci.c | 102 #undef LOG_TAG 103 #define LOG_TAG "xHCI: " macro
|
Completed in 19 milliseconds