Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof.h457 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/drivers/of/
H A Dbase.c1969 * of_console_check() - Test and setup console for DT setup
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/drivers/tty/serial/
H A Dserial_core.c3128 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in serial_core_add_one_port()