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:boardType
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
moxa.c
60
#define MOXA_IS_320(brd) ((brd)->
boardType
== MOXA_BOARD_C320_ISA || \
61
(brd)->
boardType
== MOXA_BOARD_C320_PCI)
102
int
boardType
;
member
427
switch (brd->
boardType
) {
in moxa_check_fw_model()
471
switch (brd->
boardType
) {
in moxa_load_bios()
531
keycode = (brd->
boardType
== MOXA_BOARD_CP204J) ? CP204J_KeyCode :
in moxa_real_load_code()
534
switch (brd->
boardType
) {
in moxa_real_load_code()
659
switch (brd->
boardType
) {
in moxa_load_code()
843
switch (brd->
boardType
) {
in moxa_init_board()
971
board->
boardType
in moxa_pci_probe()
[all...]
H
A
D
rocket_int.h
308
int
boardType
;
member
817
(((ChP)->CtlP->
boardType
== ROCKET_TYPE_PC104) ? \
H
A
D
rocket.c
667
if (ctlp->
boardType
== ROCKET_TYPE_PC104) {
in init_r_port()
830
if (cp->CtlP->
boardType
== ROCKET_TYPE_PC104) {
in configure_r_port()
1115
else if (CtlP->
boardType
== ROCKET_TYPE_PC104)
in sGetChanRI()
2228
ctlp->
boardType
= rcktpt_type[i];
in init_ISA()
2262
if (ctlp->
boardType
== ROCKET_TYPE_PC104) {
in init_ISA()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
moxa.c
360
#define MOXA_IS_320(brd) ((brd)->
boardType
== MOXA_BOARD_C320_ISA || \
361
(brd)->
boardType
== MOXA_BOARD_C320_PCI)
402
int
boardType
;
member
727
switch (brd->
boardType
) {
in moxa_check_fw_model()
771
switch (brd->
boardType
) {
in moxa_load_bios()
831
keycode = (brd->
boardType
== MOXA_BOARD_CP204J) ? CP204J_KeyCode :
in moxa_real_load_code()
834
switch (brd->
boardType
) {
in moxa_real_load_code()
959
switch (brd->
boardType
) {
in moxa_load_code()
1143
switch (brd->
boardType
) {
in moxa_init_board()
1271
board->
boardType
in moxa_pci_probe()
[all...]
Completed in 13 milliseconds