Home
last modified time | relevance | path

Searched refs:PRINT_ERR (Results 1 - 25 of 29) sorted by relevance

12

/device/soc/rockchip/rk2206/hdf_driver/spi/
H A Dspi_driver.c28 #define PRINT_ERR(fmt, args...) do { \ macro
82 PRINT_ERR("%s: node is null\n", __func__); in spidrv_readdrs()
86 PRINT_ERR("%s: params is null\n", __func__); in spidrv_readdrs()
92 PRINT_ERR("%s: iface is null\n", __func__); in spidrv_readdrs()
96 PRINT_ERR("%s: GetUint32 is null\n", __func__); in spidrv_readdrs()
104 PRINT_ERR("%s: GetUint32(bus) failed\n", __func__); in spidrv_readdrs()
110 PRINT_ERR("%s: GetUint32(id) failed\n", __func__); in spidrv_readdrs()
116 PRINT_ERR("%s: GetUint32(func_mode) failed\n", __func__); in spidrv_readdrs()
122 PRINT_ERR("%s: GetUint32(cs_gpio) failed\n", __func__); in spidrv_readdrs()
128 PRINT_ERR(" in spidrv_readdrs()
[all...]
/device/soc/rockchip/rk2206/hdf_driver/i2c/
H A Di2c_driver.c27 #define PRINT_ERR(fmt, args...) do { \ macro
70 PRINT_ERR("%s: bus is null\n", __func__); in i2cdrv_initdevice()
99 PRINT_ERR("%s: I2cIoInit failed(%u)\n", __func__, ret); in i2cdrv_initdevice()
105 PRINT_ERR("%s: LzI2cInit failed(%u)\n", __func__, ret); in i2cdrv_initdevice()
120 PRINT_ERR("%s: bus is null\n", __func__); in i2cdrv_deinitdevice()
134 PRINT_ERR("%s: node is null\n", __func__); in i2cdrv_readdrs()
138 PRINT_ERR("%s: bus is null\n", __func__); in i2cdrv_readdrs()
144 PRINT_ERR("%s: iface is null\n", __func__); in i2cdrv_readdrs()
148 PRINT_ERR("%s: GetUint32 is null\n", __func__); in i2cdrv_readdrs()
156 PRINT_ERR(" in i2cdrv_readdrs()
[all...]
/device/soc/rockchip/rk2206/hdf_driver/fs/
H A Dfs_driver.c27 #define PRINT_ERR(fmt, args...) do { \ macro
86 PRINT_ERR("c is null\n"); in fs_read()
90 PRINT_ERR("read_start(%d) >= block_count(%d)\n", (block * c->block_size + off), in fs_read()
95 PRINT_ERR("read_end(%d) > maxsize(%d)\n", (block * c->block_size + off + size), in fs_read()
100 PRINT_ERR("dst is null\n"); in fs_read()
106 PRINT_ERR("c->context(%s) is not support\n", c->context); in fs_read()
116 PRINT_ERR("FlashRead failed(%d)\n", ret); in fs_read()
144 PRINT_ERR("c is null\n"); in fs_write()
148 PRINT_ERR("write_start(%d) >= maxsize(%d)\n", (c->block_size * block + off), in fs_write()
153 PRINT_ERR("write_en in fs_write()
[all...]
/device/soc/rockchip/rk2206/hdf_driver/gpio/
H A Dgpio_driver.c26 #define PRINT_ERR(fmt, args...) do { \ macro
52 PRINT_ERR("%s: gpio(%d) >= GPIO_MAXSIZE(%d)", __func__, gpio, GPIO_MAXSIZE); in iodrv_initgpio()
70 PRINT_ERR("%s: cntlr is null", __func__); in iodrv_setdir()
74 PRINT_ERR("%s: gpio(%d) >= cntlr->count(%d)", __func__, gpio, cntlr->count); in iodrv_setdir()
78 PRINT_ERR("%s: dir(%d) out of the range", __func__, dir); in iodrv_setdir()
94 PRINT_ERR("%s: cntlr is null", __func__); in iodrv_getdir()
98 PRINT_ERR("%s: gpio(%d) >= cntlr->count(%d)", __func__, gpio, cntlr->count); in iodrv_getdir()
102 PRINT_ERR("%s: dir is null", __func__); in iodrv_getdir()
114 PRINT_ERR("%s: LzGpioGetDir error", __func__); in iodrv_getdir()
126 PRINT_ERR(" in iodrv_write()
[all...]
/device/qemu/arm_virt/liteos_a/board/os_adapt/
H A Dos_adapt.c98 PRINT_ERR("No drivers need load by hdf manager!"); in SystemInit()
106 PRINT_ERR("get cmdline error!\n"); in SystemInit()
109 PRINT_ERR("parse bootargs error!\n"); in SystemInit()
112 PRINT_ERR("mount rootfs error!\n"); in SystemInit()
120 PRINT_ERR("virtual_serial_init failed"); in SystemInit()
125 PRINT_ERR("system_console_init failed\n"); in SystemInit()
131 PRINT_ERR("Create user init process failed!\n"); in SystemInit()
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H A Dcfiflash.c43 PRINT_ERR("Get CfiFlash driver base failed!\n"); in GetCfiDrvPriv()
97 PRINT_ERR("[%s]name:0x%x value:%u expect:%u \n", __func__, wordOffset, p[W2B(wordOffset)], expect); in CfiFlashQueryUint8()
109 PRINT_ERR("[%s]name:0x%x value:%u expect:%u \n", __func__, wordOffset, v, expect); in CfiFlashQueryUint16()
168 PRINT_ERR("[%s: %d]not supported CFI flash : not found QRY\n", __func__, __LINE__); in CfiFlashQuery()
173 PRINT_ERR("[%s: %d]not supported CFI flash : unexpected VENDOR\n", __func__, __LINE__); in CfiFlashQuery()
178 PRINT_ERR("[%s: %d]not supported CFI flash : unexpected BANK_BITS\n", __func__, __LINE__); in CfiFlashQuery()
183 PRINT_ERR("[%s: %d]not supported CFI flash : unexpected PAGE_BITS\n", __func__, __LINE__); in CfiFlashQuery()
188 PRINT_ERR("[%s: %d]not supported CFI flash : unexpected ERASE_REGION\n", __func__, __LINE__); in CfiFlashQuery()
193 PRINT_ERR("[%s: %d]not supported CFI flash : unexpected BLOCKS\n", __func__, __LINE__); in CfiFlashQuery()
198 PRINT_ERR("[ in CfiFlashQuery()
[all...]
/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/
H A Dsystem_init.c166 PRINT_ERR("No drivers need load by hdf manager!"); in SystemInit()
174 PRINT_ERR("get cmdline error!\n"); in SystemInit()
177 PRINT_ERR("parse bootargs error!\n"); in SystemInit()
180 PRINT_ERR("mount rootfs error!\n"); in SystemInit()
188 PRINT_ERR("virtual_serial_init failed"); in SystemInit()
192 PRINT_ERR("system_console_init failed\n"); in SystemInit()
203 PRINT_ERR("Create user init process faialed!\n"); in SystemInit()
/device/qemu/drivers/char/mmz/
H A Dmmz.c77 PRINT_ERR("%s %d: %d\n", __func__, __LINE__, cmd); in MmzAlloc()
82 PRINT_ERR("cmd: %d, size: %#x vaddr alloc failed\n", cmd, size); in MmzAlloc()
89 PRINT_ERR("size: %#x paddr alloc failed\n", size); in MmzAlloc()
142 PRINT_ERR("%s %d: %d\n", __func__, __LINE__, cmd); in MmzMap()
148 PRINT_ERR("cmd: %d, size: %#x vaddr alloc failed\n", cmd, size); in MmzMap()
195 PRINT_ERR("vaddr is not equal to paddr"); in MmzFree()
202 PRINT_ERR("find region failed"); in MmzFree()
209 PRINT_ERR("free region failed, ret = %d", ret); in MmzFree()
251 PRINT_ERR("%s %d: %d\n", __func__, __LINE__, cmd); in MmzIoctl()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H A Dsystem_init.c221 PRINT_ERR("get cmdline error!\n"); in SystemInit_MountRootfs()
224 PRINT_ERR("parse bootargs error!\n"); in SystemInit_MountRootfs()
227 PRINT_ERR("mount rootfs error!\n"); in SystemInit_MountRootfs()
264 PRINT_ERR("virtual_serial_init failed"); in SystemInit_ConsoleInit()
267 PRINT_ERR("system_console_init failed\n"); in SystemInit_ConsoleInit()
282 PRINT_ERR("Create user init process faialed!\n"); in SystemInit_UserInitProcess()
/device/soc/rockchip/rk2206/adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_pwm.c212 PRINT_ERR("port(%d) >= EPWMDEV_MAX(%d)\n", port, EPWMDEV_MAX); in IoTPwmInit()
229 PRINT_ERR("port(%d) >= EPWMDEV_MAX(%d)\n", port, EPWMDEV_MAX); in IoTPwmDeinit()
248 PRINT_ERR("port(%d) >= EPWMDEV_MAX(%d)\n", port, EPWMDEV_MAX); in IoTPwmStart()
252 PRINT_ERR("duty(%d) out of the range(%d ~ %d)\n", duty, DUTY_MIN, DUTY_MAX); in IoTPwmStart()
256 PRINT_ERR("duty(%d) out of the range(%d ~ %d)\n", duty, DUTY_MIN, DUTY_MAX); in IoTPwmStart()
260 PRINT_ERR("freq(%d) is invalid!\n", freq); in IoTPwmStart()
264 PRINT_ERR("freq(%d) > SEC_TO_NSEC(%d)\n", freq, SEC_TO_NSEC); in IoTPwmStart()
279 PRINT_ERR("port(%d) >= EPWMDEV_MAX(%d)\n", port, EPWMDEV_MAX); in IoTPwmStop()
/device/qemu/riscv32_virt/liteos_m/board/
H A Dmain.c53 PRINT_ERR("netif_is_link_up overtime!\n"); in net_init()
119 PRINT_ERR("LiteOS kernel init failed! ERROR: 0x%x\n", ret); in main()
136 PRINT_ERR("Fb init failed!"); in main()
142 PRINT_ERR("No drivers need load by hdf manager!"); in main()
153 PRINT_ERR("LosAppInit failed! ERROR: 0x%x\n", ret); in main()
/device/qemu/riscv32_virt/liteos_m/board/libc/
H A Dutils.c70 PRINT_ERR("register exit proc error!\n"); in SystemAdapterInit()
79 PRINT_ERR("Mount Littlefs error:0x%x\n", ret); in SystemAdapterInit()
86 PRINT_ERR("Mount Fatfs error:0x%x\n", ret); in SystemAdapterInit()
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb_init.c45 PRINT_ERR("fb_init FbMemInit failed error %d\n", retval); in fb_init()
51 PRINT_ERR("fb_init KeyCacheInit failed error %d\n", retval); in fb_init()
H A Dfb_mem.c42 PRINT_ERR("Create mutex for fbmem fail, status: %d", retval); in FbMemInit()
52 PRINT_ERR("FbMemHold lock failed !\n"); in FbMemHold()
61 PRINT_ERR("FbMemDrop unlock failed !\n"); in FbMemDrop()
H A Dkey_cache.c121 PRINT_ERR("keyCache alloc failed, no memory!\n"); in KeyCacheAlloc()
141 PRINT_ERR("keyCache free: invalid keyCache\n"); in KeyCacheFree()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include/
H A Dlos_printf.h105 #define PRINT_ERR(fmt, args...) macro
107 #define PRINT_ERR(fmt, args...) do { (los_printf("[ERR] "), los_printf(fmt, ##args)); } while (0) macro
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtmmio.c57 PRINT_ERR("virtio-mmio ID=%u device not found\n", devId); in VirtmmioDiscover()
123 PRINT_ERR("negotiate features failed\n"); in VirtmmioNegotiate()
158 PRINT_ERR("queue %u not available: max qsz=%u, requested=%u\n", queue, num, q->qsz); in CompleteConfigQueue()
208 PRINT_ERR("virtio-mmio %s IRQ register failed: %u\n", devName, ret); in VirtmmioRegisterIRQ()
H A Dvirtnet.c152 PRINT_ERR("unsupported backend net MTU: %u\n", conf->mtu); in Feature0()
176 PRINT_ERR("net device has no VERSION_1 feature\n"); in Feature1()
189 PRINT_ERR("alloc nic->tbufRec memory failed\n"); in InitTxFreelist()
251 PRINT_ERR("alloc nic->rbufRec memory failed\n"); in ConfigRxBuffer()
293 PRINT_ERR("alloc queues memory failed\n"); in ConfigQueue()
359 PRINT_ERR("packet pbuf_clen %u larger than supported %u\n", add - 1, trans->qsz - 1); in LowLevelOutput()
527 PRINT_ERR("alloc nic memory failed\n"); in EthernetIfInit()
576 PRINT_ERR("alloc netif memory failed\n"); in VirtnetInit()
585 PRINT_ERR("add virtio-mmio net device failed\n"); in VirtnetInit()
H A Dplic.c71 PRINT_ERR("Create machine external failed! ret : 0x%x\n", ret); in PlicIrqInit()
/device/qemu/drivers/virtio/
H A Dvirtmmio.c52 PRINT_ERR("virtio-mmio ID=%u device not found\n", devId); in VirtmmioDiscover()
118 PRINT_ERR("negotiate features failed\n"); in VirtmmioNegotiate()
150 PRINT_ERR("queue %u not available: max qsz=%u, requested=%u\n", queue, num, q->qsz); in CompleteConfigQueue()
197 PRINT_ERR("virtio-mmio %s IRQ register failed: %u\n", devName, ret); in VirtmmioRegisterIRQ()
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/
H A Dmmu_config.h61 PRINT_ERR("%s,%d\n", __FUNCTION__, __LINE__); \
62 PRINT_ERR("the mapping size of os second page is 0x%x, sholud be not bigger than 0x%x\n", \
/device/qemu/riscv32_virt/liteos_m/board/fs/
H A Dff_gen_drv.c46 PRINT_ERR("[%s]the volum index is out of range\n", __func__); in SetupVolToPartTable()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_shellcmd.c58 PRINT_ERR("no arguments\n"); in wifi_shell_cmd()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_base.h145 PRINT_ERR("ASSERT ERROR! %s, %d\n", __FUNCTION__, __LINE__); \
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H A Damba_pl011.c187 PRINT_ERR("%s,%d, uart interrupt created error:%x\n", __FUNCTION__, __LINE__, ret); in uart_init()

Completed in 12 milliseconds

12