Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 36) sorted by relevance

12

/rk3399_rockchip-uboot/doc/
H A DREADME.trace67 69,712 function calls
68 0 untracked function calls
69 73,373 traced function calls
72 66,491 calls not traced due to depth
75 1,279,450 function calls
76 0 untracked function calls
77 950,490 traced function calls (333217 dropped due to overflow)
80 1,275,767 calls not traced due to depth
81 =>trace calls 0 e00000
107 calls on the left and little marks representing the start and end of each
[all …]
H A DREADME.440-DDR-performance46 ttcp-t: 2048 I/O calls, msec/call = 0.14, calls/sec = 7268.57
86 ttcp-t: 2048 I/O calls, msec/call = 0.08, calls/sec = 12864.89
H A DREADME.iomux41 the iomux_tstc() routine in a for-loop. iomux_tstc() in turn calls
43 when one of them returns true. fgetc() then calls iomux_getc(),
44 which calls the corresponding getc() routine. fgetc() hangs in
71 Note that common/iomux.c calls console_assign() for every registered
H A DREADME.atmel_mci56 /* This calls the atmel_mci_init in gen_atmel_mci.c */
H A DREADME.semihosting27 semihosting calls to the existing one, enabled with CONFIG_SEMIHOSTING
H A DREADME.clang18 can be avoided by changing the init calls but this is not in mainline yet.
H A DREADME.power-framework127 power consumption when one calls "pmic BAT_TRATS bat charge" command.
H A DREADME.nand121 structs, calls a board init function for a specific device,
122 calls nand_scan(), and registers with mtd.
H A DREADME.generic-board66 separate function calls so that they can easily be included or excluded
H A DREADME.log195 Consider making log() calls emit an automatic newline, perhaps with a logn()
/rk3399_rockchip-uboot/api/
H A DREADME51 the syscall directly, but in a more friendly manner (a la libc calls),
55 - calls directly, or leverages the provided glue mid-layer
/rk3399_rockchip-uboot/lib/
H A Dtrace.c163 int calls = hdr->call_accum[func]; in trace_list_functions() local
165 if (!calls) in trace_list_functions()
172 stats->call_count = calls; in trace_list_functions()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt197 - This calls usb_init() which works through each controller in turn
199 - Then usb_scan_bus() is called. This calls usb_scan_device() to scan the
201 - usb_scan_device() sets up a fake struct usb_device and calls
204 - usb_setup_device() first calls usb_prepare_device() to set the device
231 USB this calls usb_child_pre_probe() which grabs the information that was
233 (which is struct usb_device, a real one this time). It then calls
252 - usb_hub_post_probe() calls usb_hub_scan() to scan the hub, which in turn
253 calls usb_hub_configure()
H A Dlivetree.txt239 - inline version in the read.h header file, which calls an ofnode
242 also calls an ofnode function
H A Dspi-howto.txt167 board then the build will fail. Remove these calls and make a note of the
452 present the SPI uclass never calls it.
510 If (flags & SPI_XFER_BEGIN) is non-zero then xfer() normally calls an
H A Dspi-howto.rst492 present the SPI uclass never calls it.
558 If (flags & SPI_XFER_BEGIN) is non-zero then xfer() normally calls an
H A DREADME.txt266 As you can see it just calls the relevant driver method. One of these is
622 For each device that is discovered, U-Boot then calls device_bind() to create a
625 applicable such as of_offset, driver_data & platdata, and finally calls the
687 do various calls like fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), ...)
/rk3399_rockchip-uboot/arch/arm/
H A Dconfig.mk128 PLATFORM_RELFLAGS += -fno-optimize-sibling-calls
/rk3399_rockchip-uboot/drivers/sound/
H A DKconfig21 I2S. It calls either of the two supported codecs (no use is made
/rk3399_rockchip-uboot/tools/binman/
H A DREADME389 reading from a file. This calls the Entry.ObtainContents() to read the
390 contents. The default version of Entry.ObtainContents() calls
397 2. GetEntryPositions() - calls Entry.GetPositions() for each entry. This can
403 3. PackEntries() - calls Entry.Pack() which figures out the position and
415 6. ProcessEntryContents() - this calls Entry.ProcessContents() on each entry.
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg2 ; that calls the AISGen library.
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig103 Select Y here to make use of PSCI calls for system reset
/rk3399_rockchip-uboot/common/
H A DKconfig7 calls to bootstage_mark() with a suitable BOOTSTAGE_ID from
585 after boot. With this option, U-Boot calls board_early_init_f()
594 relocation. With this option, U-Boot calls board_early_init_r()
H A Ddlmalloc.src663 massive amounts of unneeded memory. Since frequent calls to
798 control are provided to ensure that multiple malloc or free calls
1264 serviced via calls to mmap, and then later released via munmap.
2088 sbrk calls to be consolidated, but does not require
2090 mallocs with other sbrk calls.
2705 8-byte alignment is guaranteed by normal malloc calls, so don't
2846 calloc calls malloc, then zeroes out the allocated chunk.
2901 cfree just calls free. It is needed/defined on some systems
/rk3399_rockchip-uboot/
H A DKconfig139 memory is initialized with zeros, so first malloc calls
147 When disabling this, please check if malloc calls, maybe

12