Searched refs:bundle_id (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/greybus/
H 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);
H A Dbundle.h40 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id,
H A Dgreybus_protocols.h100 __u8 bundle_id; member in struct:gb_control_bundle_version_request
145 __u8 bundle_id; member in struct:gb_control_bundle_pm_request
/linux-master/drivers/greybus/
H A Dcontrol.c63 request.bundle_id = bundle->id;
215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) argument
221 request.bundle_id = bundle_id;
227 bundle_id, ret);
233 bundle_id, response.status);
240 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) argument
246 request.bundle_id = bundle_id;
252 bundle_id, re
265 gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) argument
291 gb_control_bundle_activate(struct gb_control *control, u8 bundle_id) argument
[all...]
H A Dbundle.c28 static DEVICE_ATTR_RO(bundle_id);
68 u8 bundle_id)
73 if (bundle->id == bundle_id)
180 struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, argument
185 if (bundle_id == BUNDLE_ID_NONE) {
186 dev_err(&intf->dev, "can't use bundle id %u\n", bundle_id);
195 if (gb_bundle_find(intf, bundle_id)) {
196 dev_err(&intf->dev, "duplicate bundle id %u\n", bundle_id);
205 bundle->id = bundle_id;
215 dev_set_name(&bundle->dev, "%s.%d", dev_name(&intf->dev), bundle_id);
67 gb_bundle_find(struct gb_interface *intf, u8 bundle_id) argument
[all...]
H A Dmanifest.c60 static void release_cport_descriptors(struct list_head *head, u8 bundle_id) argument
71 if (desc_cport->bundle == bundle_id)
234 u8 bundle_id = bundle->id; local
245 if (desc_cport->bundle != bundle_id)
297 release_cport_descriptors(&list, bundle_id);
302 release_cport_descriptors(&intf->manifest_descs, bundle_id);
318 u8 bundle_id; local
326 bundle_id = desc_bundle->id;
333 if (bundle_id == GB_CONTROL_BUNDLE_ID) {
337 bundle_id);
[all...]
H A Dgreybus_trace.h171 __field(u8, bundle_id)
180 __entry->bundle_id = connection->bundle ?
188 TP_printk("hd_bus_id=%d bundle_id=0x%02x name=\"%s\" state=%u flags=0x%lx",
189 __entry->hd_bus_id, __entry->bundle_id, __get_str(name),

Completed in 277 milliseconds