Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof.h377 bool of_console_check(struct device_node *dn, char *name, int index);
620 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
/linux-4.1.27/drivers/of/
Dbase.c2062 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function
2069 EXPORT_SYMBOL_GPL(of_console_check);
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c2697 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in uart_add_one_port()