Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof.h394 extern int of_alias_get_alias_list(const struct of_device_id *matches,
907 static inline int of_alias_get_alias_list(const struct of_device_id *matches, in of_alias_get_alias_list() function
/Linux-v5.4/drivers/of/
Dbase.c2097 int of_alias_get_alias_list(const struct of_device_id *matches, in of_alias_get_alias_list() function
2135 EXPORT_SYMBOL_GPL(of_alias_get_alias_list);
/Linux-v5.4/drivers/tty/serial/
Dxilinx_uartps.c1415 ret = of_alias_get_alias_list(cdns_uart_of_match, "serial", in cdns_get_id()