/openbmc/qemu/include/hw/misc/ |
H A D | auxbus.h | 115 AUXReply aux_request(AUXBus *bus, AUXCommand cmd, uint32_t address,
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | reopen-file | 67 self.vm.cmd('blockdev-reopen', options=[{
|
H A D | stream-unaligned-prefetch | 82 self.vm.cmd('block-stream', job_id='stream', device='compress-top')
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.h | 108 uint32_t cmd; member
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | netdev-user.h | 79 __u8 cmd; member
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-d2net.dts | 29 cmd-gpio = <&gpio0 30 GPIO_ACTIVE_HIGH>;
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-powercycle | 7 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | 9 from .cmd import run_cmd, wait_for_console_pattern
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_dbg.c | 185 static int matches(const char *cmd, const char *pattern) in matches() argument 187 int len = strlen(cmd); in matches() 192 return memcmp(pattern, cmd, len); in matches() 1258 char *cmd, *cont, *tmp = strdup(arg); in execf() local 1261 cmd = strtok_r(tmp, " ", &cont); in execf() 1262 if (cmd == NULL) in execf() 1264 len = strlen(cmd); in execf() 1268 if (strncmp(cmds[i].name, cmd, len) == 0) { in execf()
|
/openbmc/linux/drivers/usb/mon/ |
H A D | mon_bin.c | 987 static long mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in mon_bin_ioctl() argument 995 switch (cmd) { in mon_bin_ioctl() 1078 (cmd == MON_IOCX_GET)? PKT_SZ_API0: PKT_SZ_API1, in mon_bin_ioctl() 1138 unsigned int cmd, unsigned long arg) in mon_bin_compat_ioctl() argument 1143 switch (cmd) { in mon_bin_compat_ioctl() 1155 (cmd == MON_IOCX_GET32)? PKT_SZ_API0: PKT_SZ_API1, in mon_bin_compat_ioctl() 1189 return mon_bin_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in mon_bin_compat_ioctl() 1195 return mon_bin_ioctl(file, cmd, arg); in mon_bin_compat_ioctl()
|
/openbmc/linux/net/devlink/ |
H A D | port.c | 441 enum devlink_command cmd, u32 portid, u32 seq, in devlink_nl_port_fill() argument 447 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd); in devlink_nl_port_fill() 500 enum devlink_command cmd) in devlink_port_notify() argument 506 WARN_ON(cmd != DEVLINK_CMD_PORT_NEW && cmd != DEVLINK_CMD_PORT_DEL); in devlink_port_notify() 515 err = devlink_nl_port_fill(msg, devlink_port, cmd, 0, 0, 0, NULL); in devlink_port_notify() 526 enum devlink_command cmd) in devlink_ports_notify() argument 532 devlink_port_notify(devlink_port, cmd); in devlink_ports_notify()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 512 u16 cmd[18] = { ((COMTYPE_COMMON_IF << 8) + subcom), 520 cmd[(i / 2) + 2] = (u16)(buf[i]) << 8; 522 cmd[(i / 2) + 2] |= buf[i]; 525 ret = av7110_send_fw_cmd(av7110, cmd, 18); 1050 switch (dc->cmd) { in av7110_osd_cmd() 1185 dprintk(1, "av7110_osd_cmd(%d) returns with -ERESTARTSYS\n",dc->cmd); in av7110_osd_cmd() 1187 dprintk(1, "av7110_osd_cmd(%d) returns with %d\n",dc->cmd,ret); in av7110_osd_cmd() 1194 switch (cap->cmd) { in av7110_osd_capability()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 1031 l1oip_dctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_dctrl() argument 1041 __func__, cmd, arg); in l1oip_dctrl() 1042 switch (cmd) { in l1oip_dctrl() 1079 __func__, cmd); in l1oip_dctrl() 1201 l1oip_bctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in l1oip_bctrl() argument 1208 __func__, cmd, arg); in l1oip_bctrl() 1209 switch (cmd) { in l1oip_bctrl() 1223 __func__, cmd); in l1oip_bctrl()
|
/openbmc/linux/drivers/block/ |
H A D | swim3.c | 250 unsigned int cmd, unsigned long param); 422 static inline void init_dma(struct dbdma_cmd *cp, int cmd, in init_dma() argument 426 cp->command = cpu_to_le16(cmd); in init_dma() 886 unsigned int cmd, unsigned long param) in floppy_locked_ioctl() argument 891 if ((cmd & 0x80) && !capable(CAP_SYS_ADMIN)) in floppy_locked_ioctl() 898 switch (cmd) { in floppy_locked_ioctl() 914 unsigned int cmd, unsigned long param) in floppy_ioctl() argument 919 ret = floppy_locked_ioctl(bdev, mode, cmd, param); in floppy_ioctl()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btrtl.c | 394 struct rtl_vendor_cmd *cmd, u8 *rp) in btrtl_vendor_read_reg16() argument 399 skb = __hci_cmd_sync(hdev, 0xfc61, sizeof(*cmd), cmd, in btrtl_vendor_read_reg16() 1044 struct hci_command_hdr *cmd; in btrtl_initialize() local 1118 skb = bt_skb_alloc(sizeof(*cmd), GFP_KERNEL); in btrtl_initialize() 1122 cmd = skb_put(skb, HCI_COMMAND_HDR_SIZE); in btrtl_initialize() 1123 cmd->opcode = cpu_to_le16(0xfc66); in btrtl_initialize() 1124 cmd->plen = 0; in btrtl_initialize()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_cs8409.c | 1088 static int cs8409_cs42l42_exec_verb(struct hdac_device *dev, unsigned int cmd, unsigned int flags, in cs8409_cs42l42_exec_verb() argument 1095 unsigned int nid = ((cmd >> 20) & 0x07f); in cs8409_cs42l42_exec_verb() 1096 unsigned int verb = ((cmd >> 8) & 0x0fff); in cs8409_cs42l42_exec_verb() 1120 return spec->exec_verb(dev, cmd, flags, res); in cs8409_cs42l42_exec_verb() 1318 static int dolphin_exec_verb(struct hdac_device *dev, unsigned int cmd, unsigned int flags, in dolphin_exec_verb() argument 1325 unsigned int nid = ((cmd >> 20) & 0x07f); in dolphin_exec_verb() 1326 unsigned int verb = ((cmd >> 8) & 0x0fff); in dolphin_exec_verb() 1353 return spec->exec_verb(dev, cmd, flags, res); in dolphin_exec_verb()
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.c | 481 int cmd) in snd_ice1712_playback_trigger() argument 489 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_ice1712_playback_trigger() 491 } else if (cmd == SNDRV_PCM_TRIGGER_STOP) { in snd_ice1712_playback_trigger() 506 int cmd) in snd_ice1712_playback_ds_trigger() argument 514 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_ice1712_playback_ds_trigger() 531 int cmd) in snd_ice1712_capture_trigger() argument 539 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_ice1712_capture_trigger() 901 int cmd) in snd_ice1712_pro_trigger() argument 904 switch (cmd) { in snd_ice1712_pro_trigger() 916 if (cmd == SNDRV_PCM_TRIGGER_PAUSE_PUSH) in snd_ice1712_pro_trigger() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 2253 struct devx_umem_reg_cmd *cmd, in devx_umem_reg_cmd_alloc() argument 2285 cmd->inlen = MLX5_ST_SZ_BYTES(create_umem_in) + in devx_umem_reg_cmd_alloc() 2288 cmd->in = uverbs_zalloc(attrs, cmd->inlen); in devx_umem_reg_cmd_alloc() 2289 if (IS_ERR(cmd->in)) in devx_umem_reg_cmd_alloc() 2290 return PTR_ERR(cmd->in); in devx_umem_reg_cmd_alloc() 2292 umem = MLX5_ADDR_OF(create_umem_in, cmd->in, umem); in devx_umem_reg_cmd_alloc() 2315 struct devx_umem_reg_cmd cmd; in UVERBS_HANDLER() local 2350 MLX5_SET(create_umem_in, cmd.in, uid, c->devx_uid); in UVERBS_HANDLER() 2351 err = mlx5_cmd_exec(dev->mdev, cmd.in, cmd.inlen, cmd.out, in UVERBS_HANDLER() 2352 sizeof(cmd.out)); in UVERBS_HANDLER() [all …]
|
/openbmc/linux/drivers/greybus/ |
H A D | hd.c | 24 int gb_hd_output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, in gb_hd_output() argument 29 return hd->driver->output(hd, req, size, cmd, async); in gb_hd_output()
|
/openbmc/u-boot/tools/patman/ |
H A D | func_test.py | 154 cmd = gitutil.EmailPatches(series, cover_fname, args, 157 series.ShowActions(args, cmd, process_tags)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | mt7623n-bananapi-bpi-r2.dts | 130 conf-cmd-data { 155 conf-cmd-data {
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 103 void __iomem *cmd; member 245 void __iomem *cmd; member
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_83xx.h | 174 __le16 cmd; member 346 } cmd; member
|
/openbmc/linux/sound/soc/qcom/ |
H A D | lpass-hdmi.c | 206 int cmd, struct snd_soc_dai *dai) in lpass_hdmi_daiops_trigger() argument 213 switch (cmd) { in lpass_hdmi_daiops_trigger()
|
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 179 static int tty_serial_ioctl(Chardev *chr, int cmd, void *arg) in tty_serial_ioctl() argument 184 switch (cmd) { in tty_serial_ioctl()
|