Searched refs:functions (Results 26 - 47 of 47) sorted by relevance

12

/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c123 if (strcmp(name, padctl->socdata->functions[i]) == 0)
/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c319 .functions = tegra124_functions,
/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c411 .functions = tegra210_functions,
/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c560 return priv->pfc.info->functions[selector].name;
H A Dsh_pfc.h262 const struct sh_pfc_function *functions; member in struct:sh_pfc_soc_info
H A Dpfc-r8a7791.c6900 .functions = pinmux_functions.common,
6923 .functions = pinmux_functions.common,
6947 .functions = pinmux_functions.common,
6972 .functions = pinmux_functions.common,
H A Dpfc-r8a779f0.c2095 .functions = pinmux_functions,
H A Dpfc-r8a7796.c1548 * Static pins can not be muxed between different functions but
6107 .functions = pinmux_functions.common,
6133 .functions = pinmux_functions.common,
6160 .functions = pinmux_functions.common,
H A Dpfc-r8a7792.c3132 .functions = pinmux_functions,
H A Dpfc-r8a77970.c2552 .functions = pinmux_functions,
H A Dpfc-r8a77990.c1293 * Static pins can not be muxed between different functions but
5305 .functions = pinmux_functions.common,
5331 .functions = pinmux_functions.common,
H A Dpfc-r8a7790.c6146 .functions = pinmux_functions.common,
6170 .functions = pinmux_functions.common,
H A Dpfc-r8a7794.c5847 .functions = pinmux_functions,
5870 .functions = pinmux_functions,
H A Dpfc-r8a77965.c1552 * Static pins can not be muxed between different functions but
6348 .functions = pinmux_functions.common,
6374 .functions = pinmux_functions.common,
H A Dpfc-r8a77951.c1543 * Static pins can not be muxed between different functions but
6154 .functions = pinmux_functions.common,
6180 .functions = pinmux_functions.common,
H A Dpfc-r8a77995.c3188 .functions = pinmux_functions,
H A Dpfc-r8a77980.c3069 .functions = pinmux_functions,
H A Dpfc-r8a779a0.c4374 .functions = pinmux_functions,
H A Dpfc-r8a779g0.c4351 .functions = pinmux_functions,
H A Dpfc-r8a779h0.c3959 .functions = pinmux_functions,
/u-boot/scripts/
H A Dkernel-doc74 or DOC: section title(s). All other functions and DOC:
133 # Besides functions you can also write documentation for structs, unions,
179 # You can also add additional sections. When documenting kernel functions you
180 # should document the "Context:" of the function, e.g. whether the functions
439 } elsif ($cmd eq "function") { # to only output specific functions
1133 ## none mode output functions
1185 # invokes the right handler. NOT called for functions.
1701 # Ignore functions with a "void" return type. (But don't ignore "void *")
1761 # the following functions' documentation still comes out right:
1805 # functions do
[all...]
/u-boot/tools/buildman/
H A Dkconfiglib.py349 functions just avoid printing 'if y' conditions to give cleaner output.
458 Preprocessor user functions defined in Python
461 Preprocessor functions can be defined in Python, which makes it simple to
473 The imported module is expected to define a global dictionary named 'functions'
474 that maps function names to Python functions, as follows:
493 functions = {
515 Once defined, user functions can be called from Kconfig in the same way as
516 other preprocessor functions:
531 User-defined preprocessor functions are called as they're encountered at parse
537 Preferably, user-defined functions shoul
[all...]

Completed in 504 milliseconds

12