Searched refs:of_console_check (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | of.h | 457 bool of_console_check(const struct device_node *dn, char *name, int index); 851 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
|
| /linux-6.15/drivers/of/ |
| H A D | base.c | 1979 bool of_console_check(const struct device_node *dn, char *name, int index) in of_console_check() function 1990 EXPORT_SYMBOL_GPL(of_console_check);
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sprd_serial.c | 1123 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
| H A D | serial_core.c | 3156 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in serial_core_add_one_port()
|