/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hidumper_adapter_impl.c | 68 printf("SDK Version: %s\n", hi_get_sdk_version()); in DumpSysInfo() 69 printf("Boot Version: 0x%x\n", hi_get_boot_ver()); in DumpSysInfo() 70 printf("Kernel Version: 0x%x\n", hi_get_kernel_ver()); in DumpSysInfo() 90 printf("Unit: Byte\n"); in DumpMemUsage() 91 printf("total=%d,", (mem_inf.total + mem_inf.total_lmp)); in DumpMemUsage() 92 printf("used=%d,", (mem_inf.used + mem_inf.used_lmp)); in DumpMemUsage() 93 printf("free=%d,", (mem_inf.free + mem_inf.free_lmp)); in DumpMemUsage() 94 printf("peek_size=%d\n", mem_inf.peek_size); in DumpMemUsage() 95 printf("os_resource:\r\n"); in DumpMemUsage() 96 printf("timer_usag in DumpMemUsage() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_timer_systick.c | 28 printf("----- hrtimer_callback data:%d\r\n", data); in hr_timer_callback() 30 printf("----- hrtimer_callback, g_time1:%lld\r\n", g_time1); in hr_timer_callback() 31 printf("----- hrtimer_callback, g_time2:%lld\r\n", g_time2); in hr_timer_callback() 32 printf("----- hrtimer_callback, cha:%lld\r\n", g_time2 - g_time1); in hr_timer_callback() 34 printf("***** sleep 50000us ******\r\n"); in hr_timer_callback() 47 printf("=====ERROR===== hrtimer handle create ret is: %d !!\r\n", ret); in app_demo_hrtimer() 50 printf("----- hrtimer handle create success -----\n"); in app_demo_hrtimer() 56 printf("=====ERROR=====hrtimer start error, ret is: %d !!\n", ret); in app_demo_hrtimer() 59 printf("----- hrtimer start success -----\n"); in app_demo_hrtimer() 64 printf(" in app_demo_hrtimer() [all...] |
H A D | app_demo_tsensor.c | 25 printf("cnt = %lld\n", cnt); in tensor_collect_finish_irq() 26 printf("read temperature: %d\n", irq_temperature); in tensor_collect_finish_irq() 31 printf("*********stop tsensor***********\n"); in tensor_collect_finish_irq() 32 printf("**** End of reading temperature by interrupt mode****\r\n"); in tensor_collect_finish_irq() 43 printf("temperature: %d is outtemp!!\n", temperature); in tensor_outtemp_irq() 45 printf("*********stop tsensor***********\n"); in tensor_outtemp_irq() 53 printf("temperature: %d is overtemp!!\n", temperature); in tensor_overtemp_irq() 55 printf("*********destroy tsensor***********\n"); in tensor_overtemp_irq() 66 printf("Read success: temperature = %d\n", temperature); in read_temprature_none_irq_single() 68 printf("Rea in read_temprature_none_irq_single() [all...] |
H A D | netcfg_sample.c | 96 printf("[sample] Falied to create LedTask!\n"); in LedInit() 102 printf("[sample] led spark.\n"); in LedOn() 108 printf("[sample] oncall pretransfer event.\n"); in PreTransferProc() 114 printf("[sample] oncall disconnect event.\n"); in DisconnectEventProc() 119 printf("[sample] oncall recv message %s(%d).\n", msg, len); in RecvMessageEventProc() 121 printf("[sample] memcpy ctrl msg fail.\n"); in RecvMessageEventProc() 129 printf("[sample] oncall network config service timeout with phone.\n"); in TimeoutProc() 134 printf("[sample] network configure done.(result=%d)\n", result); in NetCfgResult() 141 printf("[sample] conn ap fail.\n"); in NetCfgResult() 153 printf("[sampl in StaResetAddr() [all...] |
H A D | app_demo_io_gpio.c | 22 printf("----- gpio isr success -----\r\n"); in gpio_isr_func() 33 printf("===== ERROR ===== gpio -> hi_gpio_init ret:%d\r\n", ret); in io_gpio_demo() 36 printf("----- gpio init success-----\r\n"); in io_gpio_demo() 40 printf("===== ERROR ===== gpio -> hi_io_set_func ret:%d\r\n", ret); in io_gpio_demo() 43 printf("----- io set func success-----\r\n"); in io_gpio_demo() 47 printf("===== ERROR ===== gpio -> hi_gpio_set_dir1 ret:%d\r\n", ret); in io_gpio_demo() 50 printf("----- gpio set dir success! -----\r\n"); in io_gpio_demo() 54 printf("===== ERROR ===== gpio -> hi_gpio_get_input_val ret:%d\r\n", ret); in io_gpio_demo() 57 printf("----- gpio input val is:%d. -----\r\n", gpio_val); in io_gpio_demo() 61 printf(" in io_gpio_demo() [all...] |
H A D | app_demo_nv.c | 38 printf("flash init status:0x%x\n", err_info); in nv_demo() 45 printf("nv init fail\r\n"); in nv_demo() 52 printf("nv read fail\r\n"); in nv_demo() 55 printf("nv read success, cfg.nv_demo_test_num0:%d\r\n", cfg.nv_demo_test_num0); in nv_demo() 62 printf("nv write fail\r\n"); in nv_demo() 65 printf("nv write success\r\n"); in nv_demo() 68 printf("nv read fail\r\n"); in nv_demo() 71 printf("nv read success, cfg.nv_demo_test_num0:%d\r\n", cfg.nv_demo_test_num0); in nv_demo() 88 printf("flash init status:0x%x\n", err_info); in factory_nv_demo() 94 printf("factor in factory_nv_demo() [all...] |
H A D | network_config_sample.c | 123 printf("[sample] Falied to create LedTask!\n"); in LedInit() 129 printf("[sample] led spark.\n"); in LedOn() 135 printf("[sample] led off.\n"); in LedOff() 141 printf("[sample] Network configure done.(result=%d)\n", result); in NetCfgResult() 146 printf("[sample] Led off.\n"); in NetCfgResult() 149 printf("[sample] Led on.\n"); in NetCfgResult() 151 printf("[sample] Connect ap fail.\n"); in NetCfgResult() 162 printf("[sample] Null param of netdev\r\n"); in StaResetAddr() 186 printf("[sample] WiFi: Connected.\n"); in WifiConnectTask() 189 printf("[sampl in WifiConnectTask() [all...] |
H A D | app_demo_adc.c | 26 printf("********ADC Test Para Set Start********\n"); in test_para() 29 printf("ADC TEST WRONG Channel SUCCESS!\n"); in test_para() 33 printf("ADC TEST WRONG Data point SUCCESS!\n"); in test_para() 37 printf("ADC TEST WRONG Average Algorithm SUCCESS!\n"); in test_para() 41 printf("ADC TEST WRONG Analog Power Control SUCCESS!\n"); in test_para() 45 printf("ADC TEST WRONG Reset Count SUCCESS!\n"); in test_para() 62 printf("vlt_min:%.3f, vlt_max:%.3f \n", vlt_min, vlt_max); in convert_to_voltage() 69 printf("ADC Test Start\n"); in app_demo_adc_test() 76 printf("ADC Read Fail\n"); in app_demo_adc_test() 83 printf("AD in app_demo_adc_test() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/ |
H A D | sdk_init.c | 333 printf("aiao init error.\n"); in insert_audio() 338 printf("ai init error.\n"); in insert_audio() 343 printf("ao init error.\n"); in insert_audio() 348 printf("aenc init error.\n"); in insert_audio() 353 printf("adec init error.\n"); in insert_audio() 358 printf("acodec init error.\n"); in insert_audio() 374 printf("MMZ init error.\n"); in SDK_init() 379 printf("base init error.\n"); in SDK_init() 384 printf("sys init error.\n"); in SDK_init() 389 printf("rg in SDK_init() [all...] |
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger_arm64.c | 45 output->printf(output, " pc %016lx cpsr %08lx mode %s\n", regs->pc, regs->pstate, mode_name(regs));
in fiq_debugger_dump_pc() 50 output->printf(output, " r0 %08x r1 %08x r2 %08x r3 %08x\n", regs->compat_usr(0), regs->compat_usr(1),
in fiq_debugger_dump_regs_aarch32() 52 output->printf(output, " r4 %08x r5 %08x r6 %08x r7 %08x\n", regs->compat_usr(DEBUGER_INDEX_FO),
in fiq_debugger_dump_regs_aarch32() 55 output->printf(output, " r8 %08x r9 %08x r10 %08x r11 %08x\n", regs->compat_usr(DEBUGER_INDEX_EI),
in fiq_debugger_dump_regs_aarch32() 58 output->printf(output, " ip %08x sp %08x lr %08x pc %08x\n", regs->compat_usr(DEBUGER_INDEX_TWE),
in fiq_debugger_dump_regs_aarch32() 60 output->printf(output, " cpsr %08x (%s)\n", regs->pstate, mode_name(regs));
in fiq_debugger_dump_regs_aarch32() 65 output->printf(output, " x0 %016lx x1 %016lx\n", regs->regs[0], regs->regs[1]);
in fiq_debugger_dump_regs_aarch64() 66 output->printf(output, " x2 %016lx x3 %016lx\n", regs->regs[DEBUGER_INDEX_TW], regs->regs[DEBUGER_INDEX_TH]);
in fiq_debugger_dump_regs_aarch64() 67 output->printf(output, " x4 %016lx x5 %016lx\n", regs->regs[DEBUGER_INDEX_FO], regs->regs[DEBUGER_INDEX_FI]);
in fiq_debugger_dump_regs_aarch64() 68 output->printf(outpu in fiq_debugger_dump_regs_aarch64() [all...] |
H A D | fiq_debugger_arm.c | 47 output->printf(output, " pc %08x cpsr %08x mode %s\n", regs->ARM_pc, regs->ARM_cpsr, mode_name(regs->ARM_cpsr));
in fiq_debugger_dump_pc() 52 output->printf(output, " r0 %08x r1 %08x r2 %08x r3 %08x\n", regs->ARM_r0, regs->ARM_r1, regs->ARM_r2,
in fiq_debugger_dump_regs() 54 output->printf(output, " r4 %08x r5 %08x r6 %08x r7 %08x\n", regs->ARM_r4, regs->ARM_r5, regs->ARM_r6,
in fiq_debugger_dump_regs() 56 output->printf(output, " r8 %08x r9 %08x r10 %08x r11 %08x mode %s\n", regs->ARM_r8, regs->ARM_r9, regs->ARM_r10,
in fiq_debugger_dump_regs() 58 output->printf(output, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n", regs->ARM_ip, regs->ARM_sp, regs->ARM_lr,
in fiq_debugger_dump_regs() 151 output->printf(output, "%csvc: sp %08x lr %08x spsr %08x\n", mode == SVC_MODE ? '*' : ' ', mode_regs.sp_svc,
in fiq_debugger_dump_allregs() 153 output->printf(output, "%cabt: sp %08x lr %08x spsr %08x\n", mode == ABT_MODE ? '*' : ' ', mode_regs.sp_abt,
in fiq_debugger_dump_allregs() 155 output->printf(output, "%cund: sp %08x lr %08x spsr %08x\n", mode == UND_MODE ? '*' : ' ', mode_regs.sp_und,
in fiq_debugger_dump_allregs() 157 output->printf(output, "%cirq: sp %08x lr %08x spsr %08x\n", mode == IRQ_MODE ? '*' : ' ', mode_regs.sp_irq,
in fiq_debugger_dump_allregs() 159 output->printf(outpu in fiq_debugger_dump_allregs() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger_arm64.c | 40 output->printf(output, " pc %016lx cpsr %08lx mode %s\n", in fiq_debugger_dump_pc() 47 output->printf(output, " r0 %08x r1 %08x r2 %08x r3 %08x\n", in fiq_debugger_dump_regs_aarch32() 50 output->printf(output, " r4 %08x r5 %08x r6 %08x r7 %08x\n", in fiq_debugger_dump_regs_aarch32() 53 output->printf(output, " r8 %08x r9 %08x r10 %08x r11 %08x\n", in fiq_debugger_dump_regs_aarch32() 56 output->printf(output, " ip %08x sp %08x lr %08x pc %08x\n", in fiq_debugger_dump_regs_aarch32() 59 output->printf(output, " cpsr %08x (%s)\n", in fiq_debugger_dump_regs_aarch32() 67 output->printf(output, " x0 %016lx x1 %016lx\n", in fiq_debugger_dump_regs_aarch64() 69 output->printf(output, " x2 %016lx x3 %016lx\n", in fiq_debugger_dump_regs_aarch64() 71 output->printf(output, " x4 %016lx x5 %016lx\n", in fiq_debugger_dump_regs_aarch64() 73 output->printf(outpu in fiq_debugger_dump_regs_aarch64() [all...] |
/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/ |
H A D | sdk_init.c | 290 printf("aiao init error.\n"); in insert_audio() 295 printf("ai init error.\n"); in insert_audio() 300 printf("ao init error.\n"); in insert_audio() 305 printf("aenc init error.\n"); in insert_audio() 310 printf("adec init error.\n"); in insert_audio() 315 printf("acodec init error.\n"); in insert_audio() 318 printf("insert audio\n"); in insert_audio() 348 printf("MMZ init error.\n"); in SDK_init() 353 printf("base init error.\n"); in SDK_init() 358 printf("sy in SDK_init() [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ |
H A D | hash_modify.c | 37 printf("==================================================================================\n");
in main() 39 printf("input err!!!!!!!!!!!!!!!! \n");
in main() 40 printf("usage: %s filename\n",argv[0]);
in main() 43 printf("input_file:%s\n",input_file);
in main() 47 printf("open file failed!\n");
in main() 52 printf("%s\n",buffer);
in main() 53 printf("==================================================================================\n");
in main() 55 printf("==================================================================================\n");
in main() 65 printf("==================================================================================\n");
in main() 66 printf("SHA25 in main() [all...] |
H A D | aeskey2reg.c | 48 printf("==================================================================================\n");
in main() 50 printf("input err!!!!!!!!!!!!!!!! \n");
in main() 51 printf("usage: %s filename\n",argv[0]);
in main() 54 printf("input_file:%s\n",input_file);
in main() 58 printf("open file failed!\n");
in main() 73 printf("ERROR: not find KEY=XXXX string!!!\n");
in main() 83 printf("==================================================================================\n");
in main() 84 printf("AES KEY:\n");
in main() 86 printf("%02x", buf[i]);
in main() 87 printf("\ in main() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_dbg.h | 73 printf args; \ 80 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0) 83 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) printf args;} while (0) 84 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0) 87 #define DHD_TRACE(args) do {if (dhd_msg_level & DHD_TRACE_VAL) printf args;} while (0) 95 printf args; \ 105 printf args; \ 122 printf args; \ 131 printf args; \ 146 printf arg [all...] |
H A D | dhd_gpio.c | 33 printf("======== PULL WL_REG_ON(%d) HIGH! ========\n", gpio_wl_reg_on); in dhd_wlan_set_power() 37 printf("%s: WL_REG_ON didn't output high\n", __FUNCTION__); in dhd_wlan_set_power() 46 printf("======== mmc_power_restore_host! ========\n"); in dhd_wlan_set_power() 52 printf("======== pci_set_power_state PCI_D0! ========\n"); in dhd_wlan_set_power() 59 printf("%s: PCI enable device failed", __FUNCTION__); in dhd_wlan_set_power() 70 printf("======== mmc_power_save_host! ========\n"); in dhd_wlan_set_power() 75 printf("======== pci_set_power_state PCI_D3hot! ========\n"); in dhd_wlan_set_power() 84 printf("======== PULL WL_REG_ON(%d) LOW! ========\n", gpio_wl_reg_on); in dhd_wlan_set_power() 88 printf("%s: WL_REG_ON didn't output low\n", __FUNCTION__); in dhd_wlan_set_power() 110 printf(" in dhd_wlan_set_carddetect() [all...] |
/device/qemu/riscv32_virt/liteos_m/board/ |
H A D | main.c | 40 printf("tcpip_init start\n");
in net_init() 42 printf("tcpip_init end\n");
in net_init() 44 printf("netif init start...\n");
in net_init() 58 printf("netif init succeed!\n");
in net_init() 61 printf("netif init failed!\n");
in net_init() 115 printf("\n OHOS start \n\r");
in main() 130 printf("LosShellInit failed! ERROR: 0x%x\n", ret);
in main() 134 printf("\nFb init begin...\n");
in main() 138 printf("Fb int end\n");
in main() 140 printf("\nDeviceManagerStar in main() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/ |
H A D | sample_nnie_main.c | 84 printf("Usage : %s <index> \n", pchPrgName); in SAMPLE_SVP_Usage() 85 printf("index:\n"); in SAMPLE_SVP_Usage() 86 printf("\t 0) RFCN(VI->VPSS->NNIE->VGS->VO).\n"); in SAMPLE_SVP_Usage() 87 printf("\t 1) Segnet(Read File).\n"); in SAMPLE_SVP_Usage() 88 printf("\t 2) FasterRcnnAlexnet(Read File).\n"); in SAMPLE_SVP_Usage() 89 printf("\t 3) FasterRcnnDoubleRoiPooling(Read File).\n"); in SAMPLE_SVP_Usage() 90 printf("\t 4) Cnn(Read File).\n"); in SAMPLE_SVP_Usage() 91 printf("\t 5) SSD(Read File).\n"); in SAMPLE_SVP_Usage() 92 printf("\t 6) Yolov1(Read File).\n"); in SAMPLE_SVP_Usage() 93 printf("\ in SAMPLE_SVP_Usage() [all...] |
/device/board/hisilicon/hispark_taurus/camera/pipeline_core/src/ |
H A D | ipp_algo_example.c | 24 printf("ipp algo example Init ...\n"); in Init() 30 printf("ipp algo example Start ...\n"); in Start() 36 printf("ipp algo example Flush ...\n"); in Flush() 43 printf("ipp algo example Process ...\n"); in Process() 45 printf("inBuffer is NULL\n"); in Process() 51 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 54 printf("in buffer %d is NULL\n", i); in Process() 59 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 61 printf("out buffer is NULL\n"); in Process() 71 printf("memcpy_ in Process() [all...] |
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 24 printf("ipp algo example Init ...\n"); in Init() 30 printf("ipp algo example Start ...\n"); in Start() 36 printf("ipp algo example Flush ...\n"); in Flush() 42 printf("ipp algo example Process ...\n"); in Process() 44 printf("inBuffer is NULL\n"); in Process() 50 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 53 printf("in buffer %d is NULL\n", i); in Process() 58 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 60 printf("out buffer is NULL\n"); in Process() 70 printf("memcpy_ in Process() [all...] |
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/ipp_algo_example/ |
H A D | ipp_algo_example.c | 24 printf("ipp algo example Init ...\n"); in Init() 30 printf("ipp algo example Start ...\n"); in Start() 36 printf("ipp algo example Flush ...\n"); in Flush() 42 printf("ipp algo example Process ...\n"); in Process() 44 printf("inBuffer is NULL\n"); in Process() 50 printf("in buffer addr = %p, width = %u, height = %u, stride = %u, size = %u, id = %d\n", inBuffer[i]->addr, in Process() 53 printf("in buffer %d is NULL\n", i); in Process() 58 printf("out buffer addr = %p, size = %u, id = %d\n", outBuffer->addr, outBuffer->size, outBuffer->id); in Process() 60 printf("out buffer is NULL\n"); in Process() 70 printf("memcpy_ in Process() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | loadbmp.c | 59 printf("null pointer\n"); in GetBmpInfo() 69 printf("Open file failed:%s!\n", filename); in GetBmpInfo() 76 printf("not bitmap file\n"); in GetBmpInfo() 109 printf("null pointer\n"); in LoadBMP() 126 printf("bitmap format not supported!\n"); in LoadBMP() 132 printf("not support compressed bitmap file!\n"); in LoadBMP() 138 printf("bmpInfo.bmiHeader.biHeight < 0\n"); in LoadBMP() 144 printf("Open file failed:%s!\n", filename); in LoadBMP() 163 printf("not enough memory to malloc!\n"); in LoadBMP() 173 printf("frea in LoadBMP() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/ |
H A D | sample_color_space_convert_main.c | 36 printf("Usage : %s <index> \n", pchPrgName);
in SAMPLE_SVP_Usage() 37 printf("index:\n");
in SAMPLE_SVP_Usage() 38 printf("\t 0) ive image to video frame.\n");
in SAMPLE_SVP_Usage() 39 printf("\t 1) video frame to ive image.\n");
in SAMPLE_SVP_Usage() 40 printf("\t 2) video YUV frame to ive image (U8C1).\n");
in SAMPLE_SVP_Usage() 41 printf("\t 3) YUV video frame to RGB ive image - ive image RGB to YUV.\n");
in SAMPLE_SVP_Usage() 42 printf("\t 4) YUV video frame to RGB ive image - ive image RGB to BGR.\n");
in SAMPLE_SVP_Usage() 87 printf("\nsdk exit success\n");
in main()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/ |
H A D | sample_ive_main.c | 82 printf("Usage : %s <index> [complete] \n", pchPrgName); in SAMPLE_IVE_Usage() 83 printf("index:\n"); in SAMPLE_IVE_Usage() 84 printf("\t 0)Occlusion detected.(VI->VPSS->IVE->VO_HDMI).\n"); in SAMPLE_IVE_Usage() 85 printf("\t 1)Motion detected.(VI->VPSS->IVE->VGS->VO_HDMI).\n"); in SAMPLE_IVE_Usage() 86 printf("\t 2)Canny,<complete>:0, part canny;1,complete canny.(FILE->IVE->FILE).\n"); in SAMPLE_IVE_Usage() 87 printf("\t 3)Gmm2.(FILE->IVE->FILE).\n"); in SAMPLE_IVE_Usage() 88 printf("\t 4)MemoryTest.(FILE->IVE->FILE).\n"); in SAMPLE_IVE_Usage() 89 printf("\t 5)Sobel.(FILE->IVE->FILE).\n"); in SAMPLE_IVE_Usage() 90 printf("\t 6)St Lk.(FILE->IVE->FILE).\n"); in SAMPLE_IVE_Usage() 91 printf("\ in SAMPLE_IVE_Usage() [all...] |