/openbmc/linux/sound/core/ |
H A D | rawmidi.c | 912 static long snd_rawmidi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_rawmidi_ioctl() argument 919 if (((cmd >> 8) & 0xff) != 'W') in snd_rawmidi_ioctl() 921 switch (cmd) { in snd_rawmidi_ioctl() 1009 return rmidi->ops->ioctl(rmidi, cmd, argp); in snd_rawmidi_ioctl() 1010 rmidi_dbg(rmidi, "rawmidi: unknown command = 0x%x\n", cmd); in snd_rawmidi_ioctl() 1048 static int snd_rawmidi_call_ump_ioctl(struct snd_card *card, int cmd, in snd_rawmidi_call_ump_ioctl() argument 1060 ret = rmidi->ops->ioctl(rmidi, cmd, argp); in snd_rawmidi_call_ump_ioctl() 1070 unsigned int cmd, in snd_rawmidi_control_ioctl() argument 1075 switch (cmd) { in snd_rawmidi_control_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | moxa.c | 545 static void moxafunc(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafunc() argument 550 writew(cmd, ofsAddr + FuncCode); in moxafunc() 555 static int moxafuncret(void __iomem *ofsAddr, u16 cmd, u16 arg) in moxafuncret() argument 561 writew(cmd, ofsAddr + FuncCode); in moxafuncret() 587 unsigned int cmd, unsigned long arg) in moxa_ioctl() argument 594 if (cmd != MOXA_GETDATACOUNT && cmd != MOXA_GET_IOQUEUE && in moxa_ioctl() 595 cmd != MOXA_GETMSTATUS) in moxa_ioctl() 600 switch (cmd) { in moxa_ioctl()
|
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge_mcp.h | 22 __be32 cmd; member
|
/openbmc/linux/arch/sh/boards/mach-sdk7786/ |
H A D | setup.c | 221 static void sdk7786_restart(char *cmd) in sdk7786_restart() argument
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_fw.c | 92 unsigned char *cmd, in as102_firmware_upload() argument
|
/openbmc/u-boot/drivers/spi/ |
H A D | ich.h | 108 uint8_t cmd[ICH_MAX_CMD_LEN]; member
|
/openbmc/u-boot/include/ |
H A D | imximage.h | 209 int32_t cmd);
|
/openbmc/u-boot/drivers/mmc/ |
H A D | tmio-common.h | 146 int tmio_sd_send_cmd(struct udevice *dev, struct mmc_cmd *cmd,
|
/openbmc/u-boot/board/toradex/apalis_imx6/ |
H A D | pf0100.c | 187 switch (pmic_otp_prog[i].cmd) { in pf0100_prog()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 47 unsigned int cmd; /* 0x10C */ member
|
/openbmc/u-boot/cmd/x86/ |
H A D | fsp.c | 141 ret = fsp_cmd->cmd(fsp_cmd, flag, argc, argv); in do_fsp()
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | cmds.c | 161 return c->cmd(c, flag, argc, argv); in do_zynqmp()
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 44 loop_cmd = $(echo-cmd) $(cmd_$(1)) || exit;
|
/openbmc/u-boot/cmd/ |
H A D | host.c | 165 return c->cmd(cmdtp, flag, argc, argv); in do_host()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | smb.conf | 130 ; logon script = logon.cmd
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/ |
H A D | libecmd_git.bb | 21 --extensions "cmd cip"
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_lio.h | 107 struct se_cmd cmd; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/go/ |
H A D | go-target.inc | 36 cp --preserve=mode,timestamps -R ${S}/src/cmd ${D}${libdir}/go/src/
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_net.h | 216 __u8 cmd; member
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_cmdq.h | 177 enum hinic_mod_type mod, u8 cmd,
|
/openbmc/linux/drivers/xen/xenfs/ |
H A D | xensyms.c | 132 xs->op.cmd = XENPF_get_symbol; in xensyms_open()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.h | 125 struct snd_compr_stream *stream, int cmd);
|
/openbmc/linux/drivers/mfd/ |
H A D | ene-kb3930.c | 64 unsigned long mode, void *cmd) in kb3930_restart() argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | img.h | 269 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def);
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_vmcall_test.c | 136 TEST_FAIL("Unknown ucall 0x%lx.", uc.cmd); in main()
|