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:HFC_TYPE_E1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H
A
D
hfcmulti.c
950
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_resync()
971
if (hc->ctype ==
HFC_TYPE_E1
in hfcmulti_resync()
984
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_resync()
1477
if (hc->ctype ==
HFC_TYPE_E1
)
in init_chip()
2011
if (hc->ctype !=
HFC_TYPE_E1
&& dch) {
in hfcmulti_tx()
2422
if (hc->ctype !=
HFC_TYPE_E1
|| hc->e1_state == 1)
in handle_timer_irq()
2445
if (hc->ctype ==
HFC_TYPE_E1
&& hc->created[0]) {
in handle_timer_irq()
2748
if (hc->ctype !=
HFC_TYPE_E1
)
in hfcmulti_interrupt()
2762
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_interrupt()
2993
if (hc->chan[ch].bch && hc->ctype !=
HFC_TYPE_E1
) {
in mode_hfcmulti()
[all...]
H
A
D
hfc_multi.h
95
#define
HFC_TYPE_E1
1 /* controller is HFC-E1 */
macro
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H
A
D
hfcmulti.c
919
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_resync()
940
if (hc->ctype ==
HFC_TYPE_E1
in hfcmulti_resync()
953
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_resync()
1446
if (hc->ctype ==
HFC_TYPE_E1
)
in init_chip()
1980
if (hc->ctype !=
HFC_TYPE_E1
&& dch) {
in hfcmulti_tx()
2391
if (hc->ctype !=
HFC_TYPE_E1
|| hc->e1_state == 1)
in handle_timer_irq()
2414
if (hc->ctype ==
HFC_TYPE_E1
&& hc->created[0]) {
in handle_timer_irq()
2717
if (hc->ctype !=
HFC_TYPE_E1
)
in hfcmulti_interrupt()
2729
if (hc->ctype ==
HFC_TYPE_E1
) {
in hfcmulti_interrupt()
2960
if (hc->chan[ch].bch && hc->ctype !=
HFC_TYPE_E1
) {
in mode_hfcmulti()
[all...]
H
A
D
hfc_multi.h
95
#define
HFC_TYPE_E1
1 /* controller is HFC-E1 */
macro
Completed in 18 milliseconds