Home
last modified time | relevance | path

Searched refs:bundle_id (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/drivers/greybus/
A Dcontrol.c63 request.bundle_id = bundle->id; in gb_control_get_bundle_version()
221 request.bundle_id = bundle_id; in gb_control_bundle_suspend()
227 bundle_id, ret); in gb_control_bundle_suspend()
233 bundle_id, response.status); in gb_control_bundle_suspend()
246 request.bundle_id = bundle_id; in gb_control_bundle_resume()
252 bundle_id, ret); in gb_control_bundle_resume()
258 bundle_id, response.status); in gb_control_bundle_resume()
271 request.bundle_id = bundle_id; in gb_control_bundle_deactivate()
284 bundle_id, response.status); in gb_control_bundle_deactivate()
300 request.bundle_id = bundle_id; in gb_control_bundle_activate()
[all …]
A Dbundle.c28 static DEVICE_ATTR_RO(bundle_id);
68 u8 bundle_id) in gb_bundle_find() argument
73 if (bundle->id == bundle_id) in gb_bundle_find()
180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, in gb_bundle_create() argument
185 if (bundle_id == BUNDLE_ID_NONE) { in gb_bundle_create()
186 dev_err(&intf->dev, "can't use bundle id %u\n", bundle_id); in gb_bundle_create()
195 if (gb_bundle_find(intf, bundle_id)) { in gb_bundle_create()
196 dev_err(&intf->dev, "duplicate bundle id %u\n", bundle_id); in gb_bundle_create()
205 bundle->id = bundle_id; in gb_bundle_create()
215 dev_set_name(&bundle->dev, "%s.%d", dev_name(&intf->dev), bundle_id); in gb_bundle_create()
A Dmanifest.c71 if (desc_cport->bundle == bundle_id) in release_cport_descriptors()
234 u8 bundle_id = bundle->id; in gb_manifest_parse_cports() local
245 if (desc_cport->bundle != bundle_id) in gb_manifest_parse_cports()
297 release_cport_descriptors(&list, bundle_id); in gb_manifest_parse_cports()
302 release_cport_descriptors(&intf->manifest_descs, bundle_id); in gb_manifest_parse_cports()
318 u8 bundle_id; in gb_manifest_parse_bundles() local
326 bundle_id = desc_bundle->id; in gb_manifest_parse_bundles()
333 if (bundle_id == GB_CONTROL_BUNDLE_ID) { in gb_manifest_parse_bundles()
337 bundle_id); in gb_manifest_parse_bundles()
345 bundle_id); in gb_manifest_parse_bundles()
[all …]
A Dgreybus_trace.h171 __field(u8, bundle_id)
180 __entry->bundle_id = connection->bundle ?
189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),
/linux-6.3-rc2/include/linux/greybus/
A Dcontrol.h53 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id);
54 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id);
55 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id);
56 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id);
A Dbundle.h40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
A Dgreybus_protocols.h100 __u8 bundle_id; member
145 __u8 bundle_id; member
/linux-6.3-rc2/Documentation/networking/devlink/
A Ddevlink-info.rst113 * - ``bundle_id``
119 ``bundle_id`` can appear in both ``running`` and ``stored`` versions,
121 ``bundle_id`` was changed and no longer matches the version from
196 fw.bundle_id
A Dnfp.rst45 * - ``fw.bundle_id``
A Ddevlink-flash.rst119 ``bundle_id`` information to the firmware versions. This meta-version covers
A Dice.rst58 * - ``fw.bundle_id``
75 * - ``fw.app.bundle_id``
/linux-6.3-rc2/drivers/staging/greybus/Documentation/
A Dsysfs-bus-greybus184 What: /sys/bus/greybus/devices/N-M.I.B/bundle_id
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/netronome/
A Dnfp.rst175 fw.bundle_id bspbundle_1003000111

Completed in 31 milliseconds