/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | cs553x_nand.c | 159 instr->ctx.cmd.opcode); in cs553x_exec_instr()
|
/openbmc/linux/net/ncsi/ |
H A D | internal.h | 266 struct sk_buff *cmd; /* Associated NCSI command packet */ member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vcn.h | 218 unsigned cmd; member
|
/openbmc/linux/fs/nilfs2/ |
H A D | nilfs.h | 254 long nilfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/ |
H A D | freediameter_1.5.0.bb | 54 # specify it on cmd line will fix the SET bug in CMakeList.txt
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | image_types_verity.bbclass | 103 bb.fatal('%s returned with %s (%s)' % (err.cmd, err.returncode, err.output))
|
/openbmc/qemu/hw/ide/ |
H A D | cmd646.c | 102 val = bm->cmd; in bmdma_read()
|
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_hal_init.c | 3424 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 D | standard.py | 378 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 D | ioctl.c | 3323 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 D | hsi_char.c | 525 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 D | gunz_test.c | 294 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 D | rv770d.h | 663 #define DMA_PACKET(cmd, t, s, n) ((((cmd) & 0xF) << 28) | \ argument
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0003-aspeed-add-gpio-support.patch | 302 + * @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 D | wanxl.c | 476 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 D | README | 158 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 D | cx88-alsa.c | 529 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 D | npm.bbclass | 298 cmd = "npm install %s %s" % (shlex.quote(tarball), d.getVar("EXTRA_OENPM")) 299 env.run(cmd, args=args)
|
/openbmc/linux/kernel/bpf/ |
H A D | offload.c | 121 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 D | xen_snd_front_alsa.c | 546 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 D | vmci_host.c | 264 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 D | sst-mfld-platform-pcm.c | 591 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 D | main.c | 498 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 D | snd_ps3.c | 612 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 D | sev-guest.c | 575 goto cmd; in get_ext_report() 592 cmd: in get_ext_report()
|