Searched refs:bundle_id (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/greybus/ |
D | control.c | 63 request.bundle_id = bundle->id; in gb_control_get_bundle_version() 215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) in gb_control_bundle_suspend() argument 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() 240 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) in gb_control_bundle_resume() argument 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() 265 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) in gb_control_bundle_deactivate() argument [all …]
|
D | bundle.c | 28 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()
|
D | manifest.c | 60 static void release_cport_descriptors(struct list_head *head, u8 bundle_id) in release_cport_descriptors() argument 71 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() [all …]
|
D | greybus_trace.h | 171 __field(u8, bundle_id) 180 __entry->bundle_id = connection->bundle ? 189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),
|
/linux-6.6.21/include/linux/greybus/ |
D | control.h | 53 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);
|
D | bundle.h | 40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
|
D | greybus_protocols.h | 100 __u8 bundle_id; member 145 __u8 bundle_id; member
|
/linux-6.6.21/Documentation/networking/devlink/ |
D | devlink-info.rst | 113 * - ``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
|
D | nfp.rst | 45 * - ``fw.bundle_id``
|
D | devlink-flash.rst | 119 ``bundle_id`` information to the firmware versions. This meta-version covers
|
D | ice.rst | 73 * - ``fw.bundle_id`` 90 * - ``fw.app.bundle_id``
|
/linux-6.6.21/drivers/staging/greybus/Documentation/ |
D | sysfs-bus-greybus | 184 What: /sys/bus/greybus/devices/N-M.I.B/bundle_id
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 175 fw.bundle_id bspbundle_1003000111
|