Searched refs:of_console_check (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | of.h | 553 bool of_console_check(struct device_node *dn, char *name, int index); 937 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
|
/Linux-v5.10/drivers/of/ |
D | base.c | 2136 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function 2147 EXPORT_SYMBOL_GPL(of_console_check);
|
/Linux-v5.10/drivers/tty/serial/ |
D | sprd_serial.c | 1127 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
D | serial_core.c | 2902 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in uart_add_one_port()
|