Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/greybus/
Dcontrol.h56 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id);
/Linux-v6.6/drivers/greybus/
Dcore.c183 retval = gb_control_bundle_activate(bundle->intf->control, bundle->id); in greybus_probe()
Dcontrol.c291 int gb_control_bundle_activate(struct gb_control *control, u8 bundle_id) in gb_control_bundle_activate() function