Home
last modified time | relevance | path

Searched refs:CMD_POWER (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp38 {CMD_POWER, Base::Host::Command::SoftOff}};
46 {Base::Host::Command::SoftOff, std::make_pair(CMD_POWER, SOFT_OFF)}};
H A Dsystemintfcmds.hpp10 #define CMD_POWER 0x04 macro
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dttusb2.h33 #define CMD_POWER 0x15 macro
H A Dttusb2.c482 ttusb2_msg(d, CMD_POWER, &b, 0, NULL, 0); in ttusb2_power_ctrl()
483 return ttusb2_msg(d, CMD_POWER, &b, 1, NULL, 0); in ttusb2_power_ctrl()