Searched refs:bundles (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | bundle.c | 3 * Greybus bundles 72 list_for_each_entry(bundle, &intf->bundles, links) { in gb_bundle_find() 217 list_add(&bundle->links, &intf->bundles); in gb_bundle_create()
|
H A D | interface.c | 800 INIT_LIST_HEAD(&intf->bundles); in gb_interface_create() 1135 /* Register the control device and any bundles */ in gb_interface_enable() 1145 list_for_each_entry_safe_reverse(bundle, tmp, &intf->bundles, links) { in gb_interface_enable() 1164 list_for_each_entry_safe(bundle, tmp, &intf->bundles, links) in gb_interface_enable() 1178 * Disable an interface and destroy its bundles. 1198 list_for_each_entry_safe(bundle, next, &intf->bundles, links) in gb_interface_disable()
|
H A D | manifest.c | 309 * structures. Returns the number of bundles set up for the 332 /* Ignore any legacy control bundles */ in gb_manifest_parse_bundles() 365 * While parsing manifest for an interface, treat bundles as in gb_manifest_parse_bundles() 367 * bundles on failing to initialize a cport. But make sure the in gb_manifest_parse_bundles() 381 list_for_each_entry_safe(bundle, bundle_next, &intf->bundles, links) { in gb_manifest_parse_bundles() 447 * After that we look for the interface's bundles--there must be at
|
H A D | control.c | 94 list_for_each_entry(bundle, &intf->bundles, links) { in gb_control_get_bundle_versions()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | bundle.c | 3 * Greybus bundles 72 list_for_each_entry(bundle, &intf->bundles, links) { in gb_bundle_find() 217 list_add(&bundle->links, &intf->bundles); in gb_bundle_create()
|
H A D | interface.c | 799 INIT_LIST_HEAD(&intf->bundles); in gb_interface_create() 1134 /* Register the control device and any bundles */ in gb_interface_enable() 1144 list_for_each_entry_safe_reverse(bundle, tmp, &intf->bundles, links) { in gb_interface_enable() 1163 list_for_each_entry_safe(bundle, tmp, &intf->bundles, links) in gb_interface_enable() 1177 * Disable an interface and destroy its bundles. 1197 list_for_each_entry_safe(bundle, next, &intf->bundles, links) in gb_interface_disable()
|
H A D | manifest.c | 309 * structures. Returns the number of bundles set up for the 332 /* Ignore any legacy control bundles */ in gb_manifest_parse_bundles() 365 * While parsing manifest for an interface, treat bundles as in gb_manifest_parse_bundles() 367 * bundles on failing to initialize a cport. But make sure the in gb_manifest_parse_bundles() 381 list_for_each_entry_safe(bundle, bundle_next, &intf->bundles, links) { in gb_manifest_parse_bundles() 447 * After that we look for the interface's bundles--there must be at
|
H A D | control.c | 94 list_for_each_entry(bundle, &intf->bundles, links) { in gb_control_get_bundle_versions()
|
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | interface.h | 35 struct list_head bundles; member
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | interface.h | 35 struct list_head bundles; member
|
Completed in 8 milliseconds