Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/core/base/core/
A Du_bus.c42 u_bus_private_t *p = NULL; in u_bus_dump_all()
44 dlist_for_each_entry_safe(&g_bus_list_head, next, p, u_bus_private_t, bus_node) { in u_bus_dump_all()
368 u_bus_private_t *p = NULL; in u_bus_get_by_name()
375 dlist_for_each_entry_safe(&g_bus_list_head, next, p, u_bus_private_t, bus_node) { in u_bus_get_by_name()
423 u_bus_private_t *p = NULL; in u_bus_node_initialize()
425 p = (u_bus_private_t *)malloc(sizeof(u_bus_private_t)); in u_bus_node_initialize()
521 u_bus_private_t *p = NULL;
525 dlist_for_each_entry_safe(&g_bus_list_head, next, p, u_bus_private_t, bus_node) {
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/
A Du_bus.h27 } u_bus_private_t; typedef

Completed in 3 milliseconds