Searched refs:stm32_uart_pdata (Results 1 – 4 of 4) sorted by relevance
16 struct stm32_uart_pdata { struct29 void stm32_uart_init(struct stm32_uart_pdata *pd, vaddr_t base); argument42 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node);
51 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()
64 static struct stm32_uart_pdata console_data;102 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt()
81 static struct stm32_uart_pdata console_data;117 struct stm32_uart_pdata *pd = NULL; in init_console_from_dt()