| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
| D | uart_drv.c | 39 hi_u32 uart_init_circ_buf(uart_driver_data_t *udd, unsigned int rx_buf_size, unsigned int tx_buf_si… in uart_init_circ_buf() 85 hi_void uart_deinit_circ_buf(uart_driver_data_t *udd) in uart_deinit_circ_buf() 217 hi_void uart_tx_interrupt_disable(uart_driver_data_t *udd) in uart_tx_interrupt_disable() 224 hi_void uart_tx_interrupt_enable(const uart_driver_data_t *udd) in uart_tx_interrupt_enable() 230 hi_void uart_tx_interrupt_clear(const uart_driver_data_t *udd) in uart_tx_interrupt_clear() 236 hi_void uart_rx_interrupt_disable(const uart_driver_data_t *udd) in uart_rx_interrupt_disable() 242 hi_void uart_rx_interrupt_enable(const uart_driver_data_t *udd) in uart_rx_interrupt_enable() 267 HI_ALWAYS_STAIC_INLINE hi_u32 uart_get_tx_fifo_available_cnt(const uart_driver_data_t *udd) in uart_get_tx_fifo_available_cnt() 294 HI_ALWAYS_STAIC_INLINE hi_u32 uart_get_rx_fifo_cnt(const uart_driver_data_t *udd) in uart_get_rx_fifo_cnt() 353 static hi_void uart_dma_para_cfg(const uart_driver_data_t *udd, hi_dma_para *dma_para, const hi_cha… in uart_dma_para_cfg() [all …]
|
| D | uart.c | 74 uart_driver_data_t *udd = HI_NULL; in uart_open() local 115 hi_s32 uart_read(uart_driver_data_t *udd, hi_char *buf, hi_u32 count) in uart_read() 151 hi_s32 uart_write(uart_driver_data_t *udd, const hi_char *buf, hi_u32 send_count) in uart_write() 202 hi_s32 uart_write_immediately(uart_driver_data_t *udd, const hi_char *buf, hi_u32 send_count) in uart_write_immediately() 250 hi_u32 uart_ioctl(uart_driver_data_t *udd, hi_u32 cmd, uintptr_t arg) in uart_ioctl() 300 hi_u32 uart_close(uart_driver_data_t *udd) in uart_close()
|
| D | hi_uart.c | 73 static hi_u32 get_uart_param(const uart_driver_data_t *udd, hi_uart_attribute *attr, hi_uart_extra_… in get_uart_param() 109 uart_driver_data_t *udd = HI_NULL; in hi_uart_is_busy() local 127 uart_driver_data_t *udd = HI_NULL; in hi_uart_is_buf_empty() local 165 uart_driver_data_t *udd = HI_NULL; in init_uart_extra_param() local 216 hi_u32 uart_attribute_ioctl(uart_driver_data_t *udd, const hi_uart_attribute *attr) in uart_attribute_ioctl() 234 uart_driver_data_t *udd = HI_NULL; in hi_uart_init() local 281 uart_driver_data_t *udd = HI_NULL; in hi_uart_set_flow_ctrl() local 350 uart_driver_data_t *udd = HI_NULL; in hi_uart_write() local 367 uart_driver_data_t *udd = HI_NULL; in hi_uart_write_immediately() local 430 uart_driver_data_t *udd = (uart_driver_data_t *) g_udd_g[id]; in hi_uart_quit_read() local [all …]
|
| /device/soc/hisilicon/common/platform/uart/ |
| D | uart_pl011.c | 37 struct UartDriverData *udd = (struct UartDriverData *)data; in Pl011Irq() local 68 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate() 91 static void Pl011ConfigDataBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigDataBits() 111 static void Pl011ConfigParity(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigParity() 144 static void Pl011ConfigStopBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigStopBits() 157 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uin… in Pl011ConfigLCRH() 171 static int32_t Pl011ConfigIn(struct UartDriverData *udd) in Pl011ConfigIn() 217 static int32_t Pl011StartUp(struct UartDriverData *udd) in Pl011StartUp() 262 static int32_t Pl011ShutDown(struct UartDriverData *udd) in Pl011ShutDown() 302 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() [all …]
|
| D | uart_hi35xx.c | 104 struct UartDriverData *udd = NULL; in Hi35xxRead() local 127 struct UartDriverData *udd = NULL; in Hi35xxWrite() local 148 struct UartDriverData *udd = NULL; in Hi35xxGetBaud() local 165 struct UartDriverData *udd = NULL; in Hi35xxSetBaud() local 199 struct UartDriverData *udd = NULL; in Hi35xxGetAttribute() local 221 struct UartDriverData *udd = NULL; in Hi35xxSetAttribute() local 255 struct UartDriverData *udd = NULL; in Hi35xxSetTransMode() local 277 struct UartDriverData *udd = NULL; in Hi35xxInit() local 329 struct UartDriverData *udd = NULL; in Hi35xxDeinit() local 366 struct UartDriverData *udd = NULL; in Hi35xxPollEvent() local [all …]
|
| D | uart_pl011.h | 183 struct UartDriverData *udd; member
|
| /device/qemu/drivers/uart/ |
| D | uart_pl011.c | 38 struct UartDriverData *udd = (struct UartDriverData *)data; in Pl011Irq() local 69 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate() 92 static void Pl011ConfigDataBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigDataBits() 112 static void Pl011ConfigParity(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigParity() 145 static void Pl011ConfigStopBits(const struct UartDriverData *udd, uint32_t *lcrh) in Pl011ConfigStopBits() 158 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uin… in Pl011ConfigLCRH() 172 static int32_t Pl011ConfigIn(struct UartDriverData *udd) in Pl011ConfigIn() 218 static int32_t Pl011StartUp(struct UartDriverData *udd) in Pl011StartUp() 263 static int32_t Pl011ShutDown(struct UartDriverData *udd) in Pl011ShutDown() 303 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count) in Pl011StartTx() [all …]
|
| D | uart.c | 33 struct UartDriverData *udd = NULL; in Hi35xxRead() local 56 struct UartDriverData *udd = NULL; in Hi35xxWrite() local 77 struct UartDriverData *udd = NULL; in Hi35xxGetBaud() local 94 struct UartDriverData *udd = NULL; in Hi35xxSetBaud() local 124 struct UartDriverData *udd = NULL; in Hi35xxGetAttribute() local 146 struct UartDriverData *udd = NULL; in Hi35xxSetAttribute() local 176 struct UartDriverData *udd = NULL; in Hi35xxSetTransMode() local 198 struct UartDriverData *udd = NULL; in Hi35xxInit() local 241 struct UartDriverData *udd = NULL; in Hi35xxDeinit() local 277 struct UartDriverData *udd = NULL; in Hi35xxPollEvent() local [all …]
|
| D | uart_pl011.h | 183 struct UartDriverData *udd; member
|