/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | fsl_upm.c | 130 static void upm_nand_write_buf(struct mtd_info *mtd, const u_char *buf, int len) in upm_nand_write_buf() 146 static void upm_nand_read_buf(struct mtd_info *mtd, u_char *buf, int len) in upm_nand_read_buf()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mw_eeprom.c | 152 int mw_eeprom_write(int dev, int addr, u8 *buffer, int len) in mw_eeprom_write() 193 int mw_eeprom_read(int dev, int addr, u8 *buffer, int len) in mw_eeprom_read()
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed-hace-utils.h | 46 uint32_t len; member 54 uint32_t len; member
|
H A D | acpi-utils.c | 21 uint8_t acpi_calc_checksum(const uint8_t *data, int len) in acpi_calc_checksum() 84 uint32_t len; in acpi_fetch_table() local
|
H A D | adm1266-test.c | 51 uint8_t len = i2c_get8(i2cdev, reg); in compare_string() local 59 const char *test_str, uint8_t len) in write_and_compare_string()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | portals.c | 32 int len; in fdt_portal() local
|
/openbmc/qemu/fsdev/ |
H A D | p9array.h | 155 #define P9ARRAY_NEW(scalar_type, auto_var, len) \ argument
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | system_manager_gen5.c | 58 unsigned int len; in sysmgr_pinmux_init() local
|
/openbmc/qemu/tests/tcg/mips/ |
H A D | hello-mips.c | 32 static inline int write(int fd, const char *buf, int len) in write()
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 80 loff_t offset, loff_t len, in fs_read_unsupported() 87 loff_t offset, loff_t len, in fs_write_unsupported() 436 loff_t len, struct fstype_info *info) in fs_read_lmb_check() 468 static int _fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in _fs_read() 499 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read() 505 int fs_write(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_write() 727 loff_t len; in do_save() local
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_master.c | 110 int len, bool recv_len, bool send_cmd) in smbus_read_block() 144 int len, bool send_len) in smbus_write_block()
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gsc.c | 23 int gsc_i2c_read(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_read() 42 int gsc_i2c_write(uchar chip, uint addr, int alen, uchar *buf, int len) in gsc_i2c_write()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.h | 28 uint32_t len; member
|
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/ |
H A D | udp_server.c | 33 socklen_t len; in main() local
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/ |
H A D | sys_proto.h | 11 u16 len; member
|
/openbmc/u-boot/board/samsung/smdkv310/tools/ |
H A D | mksmdkv310spl.c | 34 int i, len; in main() local
|
/openbmc/libmctp/utils/ |
H A D | mctp-in.c | 17 size_t len) in rx_message()
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 470 static int get_mid_point_of_longest_one(u8 *buf, u32 len) in get_mid_point_of_longest_one() 739 size_t len) in aspeed_spi_read_from_ahb() 754 size_t len) in aspeed_spi_write_to_ahb() 792 u8 opcode, u8 *read_buf, int len) in aspeed_spi_read_reg() 816 u8 opcode, const u8 *write_buf, int len) in aspeed_spi_write_reg() 890 unsigned int len, u8 *read_buf) in aspeed_spi_read_user() 932 unsigned int len, u8 *read_buf) in aspeed_spi_read_sfdp() 968 unsigned int len, const u8 *write_buf) in aspeed_spi_write_user() 1020 unsigned int len, u8 *read_buf) in aspeed_spi_read() 1346 u32 offset, size_t len) in aspeed_spi_write_addr_ftr_sanity() [all …]
|
/openbmc/qemu/block/ |
H A D | qed.c | 112 size_t len = nsectors * BDRV_SECTOR_SIZE; in qed_write_header() local 841 size_t len = MIN(bytes, SIZE_MAX); in bdrv_qed_co_block_status() local 911 qed_copy_from_backing_file(BDRVQEDState *s, uint64_t pos, uint64_t len, in qed_copy_from_backing_file() 1095 uint64_t start, len, offset; in qed_aio_write_cow() local 1171 qed_aio_write_alloc(QEDAIOCB *acb, size_t len) in qed_aio_write_alloc() 1235 qed_aio_write_inplace(QEDAIOCB *acb, uint64_t offset, size_t len) in qed_aio_write_inplace() 1278 qed_aio_write_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_write_data() 1311 qed_aio_read_data(void *opaque, int ret, uint64_t offset, size_t len) in qed_aio_read_data() 1352 size_t len; in qed_aio_next_io() local
|
/openbmc/qemu/gdbstub/ |
H A D | user.c | 152 void gdb_put_buffer(const uint8_t *buf, int len) in gdb_put_buffer() 338 socklen_t len; in gdb_accept_tcp() local 744 uint8_t *buf, int len, bool is_write) in gdb_target_memory_rw_debug() 784 int gdb_breakpoint_insert(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_insert() 805 int gdb_breakpoint_remove(CPUState *cs, int type, vaddr addr, vaddr len) in gdb_breakpoint_remove() 936 unsigned long offset, len; in gdb_handle_query_xfer_siginfo() local
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_ring.h | 107 __virtio32 len; member 123 __virtio32 len; member 241 uint32_t len; member
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_client.c | 275 ncsi_response_type_t ncsi_validate_response(uint8_t* buf, uint32_t len, in ncsi_validate_response() 313 ncsi_response_type_t ncsi_validate_std_response(uint8_t* buf, uint32_t len, in ncsi_validate_std_response() 319 ncsi_response_type_t ncsi_validate_oem_response(uint8_t* buf, uint32_t len, in ncsi_validate_oem_response()
|
/openbmc/qemu/hw/input/ |
H A D | hid.c | 358 int hid_pointer_poll(HIDState *hs, uint8_t *buf, int len) in hid_pointer_poll() 440 int hid_keyboard_poll(HIDState *hs, uint8_t *buf, int len) in hid_keyboard_poll() 461 int hid_keyboard_write(HIDState *hs, uint8_t *buf, int len) in hid_keyboard_write()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 118 long len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() local 127 long len = (nlongs - 1) * sizeof(unsigned long); in bitmap_fill() local 139 long len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_copy() local
|
/openbmc/u-boot/drivers/net/ |
H A D | sandbox.c | 58 unsigned int len) in sandbox_eth_arp_req_to_reply() 113 unsigned int len) in sandbox_eth_ping_req_to_reply() 265 unsigned int len) in sb_default_handler()
|