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:tcs_wait
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H
A
D
bcm-voter.c
30
* @
tcs_wait
: mask for which buckets require TCS completion
39
u32
tcs_wait
;
member
158
wait = commit && (voter->
tcs_wait
& BIT(bucket));
in tcs_list_gen()
360
if (of_property_read_u32(np, "qcom,tcs-wait", &voter->
tcs_wait
))
in qcom_icc_bcm_voter_probe()
361
voter->
tcs_wait
= QCOM_ICC_TAG_ACTIVE_ONLY;
in qcom_icc_bcm_voter_probe()
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H
A
D
bcm-voter.c
30
* @
tcs_wait
: mask for which buckets require TCS completion
39
u32
tcs_wait
;
member
176
wait = commit && (voter->
tcs_wait
& BIT(bucket));
in tcs_list_gen()
382
if (of_property_read_u32(np, "qcom,tcs-wait", &voter->
tcs_wait
))
in qcom_icc_bcm_voter_probe()
383
voter->
tcs_wait
= QCOM_ICC_TAG_ACTIVE_ONLY;
in qcom_icc_bcm_voter_probe()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
rpmh-internal.h
110
* @
tcs_wait
: Wait queue used to wait for @tcs_in_use to free up a
124
wait_queue_head_t
tcs_wait
;
member
H
A
D
rpmh-rsc.c
457
wake_up(&drv->
tcs_wait
);
in tcs_tx_done()
641
wait_event_lock_irq(drv->
tcs_wait
,
in rpmh_rsc_send_data()
978
init_waitqueue_head(&drv->
tcs_wait
);
in rpmh_rsc_probe()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
rpmh-internal.h
115
* @
tcs_wait
: Wait queue used to wait for @tcs_in_use to free up a
132
wait_queue_head_t
tcs_wait
;
member
H
A
D
rpmh-rsc.c
476
wake_up(&drv->
tcs_wait
);
in tcs_tx_done()
657
wait_event_lock_irq(drv->
tcs_wait
,
in rpmh_rsc_send_data()
1086
init_waitqueue_head(&drv->
tcs_wait
);
in rpmh_rsc_probe()
Completed in 6 milliseconds