Home
last modified time | relevance | path

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

/drivers/greybus/
Dcontrol.c63 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 …]
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()
Dmanifest.c60 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 …]
Dgreybus_trace.h171 __field(u8, bundle_id)
180 __entry->bundle_id = connection->bundle ?
189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),
/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus184 What: /sys/bus/greybus/devices/N-M.I.B/bundle_id