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