Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/greybus/
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()
/linux-6.6.21/include/linux/greybus/
Dgreybus_protocols.h158 #define GB_CONTROL_INTF_PM_OK 0x00 macro