Home
last modified time | relevance | path

Searched refs:stm32_uart_pdata (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/include/drivers/
A Dstm32_uart.h13 struct stm32_uart_pdata { struct
27 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base); argument
40 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node);
/optee_os-3.20.0/core/drivers/
A Dstm32_uart.c50 struct stm32_uart_pdata *pd = NULL; in loc_chip_to_base()
52 pd = container_of(chip, struct stm32_uart_pdata, chip); in loc_chip_to_base()
105 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base) in stm32_uart_init()
112 static void register_secure_uart(struct stm32_uart_pdata *pd) in register_secure_uart()
122 static void register_non_secure_uart(struct stm32_uart_pdata *pd) in register_non_secure_uart()
132 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node) in stm32_uart_init_from_dt_node()
135 struct stm32_uart_pdata *pd = NULL; in stm32_uart_init_from_dt_node()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dmain.c85 static struct stm32_uart_pdata console_data;
124 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt()

Completed in 10 milliseconds