| /bsp/allwinner/libraries/sunxi-hal/hal/test/gpio/ |
| A D | test_gpio.c | 44 hal_log_info("fake gpio interrupt handler"); in gpio_irq_test() 57 hal_log_info("Setting: pull state: %d, dir: %d, data: 0x%x", in cmd_test_gpio() 75 hal_log_info("Test hal_gpio_set_pull API success!"); in cmd_test_gpio() 77 hal_log_info("Test hal_gpio_set_data API success!"); in cmd_test_gpio() 78 hal_log_info("Test hal_gpio_get_pull API success!"); in cmd_test_gpio() 80 hal_log_info("Test hal_gpio_get_data API success!"); in cmd_test_gpio() 91 hal_log_info("Test hal_gpio_to_irq API success!"); in cmd_test_gpio() 100 hal_log_info("Test hal_gpio_irq_request API success!"); in cmd_test_gpio() 109 hal_log_info("Test hal_gpio_irq_enable API success!"); in cmd_test_gpio() 127 hal_log_info("Test hal_gpio_irq_free API success!"); in cmd_test_gpio() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/ |
| A D | HidProtocol.c | 55 hal_log_info("\n"); in print_field() 86 hal_log_info("size = %d\n", item->size); in print_item() 87 hal_log_info("type = %d\n", item->type); in print_item() 88 hal_log_info("tag = %d\n", item->tag); in print_item() 89 hal_log_info("data = %x\n", item->data); in print_item() 104 hal_log_info("\n"); in print_Report() 106 hal_log_info("\n Report num = %d\n", i); in print_Report() 145 hal_log_info("\n"); in print_global() 187 hal_log_info("\n"); in print_parser() 188 hal_log_info("\n"); in print_parser() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/uart/ |
| A D | test_uart.c | 58 hal_log_info("Testing UART in loopback mode"); in cmd_test_uart() 84 hal_log_info("Using default baudrate: 115200"); in cmd_test_uart() 120 hal_log_info("Test hal_uart_init API success!"); in cmd_test_uart() 121 hal_log_info("Test hal_uart_control API success!"); in cmd_test_uart() 122 hal_log_info("Test hal_uart_disable_flowcontrol API success!"); in cmd_test_uart() 123 hal_log_info("Test hal_uart_set_loopback API success!"); in cmd_test_uart() 124 hal_log_info("Test hal_uart_send API success!"); in cmd_test_uart() 125 hal_log_info("Test hal_uart_receive API success!"); in cmd_test_uart() 126 hal_log_info("Test hal_uart_deinit API success!"); in cmd_test_uart() 127 hal_log_info("Test uart hal APIs success!"); in cmd_test_uart() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/pwm/ |
| A D | test_pwm.c | 51 hal_log_info("Usage: pwm port"); in cmd_test_pwm() 55 hal_log_info("Run pwm hal layer test case "); in cmd_test_pwm() 58 hal_log_info("port = %d", port); in cmd_test_pwm() 65 hal_log_info("duty_ns = %d \n", config->duty_ns); in cmd_test_pwm() 66 hal_log_info("period_ns = %d \n", config->period_ns); in cmd_test_pwm() 67 hal_log_info("polarity = %d \n", config->polarity); in cmd_test_pwm() 73 hal_log_info("Pwm test finish"); in cmd_test_pwm()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/twi/ |
| A D | test_twi.c | 55 hal_log_info("Usage:"); in cmd_test_twi() 56 hal_log_info("\ttwi [port] [slave_addr] [reg] -r"); in cmd_test_twi() 57 hal_log_info("\t -w [val]"); in cmd_test_twi() 61 hal_log_info("Run twi test"); in cmd_test_twi() 72 hal_log_info("twi read test"); in cmd_test_twi() 76 hal_log_info("twi write test"); in cmd_test_twi() 91 hal_log_info("reg_val: 0x%x", reg_val); in cmd_test_twi() 110 hal_log_info("Twi test finish"); in cmd_test_twi()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/spi/ |
| A D | test_spi.c | 58 hal_log_info("Usage:"); in cmd_test_spi() 59 hal_log_info("\tspi <port> <-r|-w>"); in cmd_test_spi() 63 hal_log_info("Run spi test"); in cmd_test_spi() 87 hal_log_info("rbuf: %s", rbuf); in cmd_test_spi() 88 hal_log_info("status: %d", status); in cmd_test_spi() 94 hal_log_info("status: %d", status); in cmd_test_spi() 97 hal_log_info("Spi test finish"); in cmd_test_spi()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Disk/ |
| A D | BlkDev.c | 789 hal_log_info("FunName: %s,", FunName); in PrintDevStatus() 794 hal_log_info("USB_STATUS_SUCCESS"); in PrintDevStatus() 802 hal_log_info("USB_STATUS_IO_TIMEOUT"); in PrintDevStatus() 806 hal_log_info("USB_STATUS_IO_DEVICE_ERROR"); in PrintDevStatus() 810 hal_log_info("USB_STATUS_DEVICE_BUSY"); in PrintDevStatus() 818 hal_log_info("USB_STATUS_INVALID_COMMAND"); in PrintDevStatus() 842 hal_log_info("USB_STATUS_UNKOWN_ERROR"); in PrintDevStatus() 846 hal_log_info("unkonw status %d", status); in PrintDevStatus() 874 hal_log_info("WCE = %d", mscLun->WCE); in Pr__s32DiskInfo() 875 hal_log_info("RCD = %d", mscLun->RCD); in Pr__s32DiskInfo() [all …]
|
| A D | Scsi2.c | 117 hal_log_info(""); in Scsi2_show_command() 122 hal_log_info(" %x ", CB[i]); in Scsi2_show_command() 125 hal_log_info("allowed = %d", ScsiCmnd->allowed); in Scsi2_show_command() 126 hal_log_info("TransLen = %d", ScsiCmnd->DataTransferLength); in Scsi2_show_command() 129 hal_log_info("Tag = %x", ScsiCmnd->cmnd.Tag); in Scsi2_show_command() 130 hal_log_info("Timeout = %d", ScsiCmnd->cmnd.Timeout); in Scsi2_show_command() 131 hal_log_info("dwLun = %d", ScsiCmnd->cmnd.dwLun); in Scsi2_show_command() 132 hal_log_info("CB_ADDR = %x", ScsiCmnd->cmnd.CommandBlock); in Scsi2_show_command() 133 hal_log_info(""); in Scsi2_show_command() 717 hal_log_info("ERR: media is not present"); in ScsiGetSenseData() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Client/Mouse/ |
| A D | UsbMouse.c | 245 hal_log_info("usb mouse test command: start-s\n"); in usbMouseIoctl() 262 hal_log_info("usb mouse test command: stop-s\n"); in usbMouseIoctl() 276 hal_log_info("usb mouse test command: stop-e\n"); in usbMouseIoctl() 719 hal_log_info("Button: BitOffset = %d, BitCount = %d\n", in usbMouseProbe() 721 hal_log_info("X: BitOffset = %d, BitCount = %d\n", in usbMouseProbe() 723 hal_log_info("Y: BitOffset = %d, BitCount = %d\n", in usbMouseProbe() 725 hal_log_info("Wheel: BitOffset = %d, BitCount = %d\n", in usbMouseProbe() 805 hal_log_info("\n"); in usbMouseProbe() 812 hal_log_info("\n"); in usbMouseProbe() 884 hal_log_info("\n"); in usbMouseRemove() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_gen_hub.c | 2435 hal_log_info("_hub_config--1--"); in _hub_config() 2456 hal_log_info("_hub_config--2--"); in _hub_config() 2476 hal_log_info("_hub_config--3--"); in _hub_config() 2499 hal_log_info("_hub_config--4--"); in _hub_config() 2517 hal_log_info("_hub_config--4--"); in _hub_config() 2535 hal_log_info("_hub_config--5--"); in _hub_config() 2896 hal_log_info("hub_probe--1--"); in hub_probe() 2908 hal_log_info("hub_probe--2--"); in hub_probe() 2921 hal_log_info("hub_probe--3--"); in hub_probe() 2937 hal_log_info("hub_probe--4--"); in hub_probe() [all …]
|
| A D | usb_virt_bus.c | 131 hal_log_info("--usb_virt_bus_drv_reg---1-2--\n"); in usb_virt_bus_drv_reg() 137 hal_log_info("--usb_virt_bus_drv_reg---1-3--\n"); in usb_virt_bus_drv_reg() 161 hal_log_info("---usb_virt_bus_drv_reg----1---\n"); in usb_virt_bus_drv_reg() 172 hal_log_info("---usb_virt_bus_drv_reg----2---\n"); in usb_virt_bus_drv_reg() 329 hal_log_info("--usb_virt_bus_dev_add---0\n"); in usb_virt_bus_dev_add() 337 hal_log_info("--usb_virt_bus_dev_add---1\n"); in usb_virt_bus_dev_add() 352 hal_log_info("--usb_virt_bus_dev_add---2\n"); in usb_virt_bus_dev_add()
|
| A D | usb_core_interface.c | 46 …hal_log_info("[usb bus]: driver \"%s\" detect usb bus.", drv->func_drv_name != NULL ? drv->func_dr… in usb_host_func_drv_reg() 56 …hal_log_info("[usb bus]: driver \"%s\" disconnect usb bus.", drv->func_drv_name != NULL ? drv->fun… in usb_host_func_drv_unreg()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/ |
| A D | drv_webcam.c | 37 hal_log_info("DRV_WEBCAM_MInit\n"); in DRV_WEBCAM_MInit() 57 hal_log_info("webcam already used!\n"); in DRV_WEBCAM_MInit() 63 hal_log_info("user webcam registered Error!\n"); in DRV_WEBCAM_MInit() 66 hal_log_info("drv webcam reg ok!\n"); in DRV_WEBCAM_MInit() 74 hal_log_info("webcam drv plugin ok!\n"); in DRV_WEBCAM_MInit() 84 hal_log_info("DRV_WEBCAM_MExit\n"); in DRV_WEBCAM_MExit()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/webcam_core/ |
| A D | dev_webcam.c | 44 hal_log_info("webcam irq\n"); in webcam_irq_handle() 48 hal_log_info("webcam first irq\n"); in webcam_irq_handle() 98 hal_log_info("frame_id=%x\n",frame_id); in webcam_irq_handle() 116 hal_log_info("****webcam lost frame[%d] ****\n", lost_frame_num++); in webcam_irq_handle() 313 hal_log_info("DRV_WEBCAM_CMD_CAPTURE_ON: have cb\n"); in DEV_WEBCAM_Ioctrl() 324 hal_log_info("ERROR:webcam no buffer! ???? \n"); in DEV_WEBCAM_Ioctrl() 329 hal_log_info("DRV_WEBCAM_CMD_CAPTURE_ON: haven't cb\n"); in DEV_WEBCAM_Ioctrl() 528 hal_log_info("ERROR:webcam no buffer! ???? \n"); in DEV_WEBCAM_Ioctrl() 534 hal_log_info("DRV_WENCAM_CMD_WEBCAM_INSERT 2\n"); in DEV_WEBCAM_Ioctrl() 587 hal_log_info("create semaphore webcam_lock fail\n"); in WEBCAM_DEV_NODE_Init_Part1() [all …]
|
| A D | webcam_linklist_manager.c | 47 hal_log_info("%s %d %s thiz:%x!\n", __FILE__, __LINE__, __func__, thiz); in Impl_webcam_linklist_manager_exit() 77 hal_log_info("fatal error, [%d] array full!\n", thiz->list_type); in Impl_webcam_linklist_manager_insert() 125 hal_log_info("malloc __webcam_linklist_manager_t fail\n"); in webcam_linklist_manager_init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Webcam/ |
| A D | usbWebcam_proc.c | 58 hal_log_info("usbWebcam_v4l2_init()\n"); in usbWebcam_v4l2_init() 74 hal_log_info("usbWebcam_v4l2_exit()\n"); in usbWebcam_v4l2_exit() 104 hal_log_info("usbWebcam_v4l2_capture_on() type=%d\n", UVCDev->streams->type); in usbWebcam_v4l2_capture_on() 116 hal_log_info("usbWebcam_v4l2_capture_on() type=%d\n", UVCDev->streams->type); in usbWebcam_v4l2_capture_off()
|
| A D | usbWebcam.c | 46 hal_log_info("usb:(%x,%x,%x),(%x,%x,%x), %x,%x\n", addr0, addr1, addr2, in transport() 104 hal_log_info("don't fined drv_webcam\n"); in usbWebcam_probe() 126 hal_log_info("webcam plug in message...\n"); in usbWebcam_probe() 153 hal_log_info("esMEMS_Malloc fail\n"); in usbWebcam_init() 185 hal_log_info("webcam plug out message...\n"); in usbWebcam_remove()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/timer/ |
| A D | test_avs.c | 45 hal_log_info("hal_avs [-i id]"); in cmd_test_hal_avs() 55 hal_log_info("id: %d", id); in cmd_test_hal_avs() 61 hal_log_info("init avs id %d failed", id); in cmd_test_hal_avs()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/dma/ |
| A D | test_dma.c | 45 hal_log_info("DMA finished, callback to do something...\n"); in dma_test_cb() 56 hal_log_info("run in dma test"); in cmd_test_dma() 135 hal_log_info("src buf:\n"); in cmd_test_dma() 138 hal_log_info("dst buf:\n"); in cmd_test_dma()
|
| /bsp/allwinner/libraries/sunxi-hal/include/osal/ |
| A D | hal_log.h | 19 #define hal_log_info(fmt, ...) pr_info(fmt"\n", ##__VA_ARGS__) macro 28 #define hal_log_info(fmt, ...) pr_info(fmt"\n", ##__VA_ARGS__) 62 #define hal_log_info(...) \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/ |
| A D | main.c | 14 hal_log_info("usb msg desc init\n"); in cmd_gadget_test() 16 hal_log_info("hal udc init\n"); in cmd_gadget_test()
|
| A D | usb_msg.c | 128 hal_log_info("usb demo ep init...\n"); in usb_msg_ep_init() 155 hal_log_info("get MAX_LUN\r\n"); in usb_msg_class_request_handler() 200 hal_log_info("scsi cmd opcode: 0x%x\n", opcode); in usb_msg_scsi_cmd_handler() 223 hal_log_info("usb_msg_callback event: %"PRIu32", len: %"PRIu32"\n", event, len); in usb_msg_callback()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/ccmu/ |
| A D | test_ccmu.c | 225 hal_log_info("Test(%04d): func is %s,result is %d\n", \ 244 hal_log_info("------------------------------------\n" \ in cmd_test_ccmu() 261 hal_log_info("===================================\n"); in cmd_test_ccmu() 262 hal_log_info("Test Finished. total number: %d.\n", tsize); in cmd_test_ccmu()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/ |
| A D | usb_msc.c | 630 hal_log_info("ERR: not support transport Protocol(%x)", mscDev->Protocol); in GetTransport() 695 hal_log_info("ERR: not support transport SubClass(%x)", mscDev->SubClass); in GetProtocol() 835 hal_log_info("begin mscLunAdd\n"); in mscDevAdd() 837 hal_log_info("end mscLunAdd\n"); in mscDevAdd() 1239 hal_log_info("mscDevProbe begin"); in mscDevProbe() 1339 hal_log_info("mscDevScanThread end..."); in mscDevProbe() 1410 hal_log_info("mscDevSuspend: SuspendTime = %dms", mscDev->SuspendTime); in mscDevSuspend() 1454 hal_log_info("mscDevRemove: SetMscDevState MSC_DEV_OFFLINE"); in mscDevRemove() 1472 hal_log_info("mscDevRemove complete"); in mscDevRemove()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/ |
| A D | uvc_video.c | 455 hal_log_info("input buf == NULL\n"); in uvc_queue_next_buffer() 469 hal_log_info("input buf == NULL\n"); in uvc_queue_next_buffer() 500 hal_log_info("fps:(%d,%d) bsp=%d Mbps\n", complete_cnt, lost_cnt,bsp*8/1024/1024); in uvc_queue_next_buffer() 648 hal_log_info("Frame complete (FID bit toggled).\n"); in uvc_video_decode_start() 677 hal_log_info("buf->buf.mem_buf == NULL\n"); in uvc_video_decode_data() 721 hal_log_info("stream->dev->exchange_buf== null \n"); in uvc_video_decode_isoc() 727 hal_log_info("USB isochronous frame lost (%d).\n", urb->iso_frame_desc[i].status); in uvc_video_decode_isoc() 939 hal_log_info("size=%d, psize=%d, npackets=%d\n", size, psize, npackets); in uvc_alloc_urb_buffers() 946 hal_log_info("must modify memory of setting\n"); in uvc_alloc_urb_buffers() 1164 hal_log_info("UVC ISO!\n"); in uvc_init_video() [all …]
|