Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/greybus/
Dcontrol.h53 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id);
/Linux-v6.6/drivers/greybus/
Dbundle.c122 ret = gb_control_bundle_suspend(bundle->intf->control, bundle->id); in gb_bundle_suspend()
Dcontrol.c215 int gb_control_bundle_suspend(struct gb_control *control, u8 bundle_id) in gb_control_bundle_suspend() function