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:carrier_detect
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
iphase.c
838
iadev->
carrier_detect
= (status & MB25_IS_GSB) ? 1 : 0;
842
iadev->
carrier_detect
= (status & SUNI_DS3_LOSV) ? 0 : 1;
846
iadev->
carrier_detect
= (status & SUNI_E3_LOS) ? 0 : 1;
849
iadev->
carrier_detect
= (status & SUNI_LOSV) ? 0 : 1;
853
iadev->
carrier_detect
? "detected" : "lost signal");
864
iadev->
carrier_detect
=
895
iadev->
carrier_detect
= (status & SUNI_DS3_LOSV) ? 0 : 1;
916
iadev->
carrier_detect
= (status & SUNI_E3_LOS) ? 0 : 1;
2427
if (!iadev->
carrier_detect
)
2593
/* Get iadev->
carrier_detect
statu
[all...]
H
A
D
iphase.h
961
u32
carrier_detect
; // GPIN input
member
1037
unsigned char
carrier_detect
;
member
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
iphase.c
837
iadev->
carrier_detect
= (status & MB25_IS_GSB) ? 1 : 0;
841
iadev->
carrier_detect
= (status & SUNI_DS3_LOSV) ? 0 : 1;
845
iadev->
carrier_detect
= (status & SUNI_E3_LOS) ? 0 : 1;
848
iadev->
carrier_detect
= (status & SUNI_LOSV) ? 0 : 1;
852
iadev->
carrier_detect
? "detected" : "lost signal");
863
iadev->
carrier_detect
=
894
iadev->
carrier_detect
= (status & SUNI_DS3_LOSV) ? 0 : 1;
915
iadev->
carrier_detect
= (status & SUNI_E3_LOS) ? 0 : 1;
2428
if (!iadev->
carrier_detect
)
2594
/* Get iadev->
carrier_detect
statu
[all...]
H
A
D
iphase.h
960
u32
carrier_detect
; // GPIN input
member
1036
unsigned char
carrier_detect
;
member
Completed in 16 milliseconds