Home
last modified time | relevance | path

Searched refs:cmd (Results 5751 – 5775 of 6824) sorted by relevance

1...<<231232233234235236237238239240>>...273

/openbmc/linux/tools/lib/bpf/
H A DMakefile268 *~ .*.d .*.cmd LIBBPF-CFLAGS $(BPF_GENERATED) \
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h366 const struct nfp_cpp_explicit_command *cmd,
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslic.h488 u8 cmd; member
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c244 static void __noreturn briq_restart(char *cmd) in briq_restart() argument
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h324 void ionic_dev_cmd_go(struct ionic_dev *idev, union ionic_dev_cmd *cmd);
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc.h171 struct mmc_command *cmd; member
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_demod.c328 struct dvb_diseqc_master_cmd *cmd) in vidtv_send_diseqc_msg() argument
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt6779-pinctrl.yaml225 cmd-dat-pins {
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c62 pt->tdata.cmd = pt_cmd; in pt_dma_start_desc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dgpio.c86 writeb(instr->ctx.cmd.opcode, gpiomtd->io); in gpio_nand_exec_instr()
/openbmc/linux/fs/hpfs/
H A Dhpfs_fn.h331 long hpfs_ioctl(struct file *file, unsigned cmd, unsigned long arg);
/openbmc/linux/drivers/iio/pressure/
H A Dms5611_core.c25 { .cmd = _cmd, .conv_usec = _conv_usec, .rate = _rate }
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-leadtek-ltk050h3146w.c21 char cmd; member
/openbmc/qemu/linux-headers/asm-s390/
H A Dkvm.h295 __u32 cmd; /* Command to be executed */ member
/openbmc/linux/arch/x86/
H A DMakefile293 $(call cmd,install)
/openbmc/linux/include/net/
H A Dip6_route.h117 int ipv6_route_ioctl(struct net *net, unsigned int cmd,
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c3010 SwI2cCmd_t *cmd = &req->SwI2cCmds[c]; in navi10_i2c_xfer() local
3014 cmd->Cmd = I2C_CMD_WRITE; in navi10_i2c_xfer()
3015 cmd->RegisterAddr = msg[i].buf[j]; in navi10_i2c_xfer()
3022 cmd->CmdConfig |= CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
3034 cmd->CmdConfig &= ~CMDCONFIG_RESTART_MASK; in navi10_i2c_xfer()
3035 cmd->CmdConfig |= CMDCONFIG_STOP_MASK; in navi10_i2c_xfer()
3050 SwI2cCmd_t *cmd = &res->SwI2cCmds[c]; in navi10_i2c_xfer() local
3052 msg[i].buf[j] = cmd->Data; in navi10_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Devergreen_cs.c2800 u32 header, cmd, count, sub_cmd; in evergreen_dma_cs_parse() local
2814 cmd = GET_DMA_CMD(header); in evergreen_dma_cs_parse()
2818 switch (cmd) { in evergreen_dma_cs_parse()
3211 DRM_ERROR("Unknown packet type %d at %d !\n", cmd, idx); in evergreen_dma_cs_parse()
3568 u32 header, cmd, count, sub_cmd; in evergreen_dma_ib_parse() local
3572 cmd = GET_DMA_CMD(header); in evergreen_dma_ib_parse()
3576 switch (cmd) { in evergreen_dma_ib_parse()
3650 DRM_ERROR("Unknown packet type %d at %d !\n", cmd, idx); in evergreen_dma_ib_parse()
/openbmc/linux/sound/pci/
H A Dintel8x0.c786 static int snd_intel8x0_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_intel8x0_pcm_trigger() argument
793 switch (cmd) { in snd_intel8x0_pcm_trigger()
815 if (cmd == SNDRV_PCM_TRIGGER_STOP) { in snd_intel8x0_pcm_trigger()
824 static int snd_intel8x0_ali_trigger(struct snd_pcm_substream *substream, int cmd) in snd_intel8x0_ali_trigger() argument
835 switch (cmd) { in snd_intel8x0_ali_trigger()
863 if (cmd == SNDRV_PCM_TRIGGER_PAUSE_PUSH) in snd_intel8x0_ali_trigger()
/openbmc/linux/drivers/input/mouse/
H A Dalps.c1839 int cmd = enable ? PSMOUSE_CMD_SETSCALE21 : PSMOUSE_CMD_SETSCALE11; in alps_passthrough_mode_v2() local
1841 if (ps2_command(ps2dev, NULL, cmd) || in alps_passthrough_mode_v2()
1842 ps2_command(ps2dev, NULL, cmd) || in alps_passthrough_mode_v2()
1843 ps2_command(ps2dev, NULL, cmd) || in alps_passthrough_mode_v2()
1967 int cmd = enable ? PSMOUSE_CMD_SETRATE : PSMOUSE_CMD_SETRES; in alps_tap_mode() local
1974 ps2_command(ps2dev, &tap_arg, cmd)) in alps_tap_mode()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c1693 enum sta_notify_cmd cmd, in ath9k_sta_notify() argument
1699 switch (cmd) { in ath9k_sta_notify()
1756 enum set_key_cmd cmd, in ath9k_set_key() argument
1787 if (cmd == DISABLE_KEY && key->flags & IEEE80211_KEY_FLAG_PAIRWISE) { in ath9k_set_key()
1795 ath_dbg(common, CONFIG, "Set HW Key %d\n", cmd); in ath9k_set_key()
1805 switch (cmd) { in ath9k_set_key()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_main.c1853 struct qedi_cmd *cmd) in qedi_update_itt_map() argument
1856 qedi->itt_map[tid].p_cmd = cmd; in qedi_update_itt_map()
1890 struct qedi_cmd *cmd = NULL; in qedi_get_cmd_from_tid() local
1895 cmd = qedi->itt_map[tid].p_cmd; in qedi_get_cmd_from_tid()
1896 if (cmd->task_id != tid) in qedi_get_cmd_from_tid()
1901 return cmd; in qedi_get_cmd_from_tid()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildhistory.bbclass818 cmd: $1
1000 cmd = ['sort', result, '-o', result]
1001 bb.debug(1, 'Running %s' % cmd)
1002 ret = subprocess.call(cmd)
1004 bb.error('Failed to run %s!' % cmd)
/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk322x.c154 u32 rank, u32 cmd, u32 arg) in send_command() argument
156 writel((START_CMD | (rank << 20) | arg | cmd), &pctl->mcmd); in send_command()
/openbmc/u-boot/cmd/
H A Dmmc.c283 ret = cp->cmd(cmdtp, flag, argc, argv); in do_mmcrpmb()
930 return cp->cmd(cmdtp, flag, argc, argv); in do_mmcops()

1...<<231232233234235236237238239240>>...273