Searched refs:pr_debug (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/watchdog/ |
| A D | hal_watchdog.c | 43 pr_debug("%s()\n", __func__); in hal_watchdog_suspend() 45 pr_debug("%s()\n", __func__); in hal_watchdog_suspend() 55 pr_debug("%s()\n", __func__); in hal_watchdog_resume() 57 pr_debug("%s()\n", __func__); in hal_watchdog_resume() 75 pr_debug("%s()\n", __func__); in hal_watchdog_disable() 91 pr_debug("%s()\n", __func__); in hal_watchdog_reset() 118 pr_debug("%s()\n", __func__); in hal_watchdog_restart() 133 pr_debug("%s()\n", __func__); in hal_watchdog_init() 140 pr_debug("%s()\n", __func__); in hal_watchdog_stop() 146 pr_debug("%s()\n", __func__); in hal_watchdog_start() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | blkpart.c | 222 pr_debug("read %s(%s) off 0x%x size %lu\n", part->name, part->devname, in part_read() 249 pr_debug("offset %lu not align %u, fix them before align read\n", in part_read() 251 pr_debug("step1: read page data from addr 0x%x\n", addr); in part_read() 299 pr_debug("step1: read page data from addr 0x%x\n", offset); in part_read() 313 pr_debug("read data:\n"); in part_read() 434 pr_debug("write %s(%s) off 0x%x size %lu (erase %d)\n", part->name, in _part_write() 471 pr_debug("step1: read page data from addr 0x%x\n", addr); in _part_write() 484 pr_debug("step3: flush the fixed page data\n"); in _part_write() 517 pr_debug("step1: read page data from addr 0x%x\n", offset); in _part_write() 528 pr_debug("step3: flush the fixed page data\n"); in _part_write() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/osal/ |
| A D | hal_log.h | 20 #define hal_log_debug(fmt, ...) pr_debug(fmt"\n", ##__VA_ARGS__) 29 #define hal_log_debug(fmt, ...) pr_debug(fmt"\n", ##__VA_ARGS__)
|
| /bsp/allwinner/libraries/libos/include/ |
| A D | log.h | 12 #define pr_debug(fmt, ...) LOG_D(fmt, ##__VA_ARGS__) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci_sunxi.c | 534 pr_debug("[%s]: ohci shutdown start\n", sunxi_ohci->hci_name); 548 pr_debug("[%s]: ohci shutdown end\n", sunxi_ohci->hci_name);
|
| A D | ohci-hcd.c | 1293 pr_debug ("%s: block sizes: ed %Zd td %Zd\n", hcd_name,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | disp_tv.c | 334 pr_debug("[DISP_TV] ptv | ptvp is wrong\n"); in disp_tv_sw_enable()
|
Completed in 14 milliseconds