Searched refs:bundle_links (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/greybus/
H A Dconnection.h47 struct list_head bundle_links; member in struct:gb_connection
/linux-master/drivers/greybus/
H A Dbundle.c96 list_for_each_entry(connection, &bundle->connections, bundle_links)
104 list_for_each_entry(connection, &bundle->connections, bundle_links)
H A Dconnection.c205 list_add(&connection->bundle_links, &bundle->connections);
207 INIT_LIST_HEAD(&connection->bundle_links);
892 list_del(&connection->bundle_links);
H A Dcore.c271 list_for_each_entry(connection, &bundle->connections, bundle_links) {

Completed in 156 milliseconds