Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bcm281xx_pin_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm281xx.c
63
*
bcm281xx_pin_type
- types of pin register
65
enum
bcm281xx_pin_type
{
enum
72
static enum
bcm281xx_pin_type
std_pin = BCM281XX_PIN_TYPE_STD;
73
static enum
bcm281xx_pin_type
i2c_pin = BCM281XX_PIN_TYPE_I2C;
74
static enum
bcm281xx_pin_type
hdmi_pin = BCM281XX_PIN_TYPE_HDMI;
950
static inline enum
bcm281xx_pin_type
pin_type_get(struct pinctrl_dev *pctldev,
in pin_type_get()
958
return *(enum
bcm281xx_pin_type
*)(pdata->pins[pin].drv_data);
in pin_type_get()
1336
enum
bcm281xx_pin_type
pin_type;
in bcm281xx_pinctrl_pin_config_set()
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H
A
D
pinctrl-bcm281xx.c
56
*
bcm281xx_pin_type
- types of pin register
58
enum
bcm281xx_pin_type
{
enum
65
static enum
bcm281xx_pin_type
std_pin = BCM281XX_PIN_TYPE_STD;
66
static enum
bcm281xx_pin_type
i2c_pin = BCM281XX_PIN_TYPE_I2C;
67
static enum
bcm281xx_pin_type
hdmi_pin = BCM281XX_PIN_TYPE_HDMI;
943
static inline enum
bcm281xx_pin_type
pin_type_get(struct pinctrl_dev *pctldev,
in pin_type_get()
951
return *(enum
bcm281xx_pin_type
*)(pdata->pins[pin].drv_data);
in pin_type_get()
1329
enum
bcm281xx_pin_type
pin_type;
in bcm281xx_pinctrl_pin_config_set()
Completed in 6 milliseconds