| /u-boot/common/ |
| A D | dlmalloc.c | 658 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH) argument 1102 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb; in malloc_extend_top() 1292 INTERNAL_SIZE_T nb; local 1340 idx = bin_index(nb); 1501 (victim = mmap_chunk(nb))) 1506 malloc_extend_top(nb); 1733 nb = request2size(bytes); 1774 set_head_size(oldp, nb); 1876 set_head_size(newp, nb); 1947 nb = request2size(bytes); [all …]
|
| A D | dlmalloc.src | 1517 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH) 1930 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb; 2120 INTERNAL_SIZE_T nb; 2130 idx = smallbin_index(nb); 2157 idx = bin_index(nb); 2323 malloc_extend_top(nb); 2534 nb = request2size(bytes); 2574 set_head_size(oldp, nb); 2676 set_head_size(newp, nb); 2741 nb = request2size(bytes); [all …]
|
| /u-boot/include/linux/mtd/ |
| A D | ubi.h | 239 typedef int (*notifier_fn_t)(void *nb, 249 int ubi_register_volume_notifier(struct notifier_block *nb, 251 int ubi_unregister_volume_notifier(struct notifier_block *nb);
|
| /u-boot/lib/zlib/ |
| A D | zutil.c | 65 void zcfree(voidpf opaque, voidpf ptr, unsigned nb) in zcfree() argument
|
| /u-boot/drivers/usb/gadget/ |
| A D | designware_udc.c | 189 u32 i, nw, nb; in usbgetpckfromfifo() local 198 nb = len % sizeof(u32); in usbgetpckfromfifo() 212 for (i = 0; i < nb; i++) { in usbgetpckfromfifo() 228 u32 i, nw, nb; in usbputpcktofifo() local 234 nb = len % sizeof(int); in usbputpcktofifo() 242 for (i = 0; i < nb; i++) { in usbputpcktofifo()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | kapi.c | 827 int ubi_register_volume_notifier(struct notifier_block *nb, in ubi_register_volume_notifier() argument 832 err = blocking_notifier_chain_register(&ubi_notifiers, nb); in ubi_register_volume_notifier() 845 ubi_enumerate_volumes(nb); in ubi_register_volume_notifier() 859 int ubi_unregister_volume_notifier(struct notifier_block *nb) in ubi_unregister_volume_notifier() argument 861 return blocking_notifier_chain_unregister(&ubi_notifiers, nb); in ubi_unregister_volume_notifier()
|
| A D | build.c | 216 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument 238 if (nb) in ubi_notify_all() 239 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all() 260 int ubi_enumerate_volumes(struct notifier_block *nb) in ubi_enumerate_volumes() argument 273 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb); in ubi_enumerate_volumes()
|
| A D | ubi.h | 913 struct notifier_block *nb); 914 int ubi_enumerate_volumes(struct notifier_block *nb);
|
| /u-boot/arch/arm/dts/ |
| A D | sama5d3.dtsi | 1384 atmel,nb-banks = <1>; 1390 atmel,nb-banks = <3>; 1398 atmel,nb-banks = <3>; 1406 atmel,nb-banks = <2>; 1413 atmel,nb-banks = <2>; 1420 atmel,nb-banks = <2>; 1427 atmel,nb-banks = <2>; 1434 atmel,nb-banks = <2>; 1441 atmel,nb-banks = <2>; 1447 atmel,nb-banks = <2>; [all …]
|
| A D | armada-37xx.dtsi | 116 nb_periph_clk: nb-periph-clk@13000 { 117 compatible = "marvell,armada-3700-periph-clock-nb"; 136 pinctrl_nb: pinctrl-nb@13800 { 137 compatible = "marvell,armada3710-nb-pinctrl",
|
| A D | sama5d4.dtsi | 142 atmel,nb-banks = <1>; 148 atmel,nb-banks = <3>; 156 atmel,nb-banks = <3>; 164 atmel,nb-banks = <2>; 172 atmel,nb-banks = <2>; 180 atmel,nb-banks = <2>; 188 atmel,nb-banks = <2>; 196 atmel,nb-banks = <2>; 204 atmel,nb-banks = <2>; 211 atmel,nb-banks = <2>; [all …]
|
| A D | at91sam9rl.dtsi | 301 atmel,nb-banks = <1>; 307 atmel,nb-banks = <2>; 315 atmel,nb-banks = <2>; 323 atmel,nb-banks = <3>; 330 atmel,nb-banks = <3>; 337 atmel,nb-banks = <3>; 345 atmel,nb-banks = <3>;
|
| A D | at91sam9x5.dtsi | 1133 atmel,nb-banks = <1>; 1139 atmel,nb-banks = <2>; 1147 atmel,nb-banks = <2>; 1155 atmel,nb-banks = <3>; 1162 atmel,nb-banks = <3>; 1169 atmel,nb-banks = <3>; 1177 atmel,nb-banks = <3>;
|
| A D | at91sam9g45.dtsi | 1174 atmel,nb-banks = <1>; 1180 atmel,nb-banks = <2>; 1188 atmel,nb-banks = <2>; 1196 atmel,nb-banks = <3>; 1203 atmel,nb-banks = <3>; 1210 atmel,nb-banks = <3>; 1218 atmel,nb-banks = <3>;
|
| /u-boot/lib/ |
| A D | gzip.c | 34 static void zfree(void *x, void *addr, unsigned nb) in zfree() argument
|
| A D | gunzip.c | 42 void gzfree(void *x, void *addr, unsigned nb) in gzfree() argument
|
| /u-boot/arch/arm/include/asm/arch-rockchip/ |
| A D | clock.h | 69 unsigned int nb; member
|
| /u-boot/drivers/i2c/ |
| A D | i2c-cortina.c | 234 int rc, nb = len; in ca_i2c_write() local 256 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) { in ca_i2c_write()
|
| A D | designware_i2c.c | 534 int nb = len; in __dw_i2c_write() local 571 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) { in __dw_i2c_write()
|
| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | snvs_security_sc.c | 827 u32 nb; in do_snvs_sec_status() member 893 &data[4], reg->nb); in do_snvs_sec_status() 897 printf("\t- SNVS %.2x(%d):", reg->id, reg->nb); in do_snvs_sec_status() 898 for (subidx = 0; subidx < reg->nb; subidx++) in do_snvs_sec_status()
|
| /u-boot/drivers/serial/ |
| A D | usbtty.c | 914 unsigned int nb = 0; in fill_buffer() local 920 nb = endpoint->rcv_urb->actual_length; in fill_buffer() 921 buf_push (buf, src, nb); in fill_buffer() 925 return nb; in fill_buffer()
|
| /u-boot/lib/bzip2/ |
| A D | bzlib.c | 728 Int32 nb, na, mid; in BZ2_indexIntoF() local 729 nb = 0; in BZ2_indexIntoF() 732 mid = (nb + na) >> 1; in BZ2_indexIntoF() 733 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF() 735 while (na - nb != 1); in BZ2_indexIntoF() 736 return nb; in BZ2_indexIntoF()
|
| /u-boot/doc/usage/ |
| A D | pstore.rst | 12 pstore display [record-type] [nb]
|
| /u-boot/doc/device-tree-bindings/pinctrl/ |
| A D | marvell,armada-37xx-pinctrl.txt | 19 "marvell,armada3710-nb-pinctrl", "syscon, "simple-mfd"
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_core.h | 350 struct notifier_block nb; member
|