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:periodic_count
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-vr41xx.c
77
static unsigned long
periodic_count
;
variable
237
unsigned long count =
periodic_count
;
in rtclong1_interrupt()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-timer.c
166
if (ehci->
periodic_count
> 0)
in ehci_poll_PSS()
170
if (ehci->
periodic_count
== 0) {
in ehci_poll_PSS()
H
A
D
sl811.h
156
unsigned
periodic_count
;
member
H
A
D
fotg210.h
129
unsigned
periodic_count
; /* periodic activity count */
member
H
A
D
sl811-hcd.c
463
sl811->
periodic_count
--;
470
if (sl811->
periodic_count
== 0)
744
if (sl811->
periodic_count
== 0 && list_empty(&sl811->async))
in sl811h_irq()
942
sl811->
periodic_count
++;
in sl811h_urb_enqueue()
H
A
D
isp116x.h
281
unsigned
periodic_count
;
member
H
A
D
ehci.h
167
unsigned
periodic_count
; /* periodic activity count */
member
H
A
D
isp116x-hcd.c
339
if (!--isp116x->
periodic_count
) {
501
if (isp116x->
periodic_count
) {
in start_atl_transfers()
815
if (!isp116x->
periodic_count
++) {
in isp116x_urb_enqueue()
H
A
D
ehci-sched.c
486
if (ehci->
periodic_count
++)
in enable_periodic()
499
if (--ehci->
periodic_count
)
in disable_periodic()
H
A
D
fotg210-hcd.c
1142
if (fotg210->
periodic_count
> 0)
in fotg210_poll_PSS()
1146
if (fotg210->
periodic_count
== 0) {
in fotg210_poll_PSS()
3449
if (fotg210->
periodic_count
++)
in enable_periodic()
3463
if (--fotg210->
periodic_count
)
in disable_periodic()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-timer.c
166
if (ehci->
periodic_count
> 0)
in ehci_poll_PSS()
170
if (ehci->
periodic_count
== 0) {
in ehci_poll_PSS()
H
A
D
sl811.h
155
unsigned
periodic_count
;
member
H
A
D
sl811-hcd.c
463
sl811->
periodic_count
--;
470
if (sl811->
periodic_count
== 0)
744
if (sl811->
periodic_count
== 0 && list_empty(&sl811->async))
in sl811h_irq()
942
sl811->
periodic_count
++;
in sl811h_urb_enqueue()
H
A
D
ehci.h
167
unsigned
periodic_count
; /* periodic activity count */
member
H
A
D
isp116x.h
280
unsigned
periodic_count
;
member
H
A
D
isp116x-hcd.c
339
if (!--isp116x->
periodic_count
) {
501
if (isp116x->
periodic_count
) {
in start_atl_transfers()
814
if (!isp116x->
periodic_count
++) {
in isp116x_urb_enqueue()
H
A
D
ehci-sched.c
492
if (ehci->
periodic_count
++)
in enable_periodic()
506
if (--ehci->
periodic_count
)
in disable_periodic()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
129
unsigned
periodic_count
; /* periodic activity count */
member
H
A
D
fotg210-hcd.c
1142
if (fotg210->
periodic_count
> 0)
in fotg210_poll_PSS()
1146
if (fotg210->
periodic_count
== 0) {
in fotg210_poll_PSS()
3450
if (fotg210->
periodic_count
++)
in enable_periodic()
3464
if (--fotg210->
periodic_count
)
in disable_periodic()
Completed in 44 milliseconds