Lines Matching refs:bundle_id
63 request.bundle_id = bundle->id;
215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id)
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)
246 request.bundle_id = bundle_id;
252 bundle_id, ret);
258 bundle_id, response.status);
265 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id)
271 request.bundle_id = bundle_id;
277 "failed to send bundle %u deactivate: %d\n", bundle_id,
284 bundle_id, response.status);
291 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id)
300 request.bundle_id = bundle_id;
306 "failed to send bundle %u activate: %d\n", bundle_id,
313 bundle_id, response.status);