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:maxports
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_driver.c
86
brd->
maxports
= 2;
in jsm_probe_one()
95
brd->
maxports
= 4;
in jsm_probe_one()
103
brd->
maxports
= 8;
in jsm_probe_one()
107
brd->
maxports
= 1;
in jsm_probe_one()
286
for (i = 0; i < brd->
maxports
; i++) {
in jsm_remove_one()
H
A
D
jsm_tty.c
381
brd->nasync = brd->
maxports
;
in jsm_tty_init()
446
brd->nasync = brd->
maxports
;
in jsm_uart_port_init()
494
brd->nasync = brd->
maxports
;
in jsm_remove_uart_port()
H
A
D
jsm.h
133
u32
maxports
; /* MAX ports this board can handle */
member
H
A
D
jsm_neo.c
715
if (port >= brd->
maxports
)
in neo_parse_isr()
833
if (port >= brd->
maxports
)
in neo_parse_lsr()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_driver.c
85
brd->
maxports
= 2;
in jsm_probe_one()
94
brd->
maxports
= 4;
in jsm_probe_one()
102
brd->
maxports
= 8;
in jsm_probe_one()
106
brd->
maxports
= 1;
in jsm_probe_one()
285
for (i = 0; i < brd->
maxports
; i++) {
in jsm_remove_one()
H
A
D
jsm_tty.c
381
brd->nasync = brd->
maxports
;
in jsm_tty_init()
446
brd->nasync = brd->
maxports
;
in jsm_uart_port_init()
494
brd->nasync = brd->
maxports
;
in jsm_remove_uart_port()
H
A
D
jsm.h
133
u32
maxports
; /* MAX ports this board can handle */
member
H
A
D
jsm_neo.c
716
if (port >= brd->
maxports
)
in neo_parse_isr()
834
if (port >= brd->
maxports
)
in neo_parse_lsr()
Completed in 9 milliseconds