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:npins_altcx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H
A
D
pinctrl-nomadik.h
135
* @
npins_altcx
: The number of Other alternate-C pins
146
unsigned
npins_altcx
;
member
H
A
D
pinctrl-nomadik.c
462
for (i = 0 ; i < npct->soc->
npins_altcx
; i++) {
in nmk_prcm_altcx_set_mode()
466
if (i == npct->soc->
npins_altcx
) {
in nmk_prcm_altcx_set_mode()
587
for (i = 0; i < npct->soc->
npins_altcx
; i++) {
in nmk_prcm_gpiocr_get_mode()
591
if (i == npct->soc->
npins_altcx
)
in nmk_prcm_gpiocr_get_mode()
H
A
D
pinctrl-nomadik-db8500.c
1255
.
npins_altcx
= ARRAY_SIZE(db8500_altcx_pins),
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H
A
D
pinctrl-nomadik.h
139
* @
npins_altcx
: The number of Other alternate-C pins
150
unsigned
npins_altcx
;
member
H
A
D
pinctrl-nomadik.c
465
for (i = 0 ; i < npct->soc->
npins_altcx
; i++) {
in nmk_prcm_altcx_set_mode()
469
if (i == npct->soc->
npins_altcx
) {
in nmk_prcm_altcx_set_mode()
590
for (i = 0; i < npct->soc->
npins_altcx
; i++) {
in nmk_prcm_gpiocr_get_mode()
594
if (i == npct->soc->
npins_altcx
)
in nmk_prcm_gpiocr_get_mode()
H
A
D
pinctrl-nomadik-db8500.c
1268
.
npins_altcx
= ARRAY_SIZE(db8500_altcx_pins),
Completed in 11 milliseconds