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:timer_state
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
sba.h
44
u_char
timer_state
;
member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
sba.h
44
u_char
timer_state
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
534
if (bp->
timer_state
== ltrywait) {
in bigmac_timer()
542
bp->
timer_state
= asleep;
in bigmac_timer()
571
bp->
timer_state
= asleep; /* foo on you */
in bigmac_timer()
614
bp->
timer_state
= ltrywait;
in bigmac_begin_auto_negotiation()
935
bp->
timer_state
= asleep;
in bigmac_close()
1176
bp->
timer_state
= asleep;
in bigmac_ether_init()
H
A
D
sunhme.c
618
if (hp->
timer_state
== arbwait) {
in set_happy_link_modes()
697
switch(hp->
timer_state
) {
in happy_meal_timer()
720
hp->
timer_state
= ltrywait;
in happy_meal_timer()
742
hp->
timer_state
= lupwait;
in happy_meal_timer()
762
hp->
timer_state
= asleep;
in happy_meal_timer()
809
hp->
timer_state
= asleep;
in happy_meal_timer()
855
hp->
timer_state
= asleep; /* foo on you */
in happy_meal_timer()
1376
hp->
timer_state
= arbwait;
in happy_meal_begin_auto_negotiation()
1411
hp->
timer_state
= ltrywait;
in happy_meal_begin_auto_negotiation()
2817
hp->
timer_state
in happy_meal_sbus_probe_one()
[all...]
H
A
D
sunbmac.h
312
enum bigmac_timer_state
timer_state
;
member
H
A
D
sunhme.h
456
enum happy_timer_state
timer_state
; /* State of the auto-neg timer. */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
534
if (bp->
timer_state
== ltrywait) {
in bigmac_timer()
542
bp->
timer_state
= asleep;
in bigmac_timer()
571
bp->
timer_state
= asleep; /* foo on you */
in bigmac_timer()
614
bp->
timer_state
= ltrywait;
in bigmac_begin_auto_negotiation()
935
bp->
timer_state
= asleep;
in bigmac_close()
1174
bp->
timer_state
= asleep;
in bigmac_ether_init()
H
A
D
sunhme.c
536
if (hp->
timer_state
== arbwait) {
in set_happy_link_modes()
679
hp->
timer_state
= arbwait;
in happy_meal_begin_auto_negotiation()
714
hp->
timer_state
= ltrywait;
in happy_meal_begin_auto_negotiation()
731
switch(hp->
timer_state
) {
in happy_meal_timer()
754
hp->
timer_state
= ltrywait;
in happy_meal_timer()
776
hp->
timer_state
= lupwait;
in happy_meal_timer()
796
hp->
timer_state
= asleep;
in happy_meal_timer()
843
hp->
timer_state
= asleep;
in happy_meal_timer()
884
hp->
timer_state
= asleep; /* foo on you */
in happy_meal_timer()
2460
hp->
timer_state
in happy_meal_common_probe()
[all...]
H
A
D
sunbmac.h
312
enum bigmac_timer_state
timer_state
;
member
H
A
D
sunhme.h
456
enum happy_timer_state
timer_state
; /* State of the auto-neg timer. */
member
/kernel/linux/linux-5.10/drivers/net/fddi/
H
A
D
defza.c
1026
fp->
timer_state
= 0;
in fza_interrupt()
1049
if (!fp->
timer_state
) {
in fza_reset_timer()
1057
fp->
timer_state
= 1;
in fza_reset_timer()
1067
fp->
timer_state
= 0;
in fza_reset_timer()
H
A
D
defza.h
764
int
timer_state
; /* RESET trigger state */
member
/kernel/linux/linux-6.6/drivers/net/fddi/
H
A
D
defza.c
1026
fp->
timer_state
= 0;
in fza_interrupt()
1049
if (!fp->
timer_state
) {
in fza_reset_timer()
1057
fp->
timer_state
= 1;
in fza_reset_timer()
1067
fp->
timer_state
= 0;
in fza_reset_timer()
H
A
D
defza.h
764
int
timer_state
; /* RESET trigger state */
member
Completed in 33 milliseconds