Home
last modified time | relevance | path

Searched defs:cmd_len (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c643 uint8_t *cmd, unsigned int cmd_len, in ipmi_sim_handle_command()
775 uint8_t *cmd, unsigned int cmd_len, in chassis_capabilities()
786 uint8_t *cmd, unsigned int cmd_len, in chassis_status()
796 uint8_t *cmd, unsigned int cmd_len, in chassis_control()
829 uint8_t *cmd, unsigned int cmd_len, in chassis_get_sys_restart_cause()
838 uint8_t *cmd, unsigned int cmd_len, in get_device_id()
869 uint8_t *cmd, unsigned int cmd_len, in cold_reset()
884 uint8_t *cmd, unsigned int cmd_len, in warm_reset()
895 uint8_t *cmd, unsigned int cmd_len, in set_acpi_power_state()
903 uint8_t *cmd, unsigned int cmd_len, in get_acpi_power_state()
[all …]
H A Dipmi_bmc_extern.c184 uint8_t *cmd, unsigned int cmd_len, in ipmi_bmc_extern_handle_command()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf.c13 const u8 *cmd, size_t cmd_len, in spi_flash_read_write()
39 size_t cmd_len, void *data, size_t data_len) in spi_flash_cmd_read()
49 int spi_flash_cmd_write(struct spi_slave *spi, const u8 *cmd, size_t cmd_len, in spi_flash_cmd_write()
/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi.h10 #define CQSPI_IS_ADDR(cmd_len) (cmd_len > 1 ? 1 : 0) argument
37 size_t cmd_len; member
H A Dfsl_espi.c22 size_t cmd_len; member
253 size_t cmd_len = fsl->cmd_len; in spi_xfer() local
H A Datcspi200_spi.c84 size_t cmd_len; member
199 size_t cmd_len = ns->cmd_len; in __atcspi200_spi_xfer() local
H A Dich.h109 int cmd_len; member
H A Daspeed_spi.c275 size_t cmd_len; member
/openbmc/qemu/tests/qtest/
H A Dipmi-kcs-test.c108 static void kcs_cmd(uint8_t *cmd, unsigned int cmd_len, in kcs_cmd()
153 static void kcs_abort(uint8_t *cmd, unsigned int cmd_len, in kcs_abort()
H A Dipmi-bt-test.c258 static void bt_cmd(uint8_t *cmd, unsigned int cmd_len, in bt_cmd()
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c172 static void hiomap_cmd(IPMIBmcSim *ibs, uint8_t *cmd, unsigned int cmd_len, in hiomap_cmd()
/openbmc/qemu/hw/usb/
H A Ddev-storage.c36 uint8_t cmd_len; member
/openbmc/qemu/hw/display/
H A Dssd0323.c55 uint32_t cmd_len; member
/openbmc/qemu/semihosting/
H A Dsyscalls.c236 target_ulong cmd, target_ulong cmd_len) in gdb_system()
487 target_ulong cmd, target_ulong cmd_len) in host_system()
941 target_ulong cmd, target_ulong cmd_len) in semihost_sys_system()
/openbmc/qemu/hw/ide/
H A Dahci.c684 static char *ahci_pretty_buffer_fis(const uint8_t *fis, int cmd_len) in ahci_pretty_buffer_fis()
1315 dma_addr_t cmd_len; in handle_cmd() local
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c603 static int do_eeprom_cmd(struct eth_device *dev, u_long ioaddr, int cmd, int cmd_len) in do_eeprom_cmd()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c647 size_t cmd_len; in generic_fuzz() local