Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 7 of 7) sorted by relevance

/devicemodel/hw/platform/tpm/
A Dtpm.c22 #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 Dtpm_crb.c22 #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 Dusb_core.h214 #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 Dvhost.c29 #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 Dusb_mouse.c38 #undef LOG_TAG
39 #define LOG_TAG "umouse: " macro
A Dusb_pmapper.c17 #undef LOG_TAG
18 #define LOG_TAG "USBPM: " macro
/devicemodel/hw/pci/
A Dxhci.c102 #undef LOG_TAG
103 #define LOG_TAG "xHCI: " macro

Completed in 19 milliseconds