/openbmc/u-boot/cmd/ |
H A D | universe.c | 304 char cmd = 'x'; in do_universe() local 308 cmd = argv[1][0]; in do_universe() 322 switch (cmd) { in do_universe()
|
/openbmc/u-boot/tools/patman/ |
H A D | series.py | 94 def ShowActions(self, args, cmd, process_tags): argument 136 if cmd: 137 print('Git command: %s' % cmd)
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | arm-charlcd.c | 186 static void charlcd_4bit_command(struct charlcd *lcd, u8 cmd) in charlcd_4bit_command() argument 188 u32 cmdlo = (cmd << 4) & 0xf0; in charlcd_4bit_command() 189 u32 cmdhi = (cmd & 0xf0); in charlcd_4bit_command()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-dma.c | 135 struct snd_pcm_substream *substream, int cmd) in uniphier_aiodma_trigger() argument 147 switch (cmd) { in uniphier_aiodma_trigger() 161 dev_warn(dev, "Unknown trigger(%d) ignored\n", cmd); in uniphier_aiodma_trigger()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthop_multiprefix.sh | 49 local cmd="$*" 54 echo "COMMAND: $cmd" 57 out=$(eval $cmd 2>&1)
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.h | 390 struct genwqe_ddcb_cmd cmd; /* ddcb_no for this request */ member 506 struct genwqe_ddcb_cmd *cmd, unsigned int f_flags); 518 struct genwqe_ddcb_cmd *cmd,
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-nec-nl8048hl11.c | 88 unsigned int cmd = 0, data = 0; in nec_8048_spi_send() local 90 cmd = 0x0000 | reg_addr; /* register address write */ in nec_8048_spi_send() 92 data = (cmd << 16) | data; in nec_8048_spi_send()
|
/openbmc/linux/kernel/sched/ |
H A D | membarrier.c | 620 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) in SYSCALL_DEFINE3() argument 622 switch (cmd) { in SYSCALL_DEFINE3() 635 switch (cmd) { in SYSCALL_DEFINE3()
|
/openbmc/linux/include/media/ |
H A D | dvb_frontend.h | 479 int (*diseqc_send_master_cmd)(struct dvb_frontend* fe, struct dvb_diseqc_master_cmd* cmd); 487 int (*dishnetwork_send_legacy_command)(struct dvb_frontend* fe, unsigned long cmd); 704 int (*callback)(void *adapter_priv, int component, int cmd, int arg);
|
/openbmc/linux/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 467 local cmd="$2" 471 local priv=$(eval $cmd) 472 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd")
|
/openbmc/qemu/hw/input/ |
H A D | adb.c | 54 int devaddr, cmd, olen, i; in do_adb_request() local 56 cmd = buf[0] & 0xf; in do_adb_request() 57 if (cmd == ADB_BUSRESET) { in do_adb_request()
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rootfs.py | 36 def __validate_path(cmd, rootfs_dir, path): argument 38 logger.error("%s: Must be relative: %s" % (cmd, path)) 46 logger.error("%s: Must point inside the rootfs: %s" % (cmd, path))
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 284 u8 cmd; member 401 static const char *sdvo_cmd_name(u8 cmd) in sdvo_cmd_name() argument 406 if (cmd == sdvo_cmd_names[i].cmd) in sdvo_cmd_name() 433 cmd_name = sdvo_cmd_name(cmd); in intel_sdvo_debug_write() 437 BUF_PRINT("(%02X)", cmd); in intel_sdvo_debug_write() 442 DRM_DEBUG_KMS("%s: W: %02X %s\n", SDVO_NAME(intel_sdvo), cmd, buffer); in intel_sdvo_debug_write() 482 intel_sdvo_debug_write(intel_sdvo, cmd, args, args_len); in __intel_sdvo_write_cmd() 497 buf[2*i + 1] = cmd; in __intel_sdvo_write_cmd() 535 return __intel_sdvo_write_cmd(intel_sdvo, cmd, args, args_len, true); in intel_sdvo_write_cmd() 639 if (!intel_sdvo_write_cmd(intel_sdvo, cmd, data, len)) in intel_sdvo_set_value() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | Makefile | 2 carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.h | 17 u8 cmd; /* [1] */ member
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | file.c | 199 static long afu_ioctl(struct file *file, unsigned int cmd, in afu_ioctl() argument 211 CMD_STR(cmd)); in afu_ioctl() 220 switch (cmd) { in afu_ioctl() 287 static long afu_compat_ioctl(struct file *file, unsigned int cmd, in afu_compat_ioctl() argument 290 return afu_ioctl(file, cmd, args); in afu_compat_ioctl()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8259.c | 310 int priority, cmd, irq; in pic_ioport_write() local 330 cmd = val >> 5; in pic_ioport_write() 331 switch (cmd) { in pic_ioport_write() 334 s->rotate_on_auto_eoi = cmd >> 2; in pic_ioport_write() 341 if (cmd == 5) in pic_ioport_write()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-bcm63xx.c | 222 u16 cmd; in bcm63xx_txrx_bufs() local 283 cmd = SPI_CMD_START_IMMEDIATE; in bcm63xx_txrx_bufs() 284 cmd |= (prepend_len << SPI_CMD_PREPEND_BYTE_CNT_SHIFT); in bcm63xx_txrx_bufs() 285 cmd |= (spi_get_chipselect(spi, 0) << SPI_CMD_DEVICE_ID_SHIFT); in bcm63xx_txrx_bufs() 286 bcm_spi_writew(bs, cmd, SPI_CMD); in bcm63xx_txrx_bufs()
|
/openbmc/qemu/hw/vfio/ |
H A D | igd.c | 520 uint16_t cmd_orig, cmd; in vfio_probe_igd_bar4_quirk() local 728 cmd = cmd_orig | PCI_COMMAND_IO; in vfio_probe_igd_bar4_quirk() 730 if (pwrite(vdev->vbasedev.fd, &cmd, sizeof(cmd), in vfio_probe_igd_bar4_quirk() 731 vdev->config_offset + PCI_COMMAND) != sizeof(cmd)) { in vfio_probe_igd_bar4_quirk()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | utils.py | 236 def getstatusoutput(cmd): argument 237 return subprocess.getstatusoutput(cmd) 264 for cmd in cmds.split(): 265 bb.note("Executing %s ..." % cmd) 266 bb.build.exec_func(cmd, d)
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_pcm.c | 75 block.cmd = SNDRV_GF1_DMA_IRQ; in snd_gf1_pcm_block_change() 77 block.cmd |= SNDRV_GF1_DMA_UNSIGNED; in snd_gf1_pcm_block_change() 79 block.cmd |= SNDRV_GF1_DMA_16BIT; in snd_gf1_pcm_block_change() 486 int cmd) in snd_gf1_pcm_playback_trigger() argument 493 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_gf1_pcm_playback_trigger() 495 } else if (cmd == SNDRV_PCM_TRIGGER_STOP) { in snd_gf1_pcm_playback_trigger() 576 int cmd) in snd_gf1_pcm_capture_trigger() argument 581 if (cmd == SNDRV_PCM_TRIGGER_START) { in snd_gf1_pcm_capture_trigger() 583 } else if (cmd == SNDRV_PCM_TRIGGER_STOP) { in snd_gf1_pcm_capture_trigger()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 1778 if (cmd & NFC_SEND_CMD1) { in sunxi_nfc_exec_subop() 1779 if (WARN_ON(cmd & NFC_SEND_CMD2)) in sunxi_nfc_exec_subop() 1782 cmd |= NFC_SEND_CMD2; in sunxi_nfc_exec_subop() 1783 extcmd |= instr->ctx.cmd.opcode; in sunxi_nfc_exec_subop() 1785 cmd |= NFC_SEND_CMD1 | in sunxi_nfc_exec_subop() 1812 cmd |= NFC_ACCESS_DIR; in sunxi_nfc_exec_subop() 1823 cmd |= NFC_WAIT_FLAG; in sunxi_nfc_exec_subop() 1832 if (cmd & NFC_SEND_ADR) { in sunxi_nfc_exec_subop() 1837 if (cmd & NFC_SEND_CMD2) in sunxi_nfc_exec_subop() 1840 (cmd & NFC_ACCESS_DIR ? in sunxi_nfc_exec_subop() [all …]
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 352 static int send_hci_ibs_cmd(u8 cmd, struct hci_uart *hu) in send_hci_ibs_cmd() argument 358 BT_DBG("hu %p send hci ibs cmd 0x%x", hu, cmd); in send_hci_ibs_cmd() 367 skb_put_u8(skb, cmd); in send_hci_ibs_cmd() 1325 u8 cmd[] = { 0x01, 0x48, 0xFC, 0x01, 0x00 }; in qca_set_baudrate() local 1330 cmd[4] = baudrate; in qca_set_baudrate() 1332 skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL); in qca_set_baudrate() 1339 skb_put_data(skb, cmd, sizeof(cmd)); in qca_set_baudrate() 1401 ret = serdev_device_write_buf(hu->serdev, &cmd, sizeof(cmd)); in qca_send_power_pulse() 2484 u8 cmd; in qca_suspend() local 2537 cmd = HCI_IBS_SLEEP_IND; in qca_suspend() [all …]
|
/openbmc/linux/include/linux/ |
H A D | fsi-sbefifo.h | 22 int sbefifo_parse_status(struct device *dev, u16 cmd, __be32 *response,
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 165 cmd, seq); in mt7915_mcu_parse_response() 2133 __le32 cmd; in mt7915_mcu_muru_debug_set() member 2152 __le32 cmd; in mt7915_mcu_muru_debug_get() member 2222 __le32 cmd; in mt7915_mcu_set_muru_ctrl() member 2225 .cmd = cpu_to_le32(cmd), in mt7915_mcu_set_muru_ctrl() 2280 u8 cmd; in mt7915_red_set_watermark() member 2608 int cmd) in mt7915_mcu_background_chain_ctrl() argument 2624 switch (cmd) { in mt7915_mcu_background_chain_ctrl() 3761 u8 cmd; in mt7915_mcu_twt_agrt_update() member 3777 .cmd = cmd, in mt7915_mcu_twt_agrt_update() [all …]
|