Searched refs:bundle_links (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | bundle.c | 96 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()
|
H A D | connection.c | 205 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()
|
H A D | core.c | 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | bundle.c | 96 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()
|
H A D | connection.c | 205 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()
|
H A D | core.c | 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove()
|
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | connection.h | 47 struct list_head bundle_links; member
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | connection.h | 47 struct list_head bundle_links; member
|
Completed in 5 milliseconds