Home
last modified time | relevance | path

Searched refs:GB_CONTROL_BUNDLE_PM_OK (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/greybus/
Dcontrol.c231 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_suspend()
256 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_resume()
282 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_deactivate()
311 if (response.status != GB_CONTROL_BUNDLE_PM_OK) { in gb_control_bundle_activate()
/linux-6.6.21/include/linux/greybus/
Dgreybus_protocols.h138 #define GB_CONTROL_BUNDLE_PM_OK 0x00 macro