Home
last modified time | relevance | path

Searched refs:cmd (Results 2251 – 2275 of 6838) sorted by relevance

1...<<919293949596979899100>>...274

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c1316 char *cmd; in tpacpi_rfk_procfs_write() local
4185 char *cmd; in hotkey_write() local
5098 char *cmd; in video_write() local
5350 char *cmd; in kbdlight_write() local
5526 char *cmd; in light_write() local
5619 char *cmd; in cmos_write() local
6001 char *cmd; in led_write() local
6089 char *cmd; in beep_write() local
7003 char *cmd; in brightness_write() local
7737 char *cmd; in volume_write() local
[all …]
/openbmc/linux/drivers/s390/char/
H A Dsclp_pci.c58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure() argument
73 rc = sclp_sync_request(cmd, sccb); in do_pci_configure()
82 cmd, sccb->header.response_code); in do_pci_configure()
/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd_cfg.c29 pcmd = adap->cmd; in as10x_cmd_get_context()
85 pcmd = adap->cmd; in as10x_cmd_set_context()
139 pcmd = adap->cmd; in as10x_cmd_eLNA_change_mode()
/openbmc/u-boot/drivers/tee/optee/
H A Drpmb.c22 u16 cmd; member
125 switch (sreq->cmd) { in rpmb_process_request()
145 debug("Unsupported RPMB command: %d\n", sreq->cmd); in rpmb_process_request()
/openbmc/linux/net/phonet/
H A Ddatagram.c31 static int pn_ioctl(struct sock *sk, int cmd, int *karg) in pn_ioctl() argument
35 switch (cmd) { in pn_ioctl()
48 if (cmd == SIOCPNADDRESOURCE) in pn_ioctl()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dbase.c46 struct nvfw_falcon_cmd cmd = { in nvkm_sec2_fini() local
48 .size = sizeof(cmd), in nvkm_sec2_fini()
56 ret = nvkm_falcon_cmdq_send(cmdq, &cmd, nvkm_sec2_finimsg, sec2, in nvkm_sec2_fini()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_mmu.c16 #define lima_mmu_send_command(cmd, addr, val, cond) \ argument
20 mmu_write(LIMA_MMU_COMMAND, cmd); \
25 "mmu command %x timeout\n", cmd); \
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dltp.py71cmd = '/opt/ltp/runltp -f %s -q -r /opt/ltp -l /opt/ltp/results/%s -I 1 -d /opt/ltp' % (ltp_group,…
74 (status, output) = self.target.run(cmd, timeout=1200)
79 msg = 'Command %s returned exit code %s' % (cmd, status)
/openbmc/u-boot/post/lib_powerpc/
H A Dandi.c28 ulong cmd; member
72 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_andi()
H A Dthreei.c30 ulong cmd; member
86 ASM_11IX(test->cmd, reg1, reg0, test->op2), in cpu_post_test_threei()
/openbmc/u-boot/drivers/net/
H A Dax88796.c46 static void ax88796_eep_cmd(u8 cmd) in ax88796_eep_cmd() argument
49 switch(cmd){ in ax88796_eep_cmd()
/openbmc/u-boot/tools/patman/
H A Dtest_util.py45 cmd = ('PYTHONPATH=$PYTHONPATH:%s/sandbox_spl/tools python-coverage run '
47 os.system(cmd)
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py48 for cmd in self.deploy_cmds:
49 self.controller.run(cmd)
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dstream-error-on-reset118 self.vm.cmd('block-stream', job_id='stream', device='top')
127 self.vm.cmd('system_reset')
/openbmc/linux/Documentation/devicetree/bindings/peci/
H A Dnuvoton,npcm-peci.yaml32 cmd-timeout-ms:
54 cmd-timeout-ms = <1000>;
/openbmc/linux/drivers/scsi/
H A Dmesh.h17 static inline struct mesh_cmd_priv *mesh_priv(struct scsi_cmnd *cmd) in mesh_priv() argument
19 return scsi_cmd_priv(cmd); in mesh_priv()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dsec2.h72 struct nv_sec2_acr_cmd cmd; member
90 struct nv_sec2_acr_cmd cmd; member
/openbmc/linux/net/bridge/
H A Dbr_private_tunnel.h23 int cmd,
32 int br_vlan_tunnel_info(const struct net_bridge_port *p, int cmd,
/openbmc/qemu/tests/vm/
H A Dcentos.aarch6488 for cmd in install_cmds:
89 self.ssh_root_check(cmd)
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1270 safe_ks.base.cmd = copy_ks.base.cmd; in i40e_set_link_ksettings()
1888 cmd->offset, cmd->data_size); in i40e_get_eeprom()
1995 cmd->offset, cmd->data_size); in i40e_set_eeprom()
3142 cmd->data = 0; in i40e_get_rss_hash_opts()
3144 switch (cmd->flow_type) { in i40e_get_rss_hash_opts()
3205 cmd->data |= RXH_IP_SRC; in i40e_get_rss_hash_opts()
3207 cmd->data |= RXH_IP_DST; in i40e_get_rss_hash_opts()
3335 if (cnt == cmd->rule_cnt) in i40e_get_ethtool_fdir_all()
3342 cmd->rule_cnt = cnt; in i40e_get_ethtool_fdir_all()
3530 switch (cmd->cmd) { in i40e_get_rxnfc()
[all …]
/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c154 static int send_command(int cmd, int *msb, int *lsb) in send_command() argument
160 cmd, *msb, *lsb); in send_command()
171 outb_p(cmd, pcipcwd_private.io_addr + 6); in send_command()
202 cmd, *msb, *lsb); in send_command()
463 static long pcipcwd_ioctl(struct file *file, unsigned int cmd, in pcipcwd_ioctl() argument
478 switch (cmd) { in pcipcwd_ioctl()
/openbmc/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h244 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, u8 cmd_verb);
539 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete() argument
544 qbman_swp_mc_submit(swp, cmd, cmd_verb); in qbman_swp_mc_complete()
547 cmd = qbman_swp_mc_result(swp); in qbman_swp_mc_complete()
548 } while (!cmd && loopvar--); in qbman_swp_mc_complete()
552 return cmd; in qbman_swp_mc_complete()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c104 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input) in qe_issue_cmd() argument
112 if (cmd == QE_RESET) { in qe_issue_cmd()
113 iowrite32be((u32)(cmd | QE_CR_FLG), &qe_immr->cp.cecr); in qe_issue_cmd()
115 if (cmd == QE_ASSIGN_PAGE) { in qe_issue_cmd()
118 } else if (cmd == QE_ASSIGN_RISC) { in qe_issue_cmd()
131 iowrite32be((cmd | QE_CR_FLG | ((u32)device << dev_shift) | (u32)mcn_protocol << mcn_shift), in qe_issue_cmd()
/openbmc/linux/net/ipv6/
H A Dseg6.c315 struct sk_buff *skb, u8 cmd) in __seg6_genl_dumphmac_element() argument
319 hdr = genlmsg_put(skb, portid, seq, &seg6_genl_family, flags, cmd); in __seg6_genl_dumphmac_element()
470 .cmd = SEG6_CMD_SETHMAC,
476 .cmd = SEG6_CMD_DUMPHMAC,
484 .cmd = SEG6_CMD_SET_TUNSRC,
490 .cmd = SEG6_CMD_GET_TUNSRC,
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot54 …... msg=response get from dcmi get mcid cmd and hostname from "cat /etc/os-release" cmd is not sa…
128 ${cmd}= Catenate ${DCMI_RAW_CMD['DCMI']['MANAGEMENT_CONTROLLER_IDENTIFIER_STRING']['SET']}
130 Run External IPMI Raw Command ${cmd}
165 ${cmd}= Catenate cat ${hostname_file_path}
166 ${bmc_hostname}= BMC Execute Command ${cmd}

1...<<919293949596979899100>>...274