OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PINCTRL
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/dm/
pinctrl.h
28
*
pinctrl
driver with its own @set_state. In this case, the other callbacks
29
* are not required. Otherwise, generic
pinctrl
framework is also available;
65
* @set_state: do
pinctrl
operations specified by @config, a pseudo device
67
* @set_state_simple: do needed
pinctrl
operations for a peripherl @periph.
90
/* for
pinctrl
-simple */
93
* request() - Request a particular
pinctrl
function
111
* @dev:
Pinctrl
device to use for decoding
124
* used by a GPIO driver with knowledge of the SoC
pinctrl
setup.
126
* @dev:
Pinctrl
device to use
258
* @pctldev:
pinctrl
devic
[
all
...]
/external/u-boot/drivers/pinctrl/
Kconfig
2
#
PINCTRL
infrastructure and drivers
7
config
PINCTRL
11
This enables the basic support for
pinctrl
framework. You may want
16
depends on
PINCTRL
&& OF_CONTROL
19
This provides Linux-compatible device tree interface for the
pinctrl
21
it parses a device tree to look for the
pinctrl
device which the
25
boards), the
pinctrl
core provides no systematic mechanism for
26
identifying peripheral devices, applying needed
pinctrl
settings.
35
Say Y here if you want to use the
pinctrl
subsystem through the
41
this option and implement your own set_state callback in the
pinctrl
[
all
...]
/external/u-boot/drivers/
Makefile
11
obj-$(CONFIG_$(SPL_TPL_)
PINCTRL
) +=
pinctrl
/
Completed in 164 milliseconds