Searched refs:bundles (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/greybus/
H A Dinterface.h35 struct list_head bundles; member in struct:gb_interface
/linux-master/drivers/greybus/
H A Dbundle.c3 * Greybus bundles
72 list_for_each_entry(bundle, &intf->bundles, links) {
217 list_add(&bundle->links, &intf->bundles);
H A Dinterface.c798 INIT_LIST_HEAD(&intf->bundles);
1133 /* Register the control device and any bundles */
1143 list_for_each_entry_safe_reverse(bundle, tmp, &intf->bundles, links) {
1162 list_for_each_entry_safe(bundle, tmp, &intf->bundles, links)
1176 * Disable an interface and destroy its bundles.
1196 list_for_each_entry_safe(bundle, next, &intf->bundles, links)
H A Dmanifest.c309 * structures. Returns the number of bundles set up for the
332 /* Ignore any legacy control bundles */
365 * While parsing manifest for an interface, treat bundles as
367 * bundles on failing to initialize a cport. But make sure the
381 list_for_each_entry_safe(bundle, bundle_next, &intf->bundles, links) {
447 * After that we look for the interface's bundles--there must be at
H A Dcontrol.c94 list_for_each_entry(bundle, &intf->bundles, links) {

Completed in 209 milliseconds