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:nfamilies
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H
A
D
pinctrl-merrifield.c
415
* @
nfamilies
: Number of families in the array
431
size_t
nfamilies
;
member
448
for (i = 0; i < mp->
nfamilies
; i++) {
in mrfld_get_family()
901
size_t
nfamilies
;
in mrfld_pinctrl_probe()
local
919
nfamilies
= ARRAY_SIZE(mrfld_families),
in mrfld_pinctrl_probe()
927
for (i = 0; i <
nfamilies
; i++) {
in mrfld_pinctrl_probe()
934
mp->
nfamilies
=
nfamilies
;
in mrfld_pinctrl_probe()
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H
A
D
pinctrl-tangier.h
65
* @
nfamilies
: Number of families in the array
81
size_t
nfamilies
;
member
H
A
D
pinctrl-tangier.c
73
for (i = 0; i < tp->
nfamilies
; i++) {
in tng_get_family()
548
families_len = size_mul(sizeof(*families), tp->
nfamilies
);
in tng_pinctrl_probe()
554
for (i = 0; i < tp->
nfamilies
; i++) {
in tng_pinctrl_probe()
H
A
D
pinctrl-merrifield.c
348
.
nfamilies
= ARRAY_SIZE(mrfld_families),
H
A
D
pinctrl-moorefield.c
311
.
nfamilies
= ARRAY_SIZE(mofld_families),
Completed in 4 milliseconds