/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 165 def ping(self, command, params): argument 194 def getVariable(self, command, params): argument 206 def setVariable(self, command, params): argument 225 def setConfig(self, command, params): argument 252 def matchFile(self, command, params): argument 266 def setEventMask(self, command, params): argument 275 def setFeatures(self, command, params): argument 286 def updateConfig(self, command, params): argument 315 def getRecipes(self, command, params): argument 592 def buildFile(self, command, params): argument [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_read_sensor_action_tests.cpp | 54 uint8_t command{0x8B}; in TEST() local 68 uint8_t command{0x8C}; in TEST() local 117 uint8_t command{0x8C}; in TEST() local 164 uint8_t command{0x8B}; in TEST() local 214 uint8_t command{0x8B}; in TEST() local 235 uint8_t command{0x96}; in TEST() local 278 uint8_t command{0x8B}; in TEST() local 507 uint8_t command{0x8C}; in TEST() local 517 uint8_t command{0x8B}; in TEST() local 539 uint8_t command{0x8C}; in TEST() local [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 23 command = None variable in Registry 60 command = 'gnome-terminal -t "{title}" -- {command}' variable in Gnome 77 command = 'xfce4-terminal -T "{title}" -e "{command}"' variable in Xfce 81 command = 'terminology -T="{title}" -e {command}' variable in Terminology 100 command = 'xterm -T "{title}" -e {command}' variable in XTerm 104 command = 'rxvt -T "{title}" -e {command}' variable in Rxvt 108 command = 'urxvt -T "{title}" -e {command}' variable in URxvt 112 command = 'screen -D -m -t "{title}" -S devshell {command}' variable in Screen 129 command = 'tmux split-window -c "{cwd}" "{command}"' variable in TmuxRunning 147 command = 'tmux new-window -c "{cwd}" -n "{title}" "{command}"' variable in TmuxNewWindow [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-cmd-manager.cpp | 21 namespace command namespace 65 auto command = this->workQueue.front(); in getNextCommand() local 74 std::get<CallBack>(command)(ipmiCmdData, true); in getNextCommand() local 96 auto command = this->workQueue.front(); in clearQueue() local 104 std::get<CallBack>(command)(ipmiCmdData, false); in clearQueue() local 148 void Manager::execute(CommandHandler command) in execute()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 37 const u8 command[12] = { in tpm1_startup() local 58 const u8 command[10] = { in tpm1_self_test_full() local 66 const u8 command[10] = { in tpm1_continue_self_test() local 100 const u8 command[101] = { in tpm1_nv_define_space() local 148 const u8 command[22] = { in tpm1_nv_read_value() local 183 const u8 command[256] = { in tpm1_nv_write_value() local 214 const u8 command[34] = { in tpm1_extend() local 245 const u8 command[14] = { in tpm1_pcr_read() local 273 const u8 command[12] = { in tpm1_tsc_physical_presence() local 289 const u8 command[12] = { in tpm1_finalise_physical_presence() local [all …]
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 137 s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_byte_data() 158 s32 i2c_smbus_write_byte_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_byte_data() 177 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_data() 198 s32 i2c_smbus_write_word_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_word_data() 224 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_block_data() 251 s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_block_data() 267 s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_i2c_block_data() 324 char read_write, u8 command, int size, in i2c_smbus_xfer_emulated() 537 u8 command, int protocol, union i2c_smbus_data *data) in i2c_smbus_xfer() 555 u8 command, int protocol, union i2c_smbus_data *data) in __i2c_smbus_xfer() [all …]
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_master.c | 51 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_byte() 68 int smbus_write_byte(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t data) in smbus_write_byte() 79 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_word() 97 int smbus_write_word(I2CBus *bus, uint8_t addr, uint8_t command, uint16_t data) in smbus_write_word() 109 int smbus_read_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_read_block() 143 int smbus_write_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_write_block()
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip.c | 34 struct command { struct 41 static const struct command cmds[] = { argument
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-cards.c | 2995 int command, int arg) in cx88_dvico_xc2028_callback() 3027 int command, int mode) in cx88_xc3028_geniatech_tuner_callback() 3054 int command, int arg) in cx88_xc3028_winfast1800h_callback() 3071 int command, int arg) in cx88_xc4000_winfast2000h_plus_callback() 3091 int command, int arg) in cx88_pv_8000gt_callback() 3145 int command, int arg) in cx88_xc2028_tuner_callback() 3193 int command, int arg) in cx88_xc4000_tuner_callback() 3213 int command, int arg) in cx88_xc5000_tuner_callback() 3255 int cx88_tuner_callback(void *priv, int component, int command, int arg) in cx88_tuner_callback()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-nforce2-s4985.c | 38 u8 command, int size, in nforce2_access_virt0() 64 u8 command, int size, in nforce2_access_channel() 97 u8 command, int size, in nforce2_access_virt1() 107 u8 command, int size, in nforce2_access_virt2() 117 u8 command, int size, in nforce2_access_virt3() 127 u8 command, int size, in nforce2_access_virt4()
|
H A D | i2c-amd756-s4882.c | 40 u8 command, int size, in amd756_access_virt0() 68 u8 command, int size, in amd756_access_channel() 102 u8 command, int size, in amd756_access_virt1() 112 u8 command, int size, in amd756_access_virt2() 122 u8 command, int size, in amd756_access_virt3() 132 u8 command, int size, in amd756_access_virt4()
|
/openbmc/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi.c | 279 u64 command; in ucsi_altmode_update_active() local 436 u64 command; in ucsi_register_altmodes_nvidia() local 507 u64 command; in ucsi_register_altmodes() local 600 u64 command; in ucsi_read_pdos() local 856 u64 command; in ucsi_check_connection() local 888 u64 command; in ucsi_handle_connector_change() local 975 u64 command; in ucsi_reset_connector() local 985 u64 command; in ucsi_reset_ppm() local 1084 u64 command; in ucsi_dr_swap() local 1128 u64 command; in ucsi_pr_swap() local [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | command_table.hpp | 11 namespace command namespace 35 uint32_t command; member 54 CommandID command; member 117 Entry(CommandID command, session::Privilege privilege) : in Entry() 152 CommandID command; member in command::Entry 172 NetIpmidEntry(CommandID command, CommandFunctor functor, in NetIpmidEntry()
|
H A D | command_table.cpp | 15 namespace command namespace 20 auto& command = commandTable[inCommand.command]; in registerCommand() local 42 CommandID command(inCommand); in executeCommand() local
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | max31785.c | 55 int command) in max31785_i2c_smbus_read_byte_data() 62 int command, u16 data) in max31785_i2c_smbus_write_byte_data() 68 int command) in max31785_i2c_smbus_read_word_data() 74 int command, u16 data) in max31785_i2c_smbus_write_word_data() 86 int command) in max31785_pmbus_read_byte_data() 92 int command, u16 data) in max31785_pmbus_write_byte_data() 99 int phase, int command) in max31785_pmbus_read_word_data() 105 int command, u16 data) in max31785_pmbus_write_word_data() 194 int command; in max31785_get_pwm_mode() local 287 u8 config, u8 mask, u16 command) in max31785_update_fan()
|
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | ibmasm.h | 79 struct command { struct 88 #define to_command(c) container_of(c, struct command, kref) argument
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 7132 int command, int arg) in saa7134_xc2028_callback() 7167 int command, int arg) in saa7134_xc5000_callback() 7196 int command, int arg) in saa7134_tda8290_827x_callback() 7297 int command, int arg) in saa7134_tda8290_18271_callback() 7330 int command, int arg) in saa7134_tda8290_callback() 7353 int saa7134_tuner_callback(void *priv, int component, int command, int arg) in saa7134_tuner_callback()
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-rc5-decoder.c | 114 u8 xdata, command, system; in ir_rc5_decode() local 129 u8 command, system; in ir_rc5_decode() local 143 u8 command, system; in ir_rc5_decode() local 214 unsigned int data, xdata, command, commandx, system, pre_space_data; in ir_rc5_encode() local
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | eeprom_93cx6.c | 175 u16 command; in eeprom_93cx6_read() local 240 u16 command; in eeprom_93cx6_readb() local 298 u16 command; in eeprom_93cx6_wren() local 331 u16 command; in eeprom_93cx6_write() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 47 def _run(self, command, timeout=None, logfile=None): argument 88 def run(self, command, timeout=None, logfile=None): argument 123 def _internal_run(self, command, timeout=None, ignore_status = True): argument 136 def run(self, command, timeout=None): argument
|
/openbmc/bmcweb/include/google/ |
H A D | google_service_root.hpp | 66 const std::string& command, in hothGetSubtreeCallback() 98 inline void resolveRoT(const std::string& command, in resolveRoT() 166 invokeRoTCommand(const std::string& command, in invokeRoTCommand() 193 std::string command; in handleRoTSendCommandPost() local
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.h | 47 uint32_t command; member 54 uint32_t command; member 65 uint32_t command; member 75 uint32_t command; member 82 uint32_t command; member 91 uint32_t command; member 104 uint32_t command; member 124 uint32_t command; member 303 uint32_t command; member 310 uint32_t command; member [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_intr.c | 21 int s5p_mfc_wait_for_done_dev(struct s5p_mfc_dev *dev, int command) in s5p_mfc_wait_for_done_dev() 52 int command, int interrupt) in s5p_mfc_wait_for_done_ctx()
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace_internal.h | 22 # define ftrace_startup(ops, command) \ argument 29 # define ftrace_shutdown(ops, command) \ argument
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | host-interface.cpp | 15 namespace command namespace 30 void Host::execute(Base::Host::Command command, std::variant<uint8_t> data) in execute()
|