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:tpin
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/
H
A
D
pinctrl-cy8c95x0.c
145
* @
tpin
: Total number of pins
166
unsigned int
tpin
;
member
816
ret = gpiochip_add_pin_range(gc, dev_name(dev), 0, 0, chip->
tpin
);
in cy8c95x0_add_pin_ranges()
841
gc->ngpio = chip->
tpin
;
in cy8c95x0_setup_gpiochip()
1026
return chip->
tpin
;
in cy8c95x0_pinctrl_get_groups_count()
1099
*num_groups = chip->
tpin
;
in cy8c95x0_get_function_groups()
1304
pd->npins = chip->
tpin
;
in cy8c95x0_setup_pinctrl()
1369
chip->
tpin
= chip->driver_data & CY8C95X0_GPIO_MASK;
in cy8c95x0_probe()
1370
chip->nport = DIV_ROUND_UP(CY8C95X0_PIN_TO_OFFSET(chip->
tpin
), BANK_SZ);
in cy8c95x0_probe()
1372
switch (chip->
tpin
) {
in cy8c95x0_probe()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
path.c
497
struct avs_tplg_pin_format *
tpin
= &tcfg->generic.pin_fmts[i];
in avs_modext_create()
local
500
pin->pin_index =
tpin
->pin_index;
in avs_modext_create()
501
pin->iobs =
tpin
->iobs;
in avs_modext_create()
502
pin->audio_fmt = *
tpin
->fmt;
in avs_modext_create()
Completed in 3 milliseconds