Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_uart.h16 struct stm32_uart_pdata { struct
29 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base); argument
42 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node);
/optee_os/core/drivers/
H A Dstm32_uart.c51 struct stm32_uart_pdata *pd = NULL; in loc_chip_to_base()
53 pd = container_of(chip, struct stm32_uart_pdata, chip); in loc_chip_to_base()
106 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base) in stm32_uart_init()
112 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node) in stm32_uart_init_from_dt_node()
115 struct stm32_uart_pdata *pd = NULL; in stm32_uart_init_from_dt_node()
/optee_os/core/arch/arm/plat-stm32mp2/
H A Dmain.c64 static struct stm32_uart_pdata console_data;
102 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c81 static struct stm32_uart_pdata console_data;
117 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt()