Home
last modified time | relevance | path

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

/device/linaro/hikey/wpan/uim/
Duim.c289 unsigned char buf[UART_DEV_NAME_LEN]; in st_uart_config()
291 char uart_dev_name[UART_DEV_NAME_LEN]; in st_uart_config()
299 memset(buf, 0, UART_DEV_NAME_LEN); in st_uart_config()
305 len = read(fd, buf, UART_DEV_NAME_LEN); in st_uart_config()
314 memset(buf, 0, UART_DEV_NAME_LEN); in st_uart_config()
320 len = read(fd, buf, UART_DEV_NAME_LEN); in st_uart_config()
329 memset(buf, 0, UART_DEV_NAME_LEN); in st_uart_config()
336 len = read(fd, buf, UART_DEV_NAME_LEN); in st_uart_config()
Duim.h60 #define UART_DEV_NAME_LEN 32 macro