bundle_id 28 drivers/greybus/bundle.c static DEVICE_ATTR_RO(bundle_id); bundle_id 68 drivers/greybus/bundle.c u8 bundle_id) bundle_id 73 drivers/greybus/bundle.c if (bundle->id == bundle_id) bundle_id 180 drivers/greybus/bundle.c struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, bundle_id 185 drivers/greybus/bundle.c if (bundle_id == BUNDLE_ID_NONE) { bundle_id 186 drivers/greybus/bundle.c dev_err(&intf->dev, "can't use bundle id %u\n", bundle_id); bundle_id 195 drivers/greybus/bundle.c if (gb_bundle_find(intf, bundle_id)) { bundle_id 196 drivers/greybus/bundle.c dev_err(&intf->dev, "duplicate bundle id %u\n", bundle_id); bundle_id 205 drivers/greybus/bundle.c bundle->id = bundle_id; bundle_id 215 drivers/greybus/bundle.c dev_set_name(&bundle->dev, "%s.%d", dev_name(&intf->dev), bundle_id); bundle_id 63 drivers/greybus/control.c request.bundle_id = bundle->id; bundle_id 215 drivers/greybus/control.c int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) bundle_id 221 drivers/greybus/control.c request.bundle_id = bundle_id; bundle_id 227 drivers/greybus/control.c bundle_id, ret); bundle_id 233 drivers/greybus/control.c bundle_id, response.status); bundle_id 240 drivers/greybus/control.c int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) bundle_id 246 drivers/greybus/control.c request.bundle_id = bundle_id; bundle_id 252 drivers/greybus/control.c bundle_id, ret); bundle_id 258 drivers/greybus/control.c bundle_id, response.status); bundle_id 265 drivers/greybus/control.c int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) bundle_id 271 drivers/greybus/control.c request.bundle_id = bundle_id; bundle_id 277 drivers/greybus/control.c "failed to send bundle %u deactivate: %d\n", bundle_id, bundle_id 284 drivers/greybus/control.c bundle_id, response.status); bundle_id 291 drivers/greybus/control.c int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id) bundle_id 300 drivers/greybus/control.c request.bundle_id = bundle_id; bundle_id 306 drivers/greybus/control.c "failed to send bundle %u activate: %d\n", bundle_id, bundle_id 313 drivers/greybus/control.c bundle_id, response.status); bundle_id 171 drivers/greybus/greybus_trace.h __field(u8, bundle_id) bundle_id 180 drivers/greybus/greybus_trace.h __entry->bundle_id = connection->bundle ? bundle_id 189 drivers/greybus/greybus_trace.h __entry->hd_bus_id, __entry->bundle_id, __get_str(name), bundle_id 60 drivers/greybus/manifest.c static void release_cport_descriptors(struct list_head *head, u8 bundle_id) bundle_id 71 drivers/greybus/manifest.c if (desc_cport->bundle == bundle_id) bundle_id 234 drivers/greybus/manifest.c u8 bundle_id = bundle->id; bundle_id 245 drivers/greybus/manifest.c if (desc_cport->bundle != bundle_id) bundle_id 297 drivers/greybus/manifest.c release_cport_descriptors(&list, bundle_id); bundle_id 302 drivers/greybus/manifest.c release_cport_descriptors(&intf->manifest_descs, bundle_id); bundle_id 318 drivers/greybus/manifest.c u8 bundle_id; bundle_id 326 drivers/greybus/manifest.c bundle_id = desc_bundle->id; bundle_id 333 drivers/greybus/manifest.c if (bundle_id == GB_CONTROL_BUNDLE_ID) { bundle_id 337 drivers/greybus/manifest.c bundle_id); bundle_id 345 drivers/greybus/manifest.c bundle_id); bundle_id 349 drivers/greybus/manifest.c bundle = gb_bundle_create(intf, bundle_id, class); bundle_id 40 include/linux/greybus/bundle.h struct gb_bundle *gb_bundle_create(struct gb_interface *intf, u8 bundle_id, bundle_id 53 include/linux/greybus/control.h int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id); bundle_id 54 include/linux/greybus/control.h int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id); bundle_id 55 include/linux/greybus/control.h int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id); bundle_id 56 include/linux/greybus/control.h int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id); bundle_id 100 include/linux/greybus/greybus_protocols.h __u8 bundle_id; bundle_id 145 include/linux/greybus/greybus_protocols.h __u8 bundle_id;