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:CHANNEL_T
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket.c
222
static int sInitChan(CONTROLLER_T * CtlP,
CHANNEL_T
* ChP, int AiopNum,
224
static void sSetInterfaceMode(
CHANNEL_T
* ChP, Byte_t mode);
225
static void sFlushRxFIFO(
CHANNEL_T
* ChP);
226
static void sFlushTxFIFO(
CHANNEL_T
* ChP);
227
static void sEnInterrupts(
CHANNEL_T
* ChP, Word_t Flags);
228
static void sDisInterrupts(
CHANNEL_T
* ChP, Word_t Flags);
231
static int sWriteTxPrioByte(
CHANNEL_T
* ChP, Byte_t Data);
1105
static int sGetChanRI(
CHANNEL_T
* ChP)
in sGetChanRI()
2681
CHANNEL_T
*ChP; Ptr to channel structure
2691
static int sInitChan(CONTROLLER_T * CtlP,
CHANNEL_T
* Ch
[all...]
H
A
D
rocket_int.h
366
}
CHANNEL_T
;
typedef
368
typedef
CHANNEL_T
CHANNEL_t;
369
typedef
CHANNEL_T
*CHANPTR_T;
380
CHANNEL_T
*ChP; Ptr to channel structure
392
CHANNEL_T
*ChP; Ptr to channel structure
404
CHANNEL_T
*ChP; Ptr to channel structure
417
CHANNEL_T
*ChP; Ptr to channel structure
479
CHANNEL_T
*ChP; Ptr to channel structure
491
CHANNEL_T
*ChP; Ptr to channel structure
503
CHANNEL_T
*Ch
[all...]
Completed in 6 milliseconds