/openbmc/linux/drivers/fpga/ |
H A D | machxo2-spi.c | 70 static const u8 cmd[] = LSC_READ_STATUS; in get_status() local 75 tx.tx_buf = cmd; in get_status() 76 tx.len = sizeof(cmd); in get_status()
|
/openbmc/linux/include/linux/ |
H A D | mroute_base.h | 294 int cmd, int flags), 302 int cmd, int flags), 353 int cmd, int flags), in mr_rtm_dumproute() argument
|
H A D | posix-clock.h | 54 unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | dma.h | 274 u8 cmd; in ioat_reset_pending() local 276 cmd = readb(ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_reset_pending() 277 return (cmd & IOAT_CHANCMD_RESET) == IOAT_CHANCMD_RESET; in ioat_reset_pending()
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | as3935.c | 90 u8 cmd; in as3935_read() local 93 cmd = (AS3935_READ_DATA | AS3935_ADDRESS(reg)) >> 8; in as3935_read() 94 ret = spi_w8r8(st->spi, cmd); in as3935_read()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | ws.c | 90 struct irdma_ws_node *node, u8 cmd) in irdma_ws_cqp_cmd() argument 106 if (irdma_cqp_ws_node_cmd(vsi->dev, cmd, &node_info)) { in irdma_ws_cqp_cmd() 111 if (node->type_leaf && cmd == IRDMA_OP_WS_ADD_NODE) { in irdma_ws_cqp_cmd()
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | ts78xx-setup.c | 130 static void ts78xx_ts_nand_cmd_ctrl(struct nand_chip *this, int cmd, in ts78xx_ts_nand_cmd_ctrl() argument 143 if (cmd != NAND_CMD_NONE) in ts78xx_ts_nand_cmd_ctrl() 144 writeb(cmd, this->legacy.IO_ADDR_W); in ts78xx_ts_nand_cmd_ctrl()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | base.c | 47 u32 dst, src, cmd; in nvkm_falcon_dma_wr() local 63 ret = dma->init(falcon, dma_addr, dmalen, mem_type, sec, &cmd); in nvkm_falcon_dma_wr() 71 dma->xfer(falcon, dst, src - dma_start, cmd); in nvkm_falcon_dma_wr()
|
/openbmc/qemu/hw/virtio/ |
H A D | vdpa-dev.c | 39 vhost_vdpa_device_get_u32(int fd, unsigned long int cmd, Error **errp) in vhost_vdpa_device_get_u32() argument 43 if (ioctl(fd, cmd, &val) < 0) { in vhost_vdpa_device_get_u32() 45 cmd, strerror(errno)); in vhost_vdpa_device_get_u32()
|
/openbmc/openbmc/poky/scripts/ |
H A D | install-buildtools | 326 cmd = shlex.split("/usr/bin/which %s" % tool) 327 logger.debug("cmd: %s" % cmd) 329 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
/openbmc/linux/Documentation/trace/ |
H A D | events.rst | 677 struct dynevent_cmd cmd; 702 ret = synth_event_add_field(&cmd, "int", "intfield"); 711 ret = synth_event_add_fields(&cmd, sched_fields, 4); 720 ret = synth_event_gen_cmd_end(&cmd); 940 struct dynevent_cmd cmd; 969 ret = kprobe_event_gen_cmd_end(&cmd); 973 ret = kretprobe_event_gen_cmd_end(&cmd); 1025 struct dynevent_cmd cmd; 1057 ret = dynevent_arg_add(cmd, &arg); 1076 ret = dynevent_arg_pair_add(cmd, &arg_pair); [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ps3stor.h | 56 extern u64 ps3stor_send_command(struct ps3_storage_device *dev, u64 cmd,
|
/openbmc/linux/drivers/power/reset/ |
H A D | rmobile-reset.c | 25 unsigned long mode, void *cmd) in rmobile_reset_handler() argument
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-ns2.dts | 31 cmd-gpio = <&gpio0 30 0>;
|
H A D | kirkwood-is2.dts | 31 cmd-gpio = <&gpio0 30 0>;
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/ |
H A D | tuna_0.19.bb | 23 install -m 0755 ${S}/tuna-cmd.py ${D}${bindir}/tuna
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/ |
H A D | host-powercycle | 5 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_vmcall_test.c | 64 TEST_FAIL("Unknown ucall 0x%lx.", uc.cmd); in main()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | v7m.h | 96 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
/openbmc/linux/include/linux/soc/ti/ |
H A D | knav_qmss.h | 64 enum knav_queue_ctrl_cmd cmd,
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-is2.dts | 31 cmd-gpio = <&gpio0 30 0>;
|
H A D | kirkwood-ns2.dts | 31 cmd-gpio = <&gpio0 30 0>;
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | bios-update | 6 source /usr/libexec/phosphor-state-manager/power-cmd
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 153 regs->cmd = HFA384X_INW(HFA384X_CMD_OFF); in hfa384x_read_regs() 223 local->dev->name, entry->type, entry->cmd, in prism2_clear_cmd_queue() 290 HFA384X_OUTW(entry->cmd, HFA384X_CMD_OFF); in hfa384x_cmd_issue() 338 entry->cmd = cmd; in hfa384x_cmd() 452 dev->name, cmd, entry->res, entry->resp0); in hfa384x_cmd() 504 entry->cmd = cmd; in hfa384x_cmd_callback() 560 HFA384X_OUTW(cmd, HFA384X_CMD_OFF); in __hfa384x_cmd_no_wait() 577 res = __hfa384x_cmd_no_wait(dev, cmd, param0, 4); in hfa384x_cmd_wait() 606 dev->name, cmd, res); in hfa384x_cmd_wait() 625 return __hfa384x_cmd_no_wait(dev, cmd, param0, 6); in hfa384x_cmd_no_wait() [all …]
|
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-pin.c | 160 u16 cmd = cec_pin_rx_error_inj(pin); in rx_error_inj() local 161 u64 e = pin->error_inj[cmd]; in rx_error_inj() 165 u8 pos = pin->error_inj_args[cmd][arg_idx]; in rx_error_inj() 175 pin->error_inj[cmd] &= in rx_error_inj() 222 u16 cmd = cec_pin_tx_error_inj(pin); in tx_error_inj() local 223 u64 e = pin->error_inj[cmd]; in tx_error_inj() 227 u8 pos = pin->error_inj_args[cmd][arg_idx]; in tx_error_inj() 237 pin->error_inj[cmd] &= in tx_error_inj()
|