Home
last modified time | relevance | path

Searched refs:CMD_POWER_OFF (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dchassishandler.hpp41 CMD_POWER_OFF = 0x00, enumerator
H A Dchassishandler.cpp1350 case CMD_POWER_OFF: in ipmiChassisControl()
/openbmc/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c94 #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 Dcxusb.h38 #define CMD_POWER_OFF 0xdc macro
H A Dcxusb.c304 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()