Home
last modified time | relevance | path

Searched refs:cmd (Results 3901 – 3925 of 6824) sorted by relevance

1...<<151152153154155156157158159160>>...273

/openbmc/linux/include/sound/sof/
H A Dcontrol.h104 uint32_t cmd; /**< enum sof_ipc_ctrl_cmd */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h59 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 Dipq5332-rdp474.dts53 cmd-pins {
H A Dipq5018-rdp432-c2.dts54 cmd-pins {
H A Dipq5332-rdp441.dts51 cmd-pins {
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c188 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 Dataflop.c446 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 Dpci-mvebu.c251 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 Dlpar.c505 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 Dxgene_pmu.c338 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 Dtrace_events_hist.c546 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 Dipmi_powernv.c85 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 Dtca642x.c238 (((int)c->cmd == TCA642X_CMD_DEVICE) && in do_tca642x()
263 switch ((int)c->cmd) { in do_tca642x()
/openbmc/u-boot/drivers/misc/
H A Dds4510.c266 (((int)c->cmd == DS4510_CMD_DEVICE) && in do_ds4510()
279 switch ((int)c->cmd) { in do_ds4510()
/openbmc/linux/drivers/watchdog/
H A Dwdt977.c348 static long wdt977_ioctl(struct file *file, unsigned int cmd, in wdt977_ioctl() argument
361 switch (cmd) { in wdt977_ioctl()
H A Dsc1200wdt.c180 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 Ddbdma2.c250 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 Dterminal3270.c242 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 Ddma-sh7760.c241 struct snd_pcm_substream *substream, int cmd) in camelot_trigger() argument
247 switch (cmd) { in camelot_trigger()
/openbmc/linux/sound/soc/fsl/
H A Dimx-pcm-fiq.c109 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 Ddell-smbios-wmi.c111 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 Drpp31 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 Dlinux-libc-headers.inc76 # The ..install.cmd conflicts between various configure runs
77 find ${D}${includedir} -name ..install.cmd | xargs rm -f
/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c131 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 Drtc-gamecube.c189 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()

1...<<151152153154155156157158159160>>...273