Home
last modified time | relevance | path

Searched refs:cmd (Results 5651 – 5675 of 6824) sorted by relevance

1...<<221222223224225226227228229230>>...273

/openbmc/linux/drivers/mtd/nand/raw/
H A Dcs553x_nand.c159 instr->ctx.cmd.opcode); in cs553x_exec_instr()
/openbmc/linux/net/ncsi/
H A Dinternal.h266 struct sk_buff *cmd; /* Associated NCSI command packet */ member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.h218 unsigned cmd; member
/openbmc/linux/fs/nilfs2/
H A Dnilfs.h254 long nilfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/
H A Dfreediameter_1.5.0.bb54 # specify it on cmd line will fix the SET bug in CMakeList.txt
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_verity.bbclass103 bb.fatal('%s returned with %s (%s)' % (err.cmd, err.returncode, err.output))
/openbmc/qemu/hw/ide/
H A Dcmd646.c102 val = bm->cmd; in bmdma_read()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c3424 u32 cmd; in SetHwReg8723B() local
3429 cmd = CAM_POLLINIG | CAM_WRITE | cam_val[1]; in SetHwReg8723B()
3430 rtw_write32(padapter, RWCAM, cmd); in SetHwReg8723B()
3811 u32 cmd; in GetHalDefVar8723B() local
3813 cmd = 0x40000100 | mac_id; in GetHalDefVar8723B()
3814 rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); in GetHalDefVar8723B()
3818 cmd = 0x40000400 | mac_id; in GetHalDefVar8723B()
3819 rtw_write32(padapter, REG_HMEBOX_DBG_2_8723B, cmd); in GetHalDefVar8723B()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py378 cmd = ['git', 'ls-tree', '-z', treeish]
380 cmd.append('-r')
381 out, _ = bb.process.run(cmd, cwd=repodir)
393 cmd = ['git', 'status', '--porcelain']
394 out, _ = bb.process.run(cmd, cwd=repodir)
1393 cmd = ['diff', '--new-line-format=%L', '--old-line-format=',
1395 pipe = subprocess.Popen(cmd, stdout=subprocess.PIPE,
1409 raise bb.process.ExecutionError(cmd, pipe.returncode, stdout, stderr)
/openbmc/linux/fs/btrfs/
H A Dioctl.c3323 switch (p->cmd) { in btrfs_ioctl_dev_replace()
3666 static long btrfs_ioctl_balance_ctl(struct btrfs_fs_info *fs_info, int cmd) in btrfs_ioctl_balance_ctl() argument
3671 switch (cmd) { in btrfs_ioctl_balance_ctl()
3735 switch (sa->cmd) { in btrfs_ioctl_quota_ctl()
4596 cmd, unsigned long arg) in btrfs_ioctl()
4603 switch (cmd) { in btrfs_ioctl()
4753 long btrfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in btrfs_compat_ioctl() argument
4759 switch (cmd) { in btrfs_compat_ioctl()
4761 cmd = FS_IOC_GETVERSION; in btrfs_compat_ioctl()
4765 return btrfs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in btrfs_compat_ioctl()
/openbmc/linux/drivers/hsi/clients/
H A Dhsi_char.c525 static long hsc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in hsc_ioctl() argument
533 switch (cmd) { in hsc_ioctl()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c294 struct nx_gzip_crb_cpb_t cmd, *cmdp; in decompress_file() local
412 cmdp = &cmd; in decompress_file()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770d.h663 #define DMA_PACKET(cmd, t, s, n) ((((cmd) & 0xF) << 28) | \ argument
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/
H A D0003-aspeed-add-gpio-support.patch302 + * @brief Convert a string to GPIO line. Used by `do_gpio()` from `cmd/gpio.c`
482 + * @brief Show all GPIO pins statuses. Used by `do_gpio()` in `cmd/gpio.c`
/openbmc/linux/drivers/net/wan/
H A Dwanxl.c476 static int wanxl_puts_command(struct card *card, u32 cmd) in wanxl_puts_command() argument
480 writel(cmd, card->plx + PLX_MAILBOX_1); in wanxl_puts_command()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME158 cmd_resp_received = <0/1, no cmd response to process/response received and yet to process>
160 cmd_pending = <number of cmd pending>
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-alsa.c529 static int snd_cx88_card_trigger(struct snd_pcm_substream *substream, int cmd) in snd_cx88_card_trigger() argument
537 switch (cmd) { in snd_cx88_card_trigger()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dnpm.bbclass298 cmd = "npm install %s %s" % (shlex.quote(tarball), d.getVar("EXTRA_OENPM"))
299 env.run(cmd, args=args)
/openbmc/linux/kernel/bpf/
H A Doffload.c121 enum bpf_netdev_command cmd) in bpf_map_offload_ndo() argument
128 data.command = cmd; in bpf_map_offload_ndo()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c546 static int alsa_trigger(struct snd_pcm_substream *substream, int cmd) in alsa_trigger() argument
551 switch (cmd) { in alsa_trigger()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c264 unsigned int cmd, void __user *uptr) in vmci_host_get_version() argument
266 if (cmd == IOCTL_VMCI_VERSION2) { in vmci_host_get_version()
/openbmc/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c591 struct snd_pcm_substream *substream, int cmd) in sst_soc_trigger() argument
603 switch (cmd) { in sst_soc_trigger()
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c498 static int p54_set_key(struct ieee80211_hw *dev, enum set_key_cmd cmd, in p54_set_key() argument
522 if (cmd == SET_KEY) { in p54_set_key()
/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c612 int cmd) in snd_ps3_pcm_trigger() argument
616 switch (cmd) { in snd_ps3_pcm_trigger()
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c575 goto cmd; in get_ext_report()
592 cmd: in get_ext_report()

1...<<221222223224225226227228229230>>...273