/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | state.h | 67 const char *cmd; /* Command to execute */ member
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | f_rockusb.h | 76 enum rkusb_command cmd; member
|
/openbmc/linux/drivers/reset/tegra/ |
H A D | reset-bpmp.c | 26 request.cmd = command; in tegra_bpmp_reset_common()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | Makefile | 16 iwlmvm-$(CONFIG_IWLMEI) += vendor-cmd.o
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | lan743x_ptp.h | 54 int lan743x_ptp_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
|
/openbmc/linux/drivers/power/reset/ |
H A D | tps65086-restart.c | 18 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 D | 0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch | 23 + if (srb->cmd[0] == SCSI_TST_U_RDY)
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-scsi.h | 108 VirtIOHandleOutput cmd,
|
/openbmc/linux/tools/lib/thermal/ |
H A D | sampling.c | 23 switch (genlhdr->cmd) { in handle_thermal_sample()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | chassis-poweron | 7 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/qemu/tests/functional/ |
H A D | test_aarch64_aspeed.py | 91 self.vm.cmd('qom-set', path='/machine/peripheral/tmp-test',
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | fsmc_nand.c | 165 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 D | kwbimage-memphis.cfg | 55 # 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 D | main.c | 260 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 D | srv6_end_flavors_test.sh | 270 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 D | spi-hisi-sfc-v3xx.c | 180 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 D | spi-mtk-snfi.c | 479 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 D | attr.py | 286 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 D | soc-dai.h | 241 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 D | genl_magic_func.h | 213 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 D | a2xx_gpu.c | 19 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 D | perf.c | 187 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 D | sabre.c | 337 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 D | ibmvnic.c | 1805 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 D | ucsi.c | 129 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()
|