Home
last modified time | relevance | path

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

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