/openbmc/linux/drivers/rtc/ |
H A D | rtc-m41t80.c | 723 static int wdt_ioctl(struct file *file, unsigned int cmd, in wdt_ioctl() argument 734 switch (cmd) { in wdt_ioctl() 776 static long wdt_unlocked_ioctl(struct file *file, unsigned int cmd, in wdt_unlocked_ioctl() argument 782 ret = wdt_ioctl(file, cmd, arg); in wdt_unlocked_ioctl()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 841 ssize_t mipi_dsi_dcs_write(struct mipi_dsi_device *dsi, u8 cmd, in mipi_dsi_dcs_write() argument 859 tx[0] = cmd; in mipi_dsi_dcs_write() 881 ssize_t mipi_dsi_dcs_read(struct mipi_dsi_device *dsi, u8 cmd, void *data, in mipi_dsi_dcs_read() argument 887 .tx_buf = &cmd, in mipi_dsi_dcs_read()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 879 ssize_t sys_reboot(int magic1, int magic2, int cmd, void *arg) in sys_reboot() argument 881 return my_syscall4(__NR_reboot, magic1, magic2, cmd, arg); in sys_reboot() 885 int reboot(int cmd) in reboot() argument 887 return __sysret(sys_reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, cmd, 0)); in reboot()
|
/openbmc/linux/drivers/cxl/ |
H A D | pci.c | 82 #define cxl_cmd_err(dev, cmd, status, msg) \ argument 84 (cmd)->opcode, \ 370 struct cxl_mbox_cmd *cmd) in cxl_pci_mbox_send() argument 375 rc = __cxl_pci_mbox_send_cmd(mds, cmd); in cxl_pci_mbox_send()
|
H A D | cxlmem.h | 485 struct cxl_mbox_cmd *cmd); 858 struct cxl_mbox_cmd *cmd); 889 int cxl_mem_sanitize(struct cxl_memdev *cxlmd, u16 cmd);
|
/openbmc/linux/drivers/spi/ |
H A D | atmel-quadspi.c | 268 if (op->cmd.buswidth != mode->cmd_buswidth) in atmel_qspi_is_compatible() 301 if (op->addr.nbytes == 2 && op->cmd.buswidth != op->addr.buswidth && in atmel_qspi_supports_op() 316 icr = QSPI_ICR_INST(op->cmd.opcode); in atmel_qspi_set_cfg() 351 iar = (op->cmd.opcode << 16) | in atmel_qspi_set_cfg()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | brcmstb-avs-cpufreq.c | 224 static int __issue_avs_command(struct private_data *priv, unsigned int cmd, in __issue_avs_command() argument 263 writel(cmd, base + AVS_MBOX_COMMAND); in __issue_avs_command() 277 cmd); in __issue_avs_command()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a4xx_gpu.c | 31 switch (submit->cmd[i].type) { in a4xx_submit() 42 OUT_RING(ring, lower_32_bits(submit->cmd[i].iova)); in a4xx_submit() 43 OUT_RING(ring, submit->cmd[i].size); in a4xx_submit()
|
/openbmc/u-boot/include/ |
H A D | mmc.h | 406 int (*send_cmd)(struct udevice *dev, struct mmc_cmd *cmd, 468 int dm_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, 488 struct mmc_cmd *cmd, struct mmc_data *data);
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-loader.c | 223 struct hdac_ext_stream *hext_stream, int cmd) in cl_trigger() argument 229 switch (cmd) { in cl_trigger() 245 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in cl_trigger()
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 447 std::stringstream cmd; in executeCmd() local 448 ((cmd << t << " "), ...) << std::endl; in executeCmd() 449 FILE* pipe = popen(cmd.str().c_str(), "r"); in executeCmd()
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | qbman_portal.c | 131 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, uint32_t cmd_verb) in qbman_swp_mc_submit() argument 133 uint32_t *v = cmd; in qbman_swp_mc_submit() 144 qbman_cena_write_complete(&p->sys, QBMAN_CENA_SWP_CR, cmd); in qbman_swp_mc_submit()
|
/openbmc/linux/arch/mips/alchemy/devboards/ |
H A D | db1300.c | 152 static void au1300_nand_cmd_ctrl(struct nand_chip *this, int cmd, in au1300_nand_cmd_ctrl() argument 168 if (cmd != NAND_CMD_NONE) { in au1300_nand_cmd_ctrl() 169 __raw_writeb(cmd, this->legacy.IO_ADDR_W); in au1300_nand_cmd_ctrl()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | intercept.c | 535 .header.cmd = UVC_CMD_UNPIN_PAGE_SHARED, in handle_pv_uvc() 542 if (guest_uvcb->header.cmd != UVC_CMD_REMOVE_SHARED_ACCESS) { in handle_pv_uvc() 544 guest_uvcb->header.cmd); in handle_pv_uvc()
|
/openbmc/linux/drivers/net/usb/ |
H A D | dm9601.c | 276 static int dm9601_ioctl(struct net_device *net, struct ifreq *rq, int cmd) in dm9601_ioctl() argument 280 return generic_mii_ioctl(&dev->mii, if_mii(rq), cmd, NULL); in dm9601_ioctl() 555 struct ethtool_cmd ecmd = { .cmd = ETHTOOL_GSET }; in dm9601_link_reset()
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | vduse.rst | 51 static int netlink_add_vduse(const char *name, enum vdpa_command cmd) 72 if (!genlmsg_put(msg, NL_AUTO_PORT, NL_AUTO_SEQ, famid, 0, 0, cmd, 0)) 76 if (cmd == VDPA_CMD_DEV_NEW)
|
/openbmc/linux/sound/soc/codecs/ |
H A D | ak4613.c | 709 static int ak4613_dai_trigger(struct snd_pcm_substream *substream, int cmd, in ak4613_dai_trigger() argument 738 if ((cmd != SNDRV_PCM_TRIGGER_START) && in ak4613_dai_trigger() 739 (cmd != SNDRV_PCM_TRIGGER_RESUME)) in ak4613_dai_trigger()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | media.c | 113 int cmd = (0x5002 << 16) | ((phy_id & 0x1f) << 23) | (location<<18) | (val & 0xffff); in tulip_mdio_write() local 129 iowrite32(cmd, ioaddr + 0xA0); in tulip_mdio_write() 148 int dataval = (cmd & (1 << i)) ? MDIO_DATA_WRITE1 : 0; in tulip_mdio_write()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | davinci_nand.c | 143 static void nand_davinci_hwcontrol(struct mtd_info *mtd, int cmd, in nand_davinci_hwcontrol() argument 159 if (cmd != NAND_CMD_NONE) in nand_davinci_hwcontrol() 160 writeb(cmd, IO_ADDR_W); in nand_davinci_hwcontrol()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup-common.c | 154 void machine_restart(char *cmd) in machine_restart() argument 158 ppc_md.restart(cmd); in machine_restart() 162 do_kernel_restart(cmd); in machine_restart()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | shpchp.h | 185 volatile u16 cmd; member 202 CMD = offsetof(struct ctrl_reg, cmd),
|
/openbmc/linux/sound/soc/meson/ |
H A D | axg-spdifout.c | 88 static int axg_spdifout_trigger(struct snd_pcm_substream *substream, int cmd, in axg_spdifout_trigger() argument 93 switch (cmd) { in axg_spdifout_trigger()
|
/openbmc/linux/sound/mips/ |
H A D | snd-n64.c | 237 int cmd) in n64audio_pcm_trigger() argument 241 switch (cmd) { in n64audio_pcm_trigger()
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-async-req.rst | 82 * Begin to prepare DMA while cmd is being processed by MMC. 85 * If prepare time exceeds MMC cmd time
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-ar71xx.c | 161 int where, int size, u32 cmd) in ar71xx_pci_set_cfgaddr() argument 170 __raw_writel(cmd | ar71xx_pci_get_ble(where, size, 0), in ar71xx_pci_set_cfgaddr()
|