Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dofw.c157 static const char *ofw_console_serial_find(char *dst_con, struct rt_ofw_node *np) in ofw_console_serial_find() argument
177 rt_strncpy(dst_con, rt_obj->name, RT_NAME_MAX); in ofw_console_serial_find()
186 char *dst_con; in tty_device_compare() local
200 dst_con = (char *)args_list[4]; in tty_device_compare()
207 *ofw_name = ofw_console_serial_find(dst_con, pdev->parent.ofw_node); in tty_device_compare()
218 static const char *ofw_console_tty_find(char *dst_con, const char *con) in ofw_console_tty_find() argument
255 args_list[4] = (rt_ubase_t)dst_con; in ofw_console_tty_find()

Completed in 3 milliseconds