Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/greybus/
Dcontrol.h55 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id);
/Linux-v6.1/drivers/greybus/
Dcore.c209 gb_control_bundle_deactivate(bundle->intf->control, bundle->id); in greybus_probe()
257 gb_control_bundle_deactivate(bundle->intf->control, bundle->id); in greybus_remove()
Dcontrol.c265 int gb_control_bundle_deactivate(struct gb_control *control, u8 bundle_id) in gb_control_bundle_deactivate() function