Home
last modified time | relevance | path

Searched refs:of_console_check (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dof.h553 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/
Dbase.c2136 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/
Dsprd_serial.c1127 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
Dserial_core.c2902 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in uart_add_one_port()