Home
last modified time | relevance | path

Searched defs:command (Results 26 – 50 of 925) sorted by relevance

12345678910>>...37

/openbmc/linux/kernel/trace/
H A Dftrace_internal.h22 # define ftrace_startup(ops, command) \ argument
29 # define ftrace_shutdown(ops, command) \ argument
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.hpp69 explicit PMBusReadSensorAction(SensorType type, uint8_t command, in PMBusReadSensorAction()
176 const uint8_t command{}; member in phosphor::power::regulators::PMBusReadSensorAction
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_mdio.c34 u32 command, val, device_type = 0; in ngbe_phy_read_reg_mdi_c22() local
62 u32 command, val, device_type = 0; in ngbe_phy_write_reg_mdi_c22() local
90 u32 val, command; in ngbe_phy_read_reg_mdi_c45() local
119 int ret, command; in ngbe_phy_write_reg_mdi_c45() local
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c93 void NCSI_PrintCommandStr (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandStr()
131 void NCSI_PrintCommandType (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandType()
137 void NCSI_PrintCommandType2File (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandType2File()
409 char NCSI_Tx (MAC_ENGINE *eng, unsigned char command, unsigned char allid, uint16_t length) { in NCSI_Tx()
540 char NCSI_SentWaitPacket (MAC_ENGINE *eng, unsigned char command, unsigned char allid, uint16_t len… in NCSI_SentWaitPacket()
/openbmc/phosphor-pid-control/ipmi/
H A Dmanual_messages.hpp19 uint8_t command; member
25 uint8_t command; member
/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.py37 def create_ipmi_ext_command_string(command, **options): argument
145 def process_ipmi_user_options(command): argument
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h134 static inline void append_cmd(u32 *desc, u32 command) in append_cmd()
156 static inline u32 *write_cmd(u32 *desc, u32 command) in write_cmd()
164 u32 command) in append_cmd_ptr()
172 unsigned int len, u32 command) in append_cmd_ptr_extlen()
181 u32 command) in append_cmd_data()
/openbmc/linux/drivers/input/serio/
H A Dlibps2.c204 unsigned int command, unsigned int timeout) in ps2_adjust_timeout()
265 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
401 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
423 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
/openbmc/linux/drivers/hid/
H A Dhid-roccat-common.c108 uint command, void const *buf, uint size) in roccat_common2_send_with_status()
132 size_t real_size, uint command) in roccat_common2_sysfs_read()
155 size_t real_size, uint command) in roccat_common2_sysfs_write()
H A Dhid-roccat-arvo.h15 uint8_t command; /* ARVO_COMMAND_MODE_KEY */ member
28 uint8_t command; /* ARVO_COMMAND_KEY_MASK */ member
34 uint8_t command; /* ARVO_COMMAND_ACTUAL_PROFILE */ member
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-smi.c64 u32 command, result, magic, dummy; in speedstep_smi_ownership() local
102 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; in speedstep_smi_get_freqs() local
150 unsigned int result = 0, command, new_state, dummy; in speedstep_set_state() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py58 def _run(self, command, timeout=None, ignore_status=True): argument
75 def run(self, command, timeout=None, ignore_status=True): argument
209 def SSHCall(command, logger, timeout=None, **opts): argument
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp22 namespace command namespace
51 void Host::execute(Base::Host::Command command) in execute()
/openbmc/linux/drivers/usb/storage/
H A Dshuttle_usbat.c346 unsigned char *command = us->iobuf; in usbat_set_shuttle_features() local
449 unsigned char *command = us->iobuf; in usbat_read_block() local
483 unsigned char *command = us->iobuf; in usbat_write_block() local
531 unsigned char *command = us->iobuf; in usbat_hp8200e_rw_block_test() local
684 unsigned char *command = us->iobuf; in usbat_multiple_write() local
742 unsigned char *command = us->iobuf; in usbat_read_blocks() local
784 unsigned char *command = us->iobuf; in usbat_write_blocks() local
1059 unsigned char command[3] = { 0x01, 0xA0, 0xEC }; in usbat_flash_get_sector_count() local
1121 unsigned char command[7]; in usbat_flash_read_data() local
1212 unsigned char command[7]; in usbat_flash_write_data() local
H A Dalauda.c313 unsigned char command; in alauda_get_media_status() local
335 unsigned char command; in alauda_ack_media() local
352 unsigned char command; in alauda_get_media_signature() local
368 unsigned char *command = us->iobuf; in alauda_reset_media() local
503 unsigned char command[] = { in alauda_check_status2() local
533 unsigned char command[] = { in alauda_get_redu_data() local
705 unsigned char command[] = { in alauda_erase_block() local
735 unsigned char command[] = { in alauda_read_block_raw() local
786 unsigned char command[] = { in alauda_write_block() local
/openbmc/linux/drivers/misc/ibmasm/
H A Ddot_command.c56 struct command *command; in ibmasm_send_driver_vpd() local
98 unsigned char command[3]; member
/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp51 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send()
73 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send()
/openbmc/openpower-sbe-interface/
H A Dsbe_interfaces.cpp55 std::array<sbe_word_t, READ_CMD_LENGTH> command = { in read() local
83 std::array<sbe_word_t, WRITE_CMD_LENGTH> command = { in write() local
/openbmc/linux/drivers/mtd/devices/
H A Dsst25l.c93 unsigned char command[2]; in sst25l_write_enable() local
144 unsigned char command[4]; in sst25l_erase_sector() local
212 unsigned char command[4]; in sst25l_read() local
254 unsigned char command[5]; in sst25l_write() local
H A Dmchp23k256.c66 unsigned char command[MAX_CMD_SIZE]; in mchp23k256_write() local
105 unsigned char command[MAX_CMD_SIZE]; in mchp23k256_read() local
147 unsigned char command[2]; in mchp23k256_set_mode() local
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py29 def __init__(self, command, bg=False, timeout=None, data=None, output_log=None, **options): argument
168 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument
219 def bitbake(command, ignore_status=False, timeout=None, postconfig=None, output_log=None, **options… argument
H A Ddump.py53 def _construct_filename(self, command): argument
67 def _write_dump(self, command, output): argument
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py45 def adjust_command(self, stage, command): argument
121 def _exec_cmd(self, stage, command): argument
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c53 u64 command; in ucsi_displayport_enter() local
112 u64 command; in ucsi_displayport_exit() local
187 u64 command; in ucsi_displayport_configure() local
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dsec.c30 u32 command; in rtw_sec_write_cam() local
88 u32 command; in rtw_sec_clear_cam() local

12345678910>>...37