Searched refs:of_console_check (Results 1 – 3 of 3) sorted by relevance
465 bool of_console_check(const struct device_node *dn, char *name, int index);903 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
2064 bool of_console_check(const struct device_node *dn, char *name, int index) in of_console_check() function2075 EXPORT_SYMBOL_GPL(of_console_check);
1123 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()