Searched refs:CMD_POWER_OFF (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.hpp | 41 CMD_POWER_OFF = 0x00, enumerator
|
H A D | chassishandler.cpp | 1350 case CMD_POWER_OFF: in ipmiChassisControl()
|
/openbmc/linux/drivers/platform/olpc/ |
H A D | olpc-xo175-ec.c | 94 #define CMD_POWER_OFF 0x4c /* none */ macro 156 { CMD_POWER_OFF, 0 }, 587 olpc_ec_cmd(CMD_POWER_OFF, NULL, 0, NULL, 0); in olpc_xo175_ec_power_off()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb.h | 38 #define CMD_POWER_OFF 0xdc macro
|
H A D | cxusb.c | 304 return cxusb_ctrl_msg(d, CMD_POWER_OFF, &b, 1, NULL, 0); in _cxusb_power_ctrl() 341 return cxusb_ctrl_msg(d, CMD_POWER_OFF, NULL, 0, NULL, 0); in cxusb_aver_power_ctrl()
|