Searched refs:of_console_check (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 437 bool of_console_check(struct device_node *dn, char *name, int index); 797 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | base.c | 2140 * of_console_check() - Test and setup console for DT setup 2150 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function 2161 EXPORT_SYMBOL_GPL(of_console_check); variable
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 442 bool of_console_check(struct device_node *dn, char *name, int index); 811 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | base.c | 1857 * of_console_check() - Test and setup console for DT setup 1867 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function 1878 EXPORT_SYMBOL_GPL(of_console_check); variable
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sprd_serial.c | 1127 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
H A D | serial_core.c | 2982 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in uart_add_one_port()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sprd_serial.c | 1101 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
H A D | serial_core.c | 3171 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in serial_core_add_one_port()
|
Completed in 23 milliseconds