Home
last modified time | relevance | path

Searched refs:cmd (Results 3826 – 3850 of 6824) sorted by relevance

1...<<151152153154155156157158159160>>...273

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h67 const char *cmd; /* Command to execute */ member
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h76 enum rkusb_command cmd; member
/openbmc/linux/drivers/reset/tegra/
H A Dreset-bpmp.c26 request.cmd = command; in tegra_bpmp_reset_common()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A DMakefile16 iwlmvm-$(CONFIG_IWLMEI) += vendor-cmd.o
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h54 int lan743x_ptp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
/openbmc/linux/drivers/power/reset/
H A Dtps65086-restart.c18 unsigned long mode, void *cmd) in tps65086_restart_notify() argument
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch23 + if (srb->cmd[0] == SCSI_TST_U_RDY)
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-scsi.h108 VirtIOHandleOutput cmd,
/openbmc/linux/tools/lib/thermal/
H A Dsampling.c23 switch (genlhdr->cmd) { in handle_thermal_sample()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweron7 source /usr/libexec/phosphor-state-manager/power-cmd
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_aspeed.py91 self.vm.cmd('qom-set', path='/machine/peripheral/tmp-test',
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c165 static void fsmc_nand_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) in fsmc_nand_hwcontrol() argument
189 if (cmd != NAND_CMD_NONE) in fsmc_nand_hwcontrol()
190 writeb(cmd, this->IO_ADDR_W); in fsmc_nand_hwcontrol()
/openbmc/u-boot/board/keymile/km_arm/
H A Dkwbimage-memphis.cfg55 # bit 4: 0=addr/cmd in smame cycle
57 # bit 6: 0=use recommended falling edge of clk for addr/cmd
103 # bit3-0: 0x0, DDR cmd
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c260 enum sta_notify_cmd cmd, struct ieee80211_sta *sta) in mt7601u_sta_notify() argument
292 mt7601u_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in mt7601u_set_key() argument
314 if (cmd == SET_KEY) { in mt7601u_set_key()
/openbmc/linux/tools/testing/selftests/net/
H A Dsrv6_end_flavors_test.sh270 local cmd="$1"
272 if [ ! -x "$(command -v "${cmd}")" ]; then
273 echo "SKIP: Could not run test without \"${cmd}\" tool";
/openbmc/linux/drivers/spi/
H A Dspi-hisi-sfc-v3xx.c180 op->addr.buswidth > 4 || op->cmd.buswidth > 4) in hisi_sfc_v3xx_supports_op()
290 cmd_idx = op->cmd.buswidth / 2; in hisi_sfc_v3xx_start_bus()
310 writel(op->cmd.opcode, host->regbase + HISI_SFC_V3XX_CMD_INS); in hisi_sfc_v3xx_start_bus()
H A Dspi-mtk-snfi.c479 for (i = 0; i < op->cmd.nbytes; i++, reg_offs++) { in mtk_snand_mac_io()
480 b = (op->cmd.opcode >> ((op->cmd.nbytes - i - 1) * 8)) & 0xff; in mtk_snand_mac_io()
905 (op->cmd.opcode << DATA_READ_CMD_S)); in mtk_snand_read_page_cache()
1102 nfi_write32(snf, SNF_PG_CTL1, (op->cmd.opcode << PG_LOAD_CMD_S)); in mtk_snand_write_page_cache()
1247 if (op->cmd.nbytes != 1 || op->cmd.buswidth != 1) in mtk_snand_supports_op()
1273 size_t hl = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in mtk_snand_adjust_op_size()
1287 dev_dbg(ms->dev, "OP %02x ADDR %08llX@%d:%u DATA %d:%u", op->cmd.opcode, in mtk_snand_exec_op()
/openbmc/linux/tools/perf/tests/
H A Dattr.py286 cmd = "PERF_TEST_ATTR=%s %s %s -o %s/perf.data %s" % (tempdir,
288 ret = os.WEXITSTATUS(os.system(cmd))
290 log.info(" '%s' ret '%s', expected '%s'" % (cmd, str(ret), str(self.ret)))
/openbmc/linux/include/sound/
H A Dsoc-dai.h241 int snd_soc_pcm_dai_trigger(struct snd_pcm_substream *substream, int cmd,
244 int cmd);
254 struct snd_compr_stream *cstream, int cmd);
/openbmc/linux/include/linux/
H A Dgenl_magic_func.h213 static const char *CONCATENATE(GENL_MAGIC_FAMILY, _genl_cmd_to_str)(__u8 cmd) in CONCATENATE()
215 switch (cmd) { in CONCATENATE()
236 .cmd = op_name, \
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpu.c19 switch (submit->cmd[i].type) { in a2xx_submit()
30 OUT_RING(ring, lower_32_bits(submit->cmd[i].iova)); in a2xx_submit()
31 OUT_RING(ring, submit->cmd[i].size); in a2xx_submit()
/openbmc/linux/arch/parisc/kernel/
H A Dperf.c187 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
427 static long perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in perf_ioctl() argument
433 switch (cmd) { in perf_ioctl()
/openbmc/qemu/hw/pci-host/
H A Dsabre.c337 uint16_t cmd; in sabre_reset() local
359 cmd = pci_get_word(pci_dev->config + PCI_COMMAND); in sabre_reset()
360 pci_set_word(pci_dev->config + PCI_COMMAND, cmd | PCI_COMMAND_IO); in sabre_reset()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c1805 crq.get_vpd.cmd = GET_VPD; in ibmvnic_get_vpd()
3648 cmd->base.speed = adapter->speed; in ibmvnic_get_link_ksettings()
3650 cmd->base.port = PORT_FIBRE; in ibmvnic_get_link_ksettings()
3651 cmd->base.phy_address = 0; in ibmvnic_get_link_ksettings()
4911 crq.login.cmd = LOGIN; in send_login()
4947 crq.request_map.cmd = REQUEST_MAP; in send_request_map()
4971 crq.query_map.cmd = QUERY_MAP; in send_query_map()
5887 switch (gen_crq->cmd) { in ibmvnic_handle_crq()
5963 gen_crq->cmd); in ibmvnic_handle_crq()
5975 switch (gen_crq->cmd) { in ibmvnic_handle_crq()
[all …]
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c129 static int ucsi_exec_command(struct ucsi *ucsi, u64 cmd) in ucsi_exec_command() argument
134 ret = ucsi->ops->sync_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_exec_command()
142 if (cmd != UCSI_CANCEL && cci & UCSI_CCI_BUSY) in ucsi_exec_command()
156 if (cmd == UCSI_GET_ERROR_STATUS) { in ucsi_exec_command()
166 if (cmd == UCSI_CANCEL && cci & UCSI_CCI_CANCEL_COMPLETE) { in ucsi_exec_command()
1630 u64 cmd = UCSI_SET_NOTIFICATION_ENABLE; in ucsi_unregister() local
1638 ucsi->ops->async_write(ucsi, UCSI_CONTROL, &cmd, sizeof(cmd)); in ucsi_unregister()

1...<<151152153154155156157158159160>>...273