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:ctlp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
rocket.c
530
CONTROLLER_t *
ctlp
;
in rp_do_poll()
local
543
ctlp
= sCtlNumToCtlPtr(ctrl);
in rp_do_poll()
547
if (
ctlp
->BusType == isPCI)
in rp_do_poll()
548
CtlMask = sPCIGetControllerIntStatus(
ctlp
);
in rp_do_poll()
551
CtlMask = sGetControllerIntStatus(
ctlp
);
in rp_do_poll()
555
bit =
ctlp
->AiopIntrBits[aiop];
in rp_do_poll()
558
AiopMask = sGetAiopIntStatus(
ctlp
, aiop);
in rp_do_poll()
611
CONTROLLER_T *
ctlp
;
in init_r_port()
local
616
ctlp
= sCtlNumToCtlPtr(board);
in init_r_port()
628
info->
ctlp
in init_r_port()
1890
CONTROLLER_t *
ctlp
;
register_PCI()
local
2210
CONTROLLER_t *
ctlp
;
init_ISA()
local
[all...]
H
A
D
rocket_int.h
1135
CONTROLLER_t *
ctlp
;
member
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
altera_jtaguart.c
53
static unsigned int altera_jtaguart_tx_space(struct uart_port *port, u32 *
ctlp
)
in altera_jtaguart_tx_space()
argument
57
if (
ctlp
)
in altera_jtaguart_tx_space()
58
*
ctlp
= ctl;
in altera_jtaguart_tx_space()
Completed in 5 milliseconds