Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Dcontrol.c346 if (response.status != GB_CONTROL_INTF_PM_OK) { in gb_control_interface_suspend_prepare()
369 if (response.status != GB_CONTROL_INTF_PM_OK) { in gb_control_interface_deactivate_prepare()
393 if (response.status != GB_CONTROL_INTF_PM_OK) { in gb_control_interface_hibernate_abort()
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h158 #define GB_CONTROL_INTF_PM_OK 0x00 macro