Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof.h444 bool of_console_check(struct device_node *dn, char *name, int index);
813 static inline bool of_console_check(const struct device_node *dn, const char *name, int index) in of_console_check() function
/openbmc/linux/drivers/of/
H A Dbase.c1867 bool of_console_check(struct device_node *dn, char *name, int index) in of_console_check() function
1878 EXPORT_SYMBOL_GPL(of_console_check);
/openbmc/linux/drivers/tty/serial/
H A Dsprd_serial.c1101 of_console_check(uport->dev->of_node, SPRD_TTY_NAME, uport->line)) in sprd_uart_is_console()
H A Dserial_core.c3194 of_console_check(uport->dev->of_node, uport->cons->name, uport->line); in serial_core_add_one_port()