Home
last modified time | relevance | path

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

1234567

/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,armada-37xx-pinctrl.txt29 - functions jtag, gpio
33 - functions sdio, gpio
41 - functions pwm, gpio
45 - functions pwm, gpio
49 - functions pwm, gpio
53 - functions pwm, gpio
65 - functions i2c, gpio
69 - functions i2c, gpio
73 - functions spi, gpio
131 - functions ptp, mii
[all …]
A Dbcm6838-pinctrl.txt7 - brcm,functions-count: the number of function
23 brcm,functions-count = <8>;
A Dkendryte,k210-fpioa.txt4 in Kendryte K210 SoCs. Any of the 256 functions can be mapped to any of the 48
24 to the 256 standard functions, each pin can also output the direction
34 acceptable functions, consult the FPIOA header file.
/u-boot/drivers/pinctrl/renesas/
A DKconfig17 the GPIO definitions and pin control functions for each available
27 the GPIO definitions and pin control functions for each available
37 the GPIO definitions and pin control functions for each available
47 the GPIO definitions and pin control functions for each available
57 the GPIO definitions and pin control functions for each available
97 the GPIO definitions and pin control functions for each available
107 the GPIO definitions and pin control functions for each available
117 the GPIO definitions and pin control functions for each available
127 the GPIO definitions and pin control functions for each available
137 the GPIO definitions and pin control functions for each available
[all …]
/u-boot/doc/device-tree-bindings/pci_endpoint/
A Dcdns,cdns-pcie-ep.txt8 - max-functions: Maximum number of functions that can be configured (default 1).
17 max-functions = /bits/ 8 <8>;
/u-boot/test/
A DKconfig20 bool "Unit tests for library functions"
24 Enables the 'ut lib' command which tests library functions like
63 bool "Unit tests for logging functions"
67 Enables the 'ut log' command which tests logging functions like
72 bool "Unit tests for time functions"
75 Enables the 'ut time' command which tests that the time functions
81 bool "Unit tests for Unicode functions"
85 Enables the 'ut unicode' command which tests that the functions for
/u-boot/doc/
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.
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
109 6. The code for exporting the U-Boot functions to applications is
111 language are stub functions that perform the jump through the jump
118 Note that these functions may only use call-clobbered registers;
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
A DREADME.tee25 A client finds the TEE device via tee_find_device(). Other important functions
55 OP-TEE SMC interface provides the basic functions required by SMCCC and some
56 additional functions specific for OP-TEE. The most interesting functions are:
/u-boot/drivers/pch/
A DKconfig8 PCH allows for higher performance since the memory functions are
18 functions.
27 functions.
/u-boot/drivers/pinctrl/mscc/
A Dmscc-common.h27 unsigned char functions[MSCC_FUNC_PER_PIN]; member
38 .functions = { \
/u-boot/doc/driver-model/
A Dlivetree.rst110 flat and live device trees. See include/dm/read.h for a list of functions.
137 Useful ofnode functions
174 Other useful functions:
191 There is full phandle support for live tree. All functions make use of
222 The dev_read\_...() functions have two implementations. When
224 functions directly. This is useful when livetree is not enabled. The ofnode
250 functions this can be tidied up.
253 Adding new access functions
258 - Add two dev_read() functions:
283 - tests for all access functions
[all …]
/u-boot/drivers/pinctrl/mtmips/
A DKconfig13 the pin mux functions for each available pin groups.
22 the pin mux functions for each available pin groups.
/u-boot/examples/
A DMakefile6 subdir-ccflags-y += -finstrument-functions -DFTRACE
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
56 msg = "WARNING: NULL check before some freeing functions is not needed."
/u-boot/board/google/chromebook_coral/
A Ddsdt.asl44 /* ACPI code for EC SuperIO functions */
46 /* ACPI code for EC functions */
/u-boot/drivers/nvme/
A DKconfig11 It supports basic functions of NVMe (read/write).
/u-boot/doc/device-tree-bindings/rtc/
A Dds3232.txt4 functions are provided that can be used to access the SRAM memory.
/u-boot/drivers/pinctrl/
A DKconfig36 generic DT interface. If enabled, some functions become available
37 to parse common properties such as "pins", "groups", "functions" and
51 a single pin can be used for several functions. An SoC pinctrl driver
154 both the GPIO definitions and pin control functions for each
196 contains both GPIO definition and pin control functions.
205 the GPIO definitions and pin control functions for each available
222 both the GPIO definitions and pin control functions for each
253 the GPIO definitions and pin control functions for each available
263 the GPIO definitions and pin control functions for each available
275 the GPIO definitions and pin control functions for each available
[all …]
/u-boot/drivers/pinctrl/rockchip/
A DKconfig8 Enable support pin control functions for Rockchip SoCs.
/u-boot/post/lib_powerpc/fpu/
A DMakefile12 ccflags-y := -mhard-float -fkeep-inline-functions
/u-boot/arch/x86/
A Dconfig.mk32 KBUILD_LDFLAGS += -Bsymbolic -Bsymbolic-functions
37 LDFLAGS_EFI_PAYLOAD := -Bsymbolic -Bsymbolic-functions -shared --no-undefined -s
/u-boot/drivers/usb/gadget/
A Dcomposite.c76 list_add_tail(&function->list, &config->functions); in usb_add_function()
227 list_for_each_entry(f, &config->functions, list) { in config_buf()
358 list_for_each_entry(f, &cdev->config->functions, list) { in reset_config()
508 INIT_LIST_HEAD(&config->functions); in usb_add_config()
541 list_for_each_entry(f, &config->functions, list) { in usb_add_config()
637 list_for_each_entry(f, &c->functions, list) { in get_string()
679 list_for_each_entry(f, &c->functions, list) { in get_string()
1266 if (&f->list == &cdev->config->functions) in composite_setup()
1349 while (!list_empty(&c->functions)) { in composite_unbind()
1350 f = list_first_entry(&c->functions, in composite_unbind()
[all …]
/u-boot/arch/arm/mach-tegra/
A Dxusb-padctl-common.h65 const char *const *functions; member

Completed in 49 milliseconds

1234567