Home
last modified time | relevance | path

Searched refs:gb_control_bundle_resume (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/greybus/
Dcontrol.h54 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id);
/linux-6.1.9/drivers/greybus/
Dbundle.c141 ret = gb_control_bundle_resume(bundle->intf->control, bundle->id); in gb_bundle_resume()
Dcontrol.c240 int gb_control_bundle_resume(struct gb_control *control, u8 bundle_id) in gb_control_bundle_resume() function