Searched refs:of_console_check (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | of.h | 429 bool of_console_check(struct device_node *dn, char *name, int index); 779 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
|
/linux-6.1.9/drivers/of/ |
D | base.c | 2034 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function 2045 EXPORT_SYMBOL_GPL(of_console_check);
|
/linux-6.1.9/drivers/tty/serial/ |
D | sprd_serial.c | 1126 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
D | serial_core.c | 3093 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in uart_add_one_port()
|