| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi_flash.c | 329 int spi_flash_cmd_erase_ops(struct spi_flash *flash, u32 offset, size_t len) in spi_flash_cmd_erase_ops() 385 size_t len, const void *buf) in spi_flash_cmd_write_ops() 473 void __weak spi_flash_copy_mmap(void *data, void *offset, size_t len) in spi_flash_copy_mmap() 483 size_t len, void *data) in spi_flash_cmd_read_ops() 585 static int sst26_lock_ctl(struct spi_flash *flash, u32 ofs, size_t len, enum lock_ctl ctl) in sst26_lock_ctl() 683 static int sst26_unlock(struct spi_flash *flash, u32 ofs, size_t len) in sst26_unlock() 688 static int sst26_lock(struct spi_flash *flash, u32 ofs, size_t len) in sst26_lock() 697 static int sst26_is_locked(struct spi_flash *flash, u32 ofs, size_t len) in sst26_is_locked() 736 int sst_write_wp(struct spi_flash *flash, u32 offset, size_t len, in sst_write_wp() 804 int sst_write_bp(struct spi_flash *flash, u32 offset, size_t len, in sst_write_bp() [all …]
|
| H A D | sf-uclass.c | 16 int spi_flash_read_dm(struct udevice *dev, u32 offset, size_t len, void *buf) in spi_flash_read_dm() 21 int spi_flash_write_dm(struct udevice *dev, u32 offset, size_t len, in spi_flash_write_dm() 27 int spi_flash_erase_dm(struct udevice *dev, u32 offset, size_t len) in spi_flash_erase_dm()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_addresses.c | 62 int len; in fdt_address_cells() local 82 int len; in fdt_size_cells() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | io.c | 94 int len, int even_ebadmsg) in ubifs_leb_read() 112 int len) in ubifs_leb_write() 134 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 381 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 414 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node() 682 int ubifs_wbuf_write_nolock(struct ubifs_wbuf *wbuf, void *buf, int len) in ubifs_wbuf_write_nolock() 865 int ubifs_write_node(struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_write_node() 905 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf() 982 int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len, in ubifs_read_node()
|
| H A D | scan.c | 33 static int scan_padding_bytes(void *buf, int len) in scan_padding_bytes() 62 int ubifs_scan_a_node(const struct ubifs_info *c, void *buf, int len, int lnum, in ubifs_scan_a_node() 234 int len; in ubifs_scanned_corruption() local 264 int err, len = c->leb_size - offs; in ubifs_scan() local
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | config.c | 45 unsigned len = (*src)->bLength; in usb_descriptor_fillbuf() local 85 int len; in usb_gadget_config_buf() local
|
| H A D | usbstring.c | 18 static int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() 109 int len; in usb_gadget_get_string() local
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | netconsole.c | 39 unsigned len) in nc_wait_arp_handler() 45 unsigned src, unsigned len) in nc_handler() 138 unsigned src_port, unsigned len) in nc_input_packet() 171 static void nc_send_packet(const char *buf, int len) in nc_send_packet() 259 int len; in nc_stdio_puts() local
|
| H A D | ne2000_base.c | 215 dp83902a_start_xmit(int start_page, int len) in dp83902a_start_xmit() 247 int len, start_page, pkt_len, i, isr; in dp83902a_send() local 284 int len = 1; in dp83902a_send() local 379 int i, len, pkt, cur; in dp83902a_RxEvent() local 445 dp83902a_recv(u8 *data, int len) in dp83902a_recv() 659 void uboot_push_packet_len(int len) { in uboot_push_packet_len()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | semihosting.c | 54 size_t len; in smh_open() member 86 static long smh_read(long fd, void *memp, size_t len) in smh_read() 92 size_t len; in smh_read() member 153 long len; in smh_load_file() local
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | relocate.c | 18 size_t len = (size_t)&__image_copy_end - (size_t)&__image_copy_start; in copy_uboot_to_ram() local 28 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; in clear_bss() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | command.c | 91 int len; in find_cmd_tbl() local 121 const int len = ll_entry_count(cmd_tbl_t, cmd); in find_cmd() local 170 int len, clen; in complete_cmdv() local 274 int len, i; in print_argv() local 299 int i, len; in find_common_prefix() local 328 int i, j, k, len, seplen, argc; in cmd_auto_complete() local 416 int len = strlen(arg); in cmd_get_data_size() local
|
| H A D | common_fit.c | 17 int len; in fdt_getprop_u32() local 34 int conf, node, len; in fit_find_config_node() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | slre.c | 97 print_character_set(FILE *fp, const unsigned char *p, int len) in print_character_set() 440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy() 457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy() 471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of() 487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but() 503 match(const struct slre *r, int pc, const char *s, int len, in match() 647 slre_match(const struct slre *r, const char *buf, int len, in slre_match() 673 int i, res, len; in main() local
|
| H A D | circbuf.c | 41 int buf_pop (circbuf_t * buf, char *dest, unsigned int len) in buf_pop() 70 int buf_push (circbuf_t * buf, const char *src, unsigned int len) in buf_push()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 20 static uint mtd_len_to_pages(struct mtd_info *mtd, u64 len) in mtd_len_to_pages() 37 static void mtd_dump_buf(const u8 *buf, uint len, uint offset) in mtd_dump_buf() 55 const u8 *buf, u64 len, bool woob) in mtd_dump_device_buf() 277 u64 start_off, off, len, remaining, default_len; in do_mtd() local 392 u64 off, len; in do_mtd() local
|
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | rn5t567.c | 22 int len) in rn5t567_write() 35 static int rn5t567_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in rn5t567_read()
|
| H A D | max8997.c | 23 int len) in max8997_write() 34 static int max8997_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8997_read()
|
| H A D | s2mps11.c | 24 int len) in s2mps11_write() 35 static int s2mps11_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in s2mps11_read()
|
| H A D | max8998.c | 23 int len) in max8998_write() 34 static int max8998_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8998_read()
|
| H A D | sandbox.c | 31 const uint8_t *buff, int len) in sandbox_pmic_write() 42 uint8_t *buff, int len) in sandbox_pmic_read()
|
| H A D | lp873x.c | 27 int len) in lp873x_write() 37 static int lp873x_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in lp873x_read()
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | cfi_mtd.c | 68 static int cfi_mtd_read(struct mtd_info *mtd, loff_t from, size_t len, in cfi_mtd_read() 80 static int cfi_mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in cfi_mtd_write() 108 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock() 120 static int cfi_mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_unlock()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 215 static int sl811_send_packet(struct usb_device *dev, unsigned long pipe, __u8 *buffer, int len) in sl811_send_packet() 289 int len) in submit_bulk_msg() 324 int len,struct devrequest *setup) in submit_control_msg() 388 int len, int interval, bool nonblock) in submit_int_msg() 491 static int usb_root_hub_string (int id, int serial, char *type, __u8 *data, int len) in usb_root_hub_string() 535 int len = 0; in sl811_rh_submit_urb() local
|
| /rk3399_rockchip-uboot/scripts/basic/ |
| H A D | fixdep.c | 144 unsigned int len; member 165 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() 180 static void define_config(const char *name, int len, unsigned int hash) in define_config() 220 static void parse_config_file(const char *map, size_t len) in parse_config_file() 334 static void parse_dep_file(void *map, size_t len) in parse_dep_file()
|