Home
last modified time | relevance | path

Searched refs:UIM_VER (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/wpan/uim/
Duim.c64 UIM_VER(" wrote %d bytes", (int)write(dev_fd, buffer, 4)); in read_firmware_version()
65 UIM_VER(" reading %d bytes", (int)read(dev_fd, resp_buffer, 15)); in read_firmware_version()
68 UIM_VER(" %x ", resp_buffer[index]); in read_firmware_version()
98 UIM_VER(" read_hci_event"); in read_hci_event()
155 UIM_VER(" Command complete started"); in read_command_complete()
345 UIM_VER(" signal received, opening %s", uart_dev_name); in st_uart_config()
367 UIM_VER("Setting speed to %d", cust_baud_rate); in st_uart_config()
391 UIM_VER("Speed changing to %d, %d", cust_baud_rate, flow_ctrl); in st_uart_config()
425 UIM_VER("BD address changed to %s", uim_bd_address); in st_uart_config()
Duim.h83 #define UIM_VER(fmt, arg...) macro
87 #define UIM_VER(fmt, arg...) printf("uim:"fmt"\n" , ## arg) macro
91 #define UIM_VER(fmt, arg...) macro