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:the_tps
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
tps65010.c
502
static struct tps65010 *
the_tps
;
variable
519
the_tps
= NULL;
in tps65010_remove()
530
if (
the_tps
) {
in tps65010_probe()
592
the_tps
= tps;
in tps65010_probe()
688
if (!
the_tps
)
in tps65010_set_vbus_draw()
699
the_tps
->vbus = mA;
in tps65010_set_vbus_draw()
700
if ((
the_tps
->chgstatus & TPS_CHG_USB)
in tps65010_set_vbus_draw()
702
FLAG_VBUS_CHANGED, &
the_tps
->flags)) {
in tps65010_set_vbus_draw()
704
queue_delayed_work(system_power_efficient_wq, &
the_tps
->work,
in tps65010_set_vbus_draw()
723
if (!
the_tps
)
in tps65010_set_gpio_out_value()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
tps65010.c
502
static struct tps65010 *
the_tps
;
variable
515
the_tps
= NULL;
in tps65010_remove()
525
if (
the_tps
) {
in tps65010_probe()
587
the_tps
= tps;
in tps65010_probe()
683
if (!
the_tps
)
in tps65010_set_vbus_draw()
694
the_tps
->vbus = mA;
in tps65010_set_vbus_draw()
695
if ((
the_tps
->chgstatus & TPS_CHG_USB)
in tps65010_set_vbus_draw()
697
FLAG_VBUS_CHANGED, &
the_tps
->flags)) {
in tps65010_set_vbus_draw()
699
queue_delayed_work(system_power_efficient_wq, &
the_tps
->work,
in tps65010_set_vbus_draw()
718
if (!
the_tps
)
in tps65010_set_gpio_out_value()
[all...]
Completed in 3 milliseconds