Home
last modified time | relevance | path

Searched refs:cmd (Results 3301 – 3325 of 6826) sorted by relevance

1...<<131132133134135136137138139140>>...274

/openbmc/linux/drivers/watchdog/
H A Dcpwd.c406 static long cpwd_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in cpwd_ioctl() argument
419 switch (cmd) { in cpwd_ioctl()
476 static long cpwd_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in cpwd_compat_ioctl() argument
478 return cpwd_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in cpwd_compat_ioctl()
/openbmc/linux/drivers/gpio/
H A Dgpio-dln2.c88 static int dln2_gpio_pin_cmd(struct dln2_gpio *dln2, int cmd, unsigned pin) in dln2_gpio_pin_cmd() argument
94 return dln2_transfer_tx(dln2->pdev, cmd, &req, sizeof(req)); in dln2_gpio_pin_cmd()
97 static int dln2_gpio_pin_val(struct dln2_gpio *dln2, int cmd, unsigned int pin) in dln2_gpio_pin_val() argument
106 ret = dln2_transfer(dln2->pdev, cmd, &req, sizeof(req), &rsp, &len); in dln2_gpio_pin_val()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c158 struct i2c_command *cmd) in dc_submit_i2c() argument
167 cmd); in dc_submit_i2c()
172 struct i2c_command *cmd) in dc_submit_i2c_oem() argument
180 cmd); in dc_submit_i2c_oem()
/openbmc/linux/block/
H A Dblk-zoned.c326 int blkdev_report_zones_ioctl(struct block_device *bdev, unsigned int cmd, in blkdev_report_zones_ioctl() argument
380 unsigned int cmd, unsigned long arg) in blkdev_zone_mgmt_ioctl() argument
399 switch (cmd) { in blkdev_zone_mgmt_ioctl()
426 if (cmd == BLKRESETZONE) in blkdev_zone_mgmt_ioctl()
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot127 ${cmd}= Set Variable grep ^VERSION_ID= /etc/os-release | cut -f 2 -d '=' | sed 's/"//g'
128 ${functional_version} ${stderr} ${rc}= BMC Execute Command ${cmd}
171 ${cmd}= Set Variable grep ^VERSION_ID= /etc/os-release | cut -f 2 -d '=' | sed 's/"//g'
172 ${functional_version} ${stderr} ${rc}= BMC Execute Command ${cmd}
/openbmc/phosphor-bmc-code-mgmt/test/
H A Dutest.cpp178 static void command(const std::string& cmd) in command() argument
180 auto val = std::system(cmd.c_str()); in command()
372 static void command(const std::string& cmd) in command() argument
374 auto val = std::system(cmd.c_str()); in command()
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker540 cmd = f"curl -L {url} | tar -x"
543 cmd += "j"
545 cmd += "z"
551 return cmd
/openbmc/linux/net/atm/
H A Dresources.h18 int atm_dev_ioctl(unsigned int cmd, void __user *buf, int __user *sioc_len,
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A DMakefile2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
/openbmc/linux/include/linux/mailbox/
H A Dbrcm-message.h23 u64 cmd; member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cmd2_2.4.3.bb1 SUMMARY = "Extra features for standard library's cmd module"
/openbmc/linux/drivers/iio/pressure/
H A Dms5611.h33 u8 cmd; member
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-poweron5 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-power-good6 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_mix22.c225 unsigned short cmd; in hr222_set_hw_playback_level() local
232 cmd = AKM_LEFT_LEVEL_CMD; in hr222_set_hw_playback_level()
234 cmd = AKM_RIGHT_LEVEL_CMD; in hr222_set_hw_playback_level()
237 cmd += g_hr222_p_level[level]; in hr222_set_hw_playback_level()
239 hr222_config_akm(mgr, cmd); in hr222_set_hw_playback_level()
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c340 msg_arg->cmd = OPTEE_MSG_CMD_CLOSE_SESSION; in optee_close_session()
361 msg_arg->cmd = OPTEE_MSG_CMD_OPEN_SESSION; in optee_open_session()
411 msg_arg->cmd = OPTEE_MSG_CMD_INVOKE_COMMAND; in optee_invoke_func()
456 msg_arg->cmd = OPTEE_MSG_CMD_REGISTER_SHM; in optee_shm_register()
483 msg_arg->cmd = OPTEE_MSG_CMD_UNREGISTER_SHM; in optee_shm_unregister()
/openbmc/u-boot/cmd/
H A Dpci.c669 char cmd = 's'; in do_pci() local
673 cmd = argv[1][0]; in do_pci()
675 switch (cmd) { in do_pci()
705 if (cmd != 'r' && argv[argc-1][0] == 'l') { in do_pci()
718 if (cmd == 'r') in do_pci()
/openbmc/ipmitool/lib/
H A Dipmi_channel.c85 req.msg.cmd = IPMI_GET_CHANNEL_ACCESS; in _ipmi_get_channel_access()
126 req.msg.cmd = IPMI_GET_CHANNEL_INFO; in _ipmi_get_channel_info()
200 req.msg.cmd = IPMI_SET_CHANNEL_ACCESS; in _ipmi_set_channel_access()
273 req.msg.cmd = IPMI_GET_CHANNEL_AUTH_CAP; in ipmi_get_channel_auth_cap()
367 req.msg.cmd = IPMI_GET_CHANNEL_CIPHER_SUITES; in ipmi_get_channel_cipher_suites()
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c525 struct hdlcdrv_ioctl *hi, int cmd);
555 struct hdlcdrv_ioctl *hi, int cmd) in baycom_ioctl() argument
566 if (cmd != SIOCDEVPRIVATE) in baycom_ioctl()
568 switch (hi->cmd) { in baycom_ioctl()
599 switch (bi.cmd) { in baycom_ioctl()
/openbmc/linux/drivers/memstick/host/
H A Dtifm_ms.c255 unsigned int data_len, cmd, sys_param; in tifm_ms_issue_cmd() local
326 cmd = (host->req->tpc & 0xf) << 12; in tifm_ms_issue_cmd()
327 cmd |= data_len; in tifm_ms_issue_cmd()
328 writel(cmd, sock->addr + SOCK_MS_COMMAND); in tifm_ms_issue_cmd()
330 dev_dbg(&sock->dev, "executing TPC %x, %x\n", cmd, sys_param); in tifm_ms_issue_cmd()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.h445 u32 cmd; member
470 struct qeth_snmp_cmd cmd; member
866 extern const char *qeth_get_ipa_cmd_name(enum qeth_ipa_cmds cmd);
869 #define IS_IPA_REPLY(cmd) ((cmd)->hdr.initiator == IPA_CMD_INITIATOR_HOST) argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda10086.c200 struct dvb_diseqc_master_cmd* cmd) in tda10086_send_master_cmd() argument
212 if (cmd->msg_len > 6) in tda10086_send_master_cmd()
216 for(i=0; i< cmd->msg_len; i++) { in tda10086_send_master_cmd()
217 tda10086_write_byte(state, 0x48+i, cmd->msg[i]); in tda10086_send_master_cmd()
220 | ((cmd->msg_len - 1) << 4)); in tda10086_send_master_cmd()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_init.c257 enum phy_func cmd; in sas_phy_enable() local
260 cmd = PHY_FUNC_LINK_RESET; in sas_phy_enable()
262 cmd = PHY_FUNC_DISABLE; in sas_phy_enable()
274 ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL); in sas_phy_enable()
282 ret = sas_smp_phy_control(ddev, phy->number, cmd, NULL); in sas_phy_enable()
/openbmc/linux/kernel/
H A Dtaskstats.c66 static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, in prepare_reply() argument
82 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply()
84 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply()
669 .cmd = TASKSTATS_CMD_GET,
677 .cmd = CGROUPSTATS_CMD_GET,
/openbmc/linux/drivers/scsi/
H A Dmegaraid.h91 /* 0x0 */ u8 cmd; member
195 struct scsi_cmnd *cmd; member
526 u8 cmd; member
768 struct scsi_cmnd cmd; member
780 return &container_of(cmd_priv, struct scsi_cmd_and_priv, priv)->cmd; in megaraid_to_scsi_cmd()

1...<<131132133134135136137138139140>>...274