/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | 268 *~ .*.d .*.cmd LIBBPF-CFLAGS $(BPF_GENERATED) \
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 366 const struct nfp_cpp_explicit_command *cmd,
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 488 u8 cmd; member
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 244 static void __noreturn briq_restart(char *cmd) in briq_restart() argument
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_dev.h | 324 void ionic_dev_cmd_go(struct ionic_dev *idev, union ionic_dev_cmd *cmd);
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc.h | 171 struct mmc_command *cmd; member
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_demod.c | 328 struct dvb_diseqc_master_cmd *cmd) in vidtv_send_diseqc_msg() argument
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt6779-pinctrl.yaml | 225 cmd-dat-pins {
|
/openbmc/linux/drivers/dma/ptdma/ |
H A D | ptdma-dmaengine.c | 62 pt->tdata.cmd = pt_cmd; in pt_dma_start_desc()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 86 writeb(instr->ctx.cmd.opcode, gpiomtd->io); in gpio_nand_exec_instr()
|
/openbmc/linux/fs/hpfs/ |
H A D | hpfs_fn.h | 331 long hpfs_ioctl(struct file *file, unsigned cmd, unsigned long arg);
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | ms5611_core.c | 25 { .cmd = _cmd, .conv_usec = _conv_usec, .rate = _rate }
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-leadtek-ltk050h3146w.c | 21 char cmd; member
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 295 __u32 cmd; /* Command to be executed */ member
|
/openbmc/linux/arch/x86/ |
H A D | Makefile | 293 $(call cmd,install)
|
/openbmc/linux/include/net/ |
H A D | ip6_route.h | 117 int ipv6_route_ioctl(struct net *net, unsigned int cmd,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | navi10_ppt.c | 3010 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 D | evergreen_cs.c | 2800 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 D | intel8x0.c | 786 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 D | alps.c | 1839 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 D | main.c | 1693 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 D | qedi_main.c | 1853 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 D | buildhistory.bbclass | 818 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 D | sdram_rk322x.c | 154 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 D | mmc.c | 283 ret = cp->cmd(cmdtp, flag, argc, argv); in do_mmcrpmb() 930 return cp->cmd(cmdtp, flag, argc, argv); in do_mmcops()
|