/openbmc/linux/include/sound/sof/ |
H A D | control.h | 104 uint32_t cmd; /**< enum sof_ipc_ctrl_cmd */ member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.h | 59 bool dc_dmub_srv_cmd_run(struct dc_dmub_srv *dc_dmub_srv, union dmub_rb_cmd *cmd, enum dm_dmub_wait…
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332-rdp474.dts | 53 cmd-pins {
|
H A D | ipq5018-rdp432-c2.dts | 54 cmd-pins {
|
H A D | ipq5332-rdp441.dts | 51 cmd-pins {
|
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | 188 if (rsp->cmd == PVCALLS_POLL) { in pvcalls_front_event_handler() 321 req->cmd = PVCALLS_SOCKET; in pvcalls_front_socket() 462 req->cmd = PVCALLS_CONNECT; in pvcalls_front_connect() 695 req->cmd = PVCALLS_BIND; in pvcalls_front_bind() 749 req->cmd = PVCALLS_LISTEN; in pvcalls_front_listen() 856 req->cmd = PVCALLS_ACCEPT; in pvcalls_front_accept() 952 req->cmd = PVCALLS_POLL; in pvcalls_front_poll_passive() 1038 req->cmd = PVCALLS_RELEASE; in pvcalls_front_release()
|
/openbmc/linux/drivers/block/ |
H A D | ataflop.c | 446 unsigned int cmd, unsigned long param); 1585 unsigned int cmd, unsigned long param) in fd_locked_ioctl() argument 1598 switch (cmd) { in fd_locked_ioctl() 1627 switch (cmd) { in fd_locked_ioctl() 1689 if (cmd == FDDEFPRM) { in fd_locked_ioctl() 1705 if (cmd == FDDEFPRM) { in fd_locked_ioctl() 1772 unsigned int cmd, unsigned long arg) in fd_ioctl() argument 1777 ret = fd_locked_ioctl(bdev, mode, cmd, arg); in fd_ioctl()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local 271 cmd = mvebu_readl(port, PCIE_CMD_OFF); in mvebu_pcie_setup_hw() 272 cmd &= ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in mvebu_pcie_setup_hw() 273 mvebu_writel(port, cmd, PCIE_CMD_OFF); in mvebu_pcie_setup_hw() 1655 u32 cmd, sspl; in mvebu_pcie_remove() local 1672 cmd = mvebu_readl(port, PCIE_CMD_OFF); in mvebu_pcie_remove() 1673 cmd &= ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in mvebu_pcie_remove() 1674 mvebu_writel(port, cmd, PCIE_CMD_OFF); in mvebu_pcie_remove()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 505 int rc, cmd, cpu; in vcpudispatch_stats_write() local 515 rc = kstrtoint(buf, 0, &cmd); in vcpudispatch_stats_write() 516 if (rc || cmd < 0 || cmd > 1) { in vcpudispatch_stats_write() 523 if ((cmd == 0 && !vcpudispatch_stats_on) || in vcpudispatch_stats_write() 524 (cmd == 1 && vcpudispatch_stats_on)) in vcpudispatch_stats_write() 527 if (cmd) { in vcpudispatch_stats_write() 550 vcpudispatch_stats_on = cmd; in vcpudispatch_stats_write()
|
/openbmc/linux/drivers/perf/ |
H A D | xgene_pmu.c | 338 XGENE_PMU_EVENT_ATTR(act-cmd-sent, 0x02), 339 XGENE_PMU_EVENT_ATTR(pre-cmd-sent, 0x03), 340 XGENE_PMU_EVENT_ATTR(rd-cmd-sent, 0x04), 341 XGENE_PMU_EVENT_ATTR(rda-cmd-sent, 0x05), 342 XGENE_PMU_EVENT_ATTR(wr-cmd-sent, 0x06), 343 XGENE_PMU_EVENT_ATTR(wra-cmd-sent, 0x07), 344 XGENE_PMU_EVENT_ATTR(pde-cmd-sent, 0x08), 345 XGENE_PMU_EVENT_ATTR(sre-cmd-sent, 0x09), 346 XGENE_PMU_EVENT_ATTR(prea-cmd-sent, 0x0a), 347 XGENE_PMU_EVENT_ATTR(ref-cmd-sent, 0x0b), [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_hist.c | 546 char *cmd; member 2989 char *cmd; in create_field_var_hist() local 3028 if (!cmd) { in create_field_var_hist() 3039 strcat(cmd, ","); in create_field_var_hist() 3047 strcat(cmd, "="); in create_field_var_hist() 3057 var_hist->cmd = kstrdup(cmd, GFP_KERNEL); in create_field_var_hist() 3059 kfree(cmd); in create_field_var_hist() 3071 kfree(cmd); in create_field_var_hist() 3078 kfree(cmd); in create_field_var_hist() 6096 char *cmd; in unregister_field_var_hists() local [all …]
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_powernv.c | 85 opal_msg->cmd = msg->data[1]; in ipmi_powernv_send() 167 msg->rsp[1] = opal_msg->cmd; in ipmi_powernv_recv()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tca642x.c | 238 (((int)c->cmd == TCA642X_CMD_DEVICE) && in do_tca642x() 263 switch ((int)c->cmd) { in do_tca642x()
|
/openbmc/u-boot/drivers/misc/ |
H A D | ds4510.c | 266 (((int)c->cmd == DS4510_CMD_DEVICE) && in do_ds4510() 279 switch ((int)c->cmd) { in do_ds4510()
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdt977.c | 348 static long wdt977_ioctl(struct file *file, unsigned int cmd, in wdt977_ioctl() argument 361 switch (cmd) { in wdt977_ioctl()
|
H A D | sc1200wdt.c | 180 static long sc1200wdt_ioctl(struct file *file, unsigned int cmd, in sc1200wdt_ioctl() argument 193 switch (cmd) { in sc1200wdt_ioctl()
|
/openbmc/linux/sound/soc/au1x/ |
H A D | dbdma2.c | 250 struct snd_pcm_substream *substream, int cmd) in au1xpsc_pcm_trigger() argument 254 switch (cmd) { in au1xpsc_pcm_trigger()
|
/openbmc/qemu/hw/char/ |
H A D | terminal3270.c | 242 static int write_payload_3270(EmulatedCcw3270Device *dev, uint8_t cmd) in write_payload_3270() argument 265 t->outv[out_len++] = cmd; in write_payload_3270()
|
/openbmc/linux/sound/soc/sh/ |
H A D | dma-sh7760.c | 241 struct snd_pcm_substream *substream, int cmd) in camelot_trigger() argument 247 switch (cmd) { in camelot_trigger()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 109 struct snd_pcm_substream *substream, int cmd) in snd_imx_pcm_trigger() argument 114 switch (cmd) { in snd_imx_pcm_trigger()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-smbios-wmi.c | 111 static long dell_smbios_wmi_filter(struct wmi_device *wdev, unsigned int cmd, in dell_smbios_wmi_filter() argument 117 switch (cmd) { in dell_smbios_wmi_filter()
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 31 def _state(self, cmd, needle): argument 34 self.session.sendline("obmcutil -w {}".format(cmd).encode())
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/ |
H A D | linux-libc-headers.inc | 76 # The ..install.cmd conflicts between various configure runs 77 find ${D}${includedir} -name ..install.cmd | xargs rm -f
|
/openbmc/linux/drivers/misc/ |
H A D | tps6594-pfsm.c | 131 static long tps6594_pfsm_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in tps6594_pfsm_ioctl() argument 138 switch (cmd) { in tps6594_pfsm_ioctl()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-gamecube.c | 189 static int gamecube_rtc_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) in gamecube_rtc_ioctl() argument 196 switch (cmd) { in gamecube_rtc_ioctl()
|