/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 116 cmd = process_server.get_async_cmd() 117 if cmd is not None: 118 (command, options) = cmd
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 239 struct nvdimm *nvdimm, unsigned int cmd, void *buf, in ndtest_ctl() argument 257 switch (cmd) { in ndtest_ctl() 274 if ((1 << cmd) & dimm->fail_cmd) in ndtest_ctl()
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 41 unsigned long cmd, void *v); 1191 unsigned long cmd, void *v) in bandgap_omap_cpu_notifier() argument 1198 switch (cmd) { in bandgap_omap_cpu_notifier()
|
/openbmc/linux/kernel/bpf/ |
H A D | trampoline.c | 35 static int bpf_tramp_ftrace_ops_func(struct ftrace_ops *ops, enum ftrace_ops_cmd cmd) in bpf_tramp_ftrace_ops_func() argument 40 if (cmd == FTRACE_OPS_CMD_ENABLE_SHARE_IPMODIFY_SELF) { in bpf_tramp_ftrace_ops_func() 83 switch (cmd) { in bpf_tramp_ftrace_ops_func()
|
/openbmc/linux/drivers/misc/ |
H A D | pci_endpoint_test.c | 718 static long pci_endpoint_test_ioctl(struct file *file, unsigned int cmd, in pci_endpoint_test_ioctl() argument 731 switch (cmd) { in pci_endpoint_test_ioctl() 745 ret = pci_endpoint_test_msi_irq(test, arg, cmd == PCITEST_MSIX); in pci_endpoint_test_ioctl()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_emulate.c | 358 ulong cmd = kvmppc_get_gpr(vcpu, 3); in kvmppc_core_emulate_op_pr() local 367 if (kvmppc_h_pr(vcpu, cmd) == EMULATE_DONE) in kvmppc_core_emulate_op_pr() 370 vcpu->run->papr_hcall.nr = cmd; in kvmppc_core_emulate_op_pr()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-core-mbox.c | 80 int cmd; in _send_mmio_command() local 93 cmd = ISST_IF_IO_CMD; in _send_mmio_command() 101 if (ioctl(fd, cmd, &io_regs) == -1) { in _send_mmio_command()
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3215.c | 358 cstat = irb->scsw.cmd.cstat; in raw3215_irq() 359 dstat = irb->scsw.cmd.dstat; in raw3215_irq() 380 req->residual = irb->scsw.cmd.count; in raw3215_irq()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3188.dtsi | 296 emmc_cmd: emmc-cmd { 528 sd0_cmd: sd0-cmd { 561 sd1_cmd: sd1-cmd {
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos7-pinctrl.dtsi | 433 sd2_cmd: sd2-cmd-pins { 502 sd0_cmd: sd0-cmd-pins { 551 sd1_cmd: sd1-cmd-pins {
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 1212 bool qmp_command_available(const QmpCommand *cmd, Error **errp) in qmp_command_available() argument 1215 !(cmd->options & QCO_ALLOW_PRECONFIG)) { in qmp_command_available() 1217 cmd->name); in qmp_command_available()
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | audio.c | 271 static int snd_usb_caiaq_pcm_trigger(struct snd_pcm_substream *sub, int cmd) in snd_usb_caiaq_pcm_trigger() argument 276 dev_dbg(dev, "%s(%p) cmd %d\n", __func__, sub, cmd); in snd_usb_caiaq_pcm_trigger() 278 switch (cmd) { in snd_usb_caiaq_pcm_trigger()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_codec.c | 37 static int codec_exec_verb(struct hdac_device *dev, unsigned int cmd, in codec_exec_verb() argument 44 if (cmd == ~0) in codec_exec_verb() 53 cmd, res); in codec_exec_verb() 1330 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in encode_amp() local 1335 cmd |= AC_AMP_FAKE_MUTE; in encode_amp() 1336 return cmd; in encode_amp() 1354 unsigned int cmd = encode_amp(codec, nid, ch, dir, idx); in snd_hda_codec_amp_update() local 1356 return snd_hdac_regmap_update_raw(&codec->core, cmd, mask, val); in snd_hda_codec_amp_update() 1403 unsigned int cmd = encode_amp(codec, nid, ch, dir, idx); in snd_hda_codec_amp_init() local 1407 return snd_hdac_regmap_update_raw_once(&codec->core, cmd, mask, val); in snd_hda_codec_amp_init()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 3231 int sock_no_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in sock_no_ioctl() argument 4157 int sock_ioctl_inout(struct sock *sk, unsigned int cmd, in sock_ioctl_inout() argument 4165 ret = READ_ONCE(sk->sk_prot)->ioctl(sk, cmd, karg); in sock_ioctl_inout() 4180 static int sock_ioctl_out(struct sock *sk, unsigned int cmd, void __user *arg) in sock_ioctl_out() argument 4184 ret = READ_ONCE(sk->sk_prot)->ioctl(sk, cmd, &karg); in sock_ioctl_out() 4196 int sk_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in sk_ioctl() argument 4201 rc = ipmr_sk_ioctl(sk, cmd, arg); in sk_ioctl() 4203 rc = ip6mr_sk_ioctl(sk, cmd, arg); in sk_ioctl() 4205 rc = phonet_sk_ioctl(sk, cmd, arg); in sk_ioctl() 4212 return sock_ioctl_out(sk, cmd, arg); in sk_ioctl()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_common.h | 311 u64 cmd:5; member 333 u64 cmd:5;
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | com.fuc | 44 // store cmd/data on queue 73 // fetch first cmd/data pair
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_midi_emul.c | 463 get_channel(unsigned char cmd) in get_channel() argument 465 int p = cmd & 0x0f; in get_channel()
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 564 snd_seq_oss_synth_ioctl(struct seq_oss_devinfo *dp, int dev, unsigned int cmd, unsigned long addr) in snd_seq_oss_synth_ioctl() argument 579 rc = rec->oper.ioctl(&info->arg, cmd, addr); in snd_seq_oss_synth_ioctl()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.h | 609 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, 612 efct_issue_mbox_rqst(void *base, void *cmd, void *cb, void *arg);
|
/openbmc/linux/drivers/firmware/efi/test/ |
H A D | efi_test.c | 679 static long efi_test_ioctl(struct file *file, unsigned int cmd, in efi_test_ioctl() argument 682 switch (cmd) { in efi_test_ioctl()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 533 static uint64_t qtest_rtas_call(char *cmd, uint32_t nargs, uint64_t args, in qtest_rtas_call() argument 539 if (strcmp(cmd, rtas_table[token].name) == 0) { in qtest_rtas_call()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com90xx.c | 562 static void com90xx_command(struct net_device *dev, int cmd) in com90xx_command() argument 566 arcnet_outb(cmd, ioaddr, COM9026_REG_W_COMMAND); in com90xx_command()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | host.h | 23 #define CMD_RET(cmd) (0x8000 | cmd) argument
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa3xx-gcu.c | 452 pxa3xx_gcu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pxa3xx_gcu_ioctl() argument 457 switch (cmd) { in pxa3xx_gcu_ioctl()
|
/openbmc/linux/drivers/xen/ |
H A D | evtchn.c | 436 unsigned int cmd, unsigned long arg) in evtchn_ioctl() argument 445 switch (cmd) { in evtchn_ioctl()
|