Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 124) sorted by relevance

12345

/rk3399_rockchip-uboot/lib/avb/libavb/
H A DKconfig6 AVB functions to u-boot.
13 AVB functions to u-boot.
20 AVB functions to u-boot.
/rk3399_rockchip-uboot/lib/avb/libavb_ab/
H A DKconfig7 This libavb_ab can suport these functions.
15 This libavb_ab can suport these functions.
23 This libavb_ab can suport these functions.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dlivetree.txt103 flat and live device trees. See include/dm/read.h for a list of functions.
126 Useful ofnode functions
142 particular, you should refrain from using functions which access the livetree
143 directly, such as of_read_u32(). Use ofnode functions instead, to allow your
146 Some conversion functions are used internally. Generally these are not needed
159 Other useful functions:
171 There is full phandle support for live tree. All functions make use of
202 The dev_read_...() functions have two implementations. When
203 CONFIG_DM_DEV_READ_INLINE is enabled, these functions simply call the ofnode
204 functions directly. This is useful when livetree is not enabled. The ofnode
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.LED23 CONFIG_STATUS_LED_BIT is passed into the __led_* functions to identify which LED
44 General LED functions
46 The following functions should be defined:
60 The functions names explain their purpose.
73 these functions in the board specific source.
H A DREADME.standalone4 1. The functions are exported by U-Boot via a jump table. The jump
10 malloc() and free() functions that will be available to standalone
18 Note that the pointers to the functions are real function pointers
37 call to the exported functions. Also, implementor of the
108 6. The code for exporting the U-Boot functions to applications is
110 language are stub functions that perform the jump through the jump
117 Note that these functions may only use call-clobbered registers;
H A DREADME.LED_display9 Then you need to provide the following functions to access LED display:
24 With this functions defined 'display' command will display it's
H A DREADME.davinci.nand_spl9 functions, so we can write the UBL header and the spl
80 !! Don;t forget to switch to rbl nand read/write functions with
94 !! Don;t forget to switch to rbl nand read/write functions with
100 !! Don;t forget to switch to rbl nand read/write functions with
138 - If we make the nand read/write functions in the RBL equal to
139 the functions in u-boot (as I have no RBL code, it is only
/rk3399_rockchip-uboot/drivers/fpga/
H A DKconfig13 Enable Altera FPGA specific functions which includes bitstream
38 Enable Xilinx FPGA specific functions which includes bitstream
52 Enale Rockchip FPGA specific functions in SPL.
58 Enale Rockchip FPGA specific functions.
/rk3399_rockchip-uboot/test/
H A DKconfig10 bool "Unit tests for time functions"
13 Enables the 'ut time' command which tests that the time functions
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcomposite.c53 list_add_tail(&function->list, &config->functions); in usb_add_function()
204 list_for_each_entry(f, &config->functions, list) { in config_buf()
323 list_for_each_entry(f, &cdev->config->functions, list) { in reset_config()
477 INIT_LIST_HEAD(&config->functions); in usb_add_config()
588 list_for_each_entry(f, &c->functions, list) { in get_string()
620 list_for_each_entry(f, &c->functions, list) { in get_string()
988 list_for_each_entry(f, &cdev->config->functions, list) { in composite_setup()
992 if (&f->list == &cdev->config->functions) in composite_setup()
1073 while (!list_empty(&c->functions)) { in composite_unbind()
1074 f = list_first_entry(&c->functions, in composite_unbind()
[all …]
/rk3399_rockchip-uboot/drivers/power/regulator/
H A DKconfig7 functions, like get/set Voltage or Current value, enable state, etc...
32 Enable support for the regulator functions of the ACT8846 PMIC. The
41 Enable support for the regulator functions of the AS3722. The
65 Enable support for the regulator functions of the fan53555 DCDC. The
73 Enable support for the PWM regulator functions which voltage are
114 Enable support for the regulator functions of the rk801 DCDC/LDO/SWITCH.
121 Enable support for the regulator functions of the rk860x DCDC. The
129 Enable support for the regulator functions of the RK8XX PMIC. The
/rk3399_rockchip-uboot/examples/
H A DMakefile8 subdir-ccflags-y += -finstrument-functions -DFTRACE
/rk3399_rockchip-uboot/drivers/pinctrl/
H A DKconfig36 generic DT interface. If enabled, some functions become available
37 to parse common properties such as "pins", "groups", "functions" and
51 where a single pin can be used for several functions. An SoC pinctrl
140 both the GPIO definitions and pin control functions for each
188 contains both GPIO defintion and pin control functions.
197 the GPIO definitions and pin control functions for each available
208 the GPIO definitions and pin control functions for each available
247 the GPIO definitions and pin control functions for each available
257 the GPIO definitions and pin control functions for each available
/rk3399_rockchip-uboot/drivers/nvme/
H A DKconfig12 It supports basic functions of NVMe (read/write).
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk34 PLATFORM_LDFLAGS += -Bsymbolic -Bsymbolic-functions
42 LDFLAGS_EFI_PAYLOAD := -Bsymbolic -Bsymbolic-functions -shared --no-undefined
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A DKconfig8 Enable support pin control functions for Rockchip SoCs.
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A DMakefile14 ccflags-y := -mhard-float -fkeep-inline-functions
/rk3399_rockchip-uboot/drivers/led/
H A DKconfig111 CONFIG_LED_STATUS_BIT is passed into the __led_* functions to identify
145 CONFIG_LED_STATUS_BIT1 is passed into the __led_* functions to
180 CONFIG_LED_STATUS_BIT2 is passed into the __led_* functions to
215 CONFIG_LED_STATUS_BIT3 is passed into the __led_* functions to
250 CONFIG_LED_STATUS_BIT4 is passed into the __led_* functions to
285 CONFIG_LED_STATUS_BIT5 is passed into the __led_* functions to
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.h66 const char *const *functions; member
/rk3399_rockchip-uboot/
H A Dconfig.mk64 PLATFORM_CPPFLAGS += -finstrument-functions -DFTRACE
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME34 - include/asm-m68k/byteorder.h Byte order functions
40 - include/asm-m68k/io.h io functions
56 - arch/m68k/lib/interrupts Coldfire common interrupt functions
58 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h67 const char * const *functions; member
H A Dpinctrl-uniphier-ld11.c94 .functions = uniphier_ld11_functions,
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A Dserdes-pinctrl.c83 if (serdes->chip_data->pinctrl_info->functions[selector].name) in serdes_pinctrl_get_function_name()
84 return serdes->chip_data->pinctrl_info->functions[selector].name; in serdes_pinctrl_get_function_name()
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped41 # altogether. All # functions passed this value will return an error instead
71 This is used to check for errors returned by libfdt C functions.
92 functions
124 behaviour a 'quiet' parameter is provided for some functions. This
390 /* Most functions don't change the device tree, so use a const void * */
401 /* Some functions do change the device tree, so use void * */

12345