Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/greybus/
A Dbundle.c96 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections()
104 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections()
A Dconnection.c205 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
207 INIT_LIST_HEAD(&connection->bundle_links); in _gb_connection_create()
892 list_del(&connection->bundle_links); in gb_connection_destroy()
A Dcore.c241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
/linux-6.3-rc2/include/linux/greybus/
A Dconnection.h47 struct list_head bundle_links; member

Completed in 7 milliseconds