Searched refs:of_console_check (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
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
|
/linux-6.6.21/drivers/of/ |
D | base.c | 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);
|
/linux-6.6.21/drivers/tty/serial/ |
D | sprd_serial.c | 1101 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
|
D | serial_core.c | 3159 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in serial_core_add_one_port()
|