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:nr_uarts
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_core.c
53
static unsigned int
nr_uarts
= CONFIG_SERIAL_8250_RUNTIME_UARTS;
variable
530
if (
nr_uarts
> UART_NR)
in serial8250_isa_init_ports()
531
nr_uarts
= UART_NR;
in serial8250_isa_init_ports()
536
* need to increase
nr_uarts
when setting up the initial isa ports.
in serial8250_isa_init_ports()
538
for (i = 0; i <
nr_uarts
; i++)
in serial8250_isa_init_ports()
549
i < ARRAY_SIZE(old_serial_port) && i <
nr_uarts
;
in serial8250_isa_init_ports()
574
for (i = 0; i <
nr_uarts
; i++) {
in serial8250_register_ports()
619
* co->index as needed and increment
nr_uarts
accordingly.
in univ8250_console_setup()
621
for (i =
nr_uarts
; i <= co->index; i++) {
in univ8250_console_setup()
625
nr_uarts
in univ8250_console_setup()
[all...]
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
151
loongson_sysconf.
nr_uarts
= esys->
nr_uarts
;
in prom_init_env()
152
if (esys->
nr_uarts
< 1 || esys->
nr_uarts
> MAX_UARTS)
in prom_init_env()
153
loongson_sysconf.
nr_uarts
= 1;
in prom_init_env()
155
sizeof(struct uart_device) * loongson_sysconf.
nr_uarts
);
in prom_init_env()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_core.c
53
static unsigned int
nr_uarts
= CONFIG_SERIAL_8250_RUNTIME_UARTS;
variable
512
if (
nr_uarts
> UART_NR)
in serial8250_isa_init_ports()
513
nr_uarts
= UART_NR;
in serial8250_isa_init_ports()
515
for (i = 0; i <
nr_uarts
; i++) {
in serial8250_isa_init_ports()
545
i < ARRAY_SIZE(old_serial_port) && i <
nr_uarts
;
in serial8250_isa_init_ports()
570
for (i = 0; i <
nr_uarts
; i++) {
in serial8250_register_ports()
609
if (co->index >=
nr_uarts
)
in univ8250_console_setup()
662
for (i = 0; i <
nr_uarts
; i++) {
in univ8250_console_match()
696
if (
nr_uarts
== 0)
in univ8250_console_init()
729
if (port->line >= ARRAY_SIZE(serial8250_ports) ||
nr_uarts
in early_serial_setup()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
init.c
89
static int
nr_uarts
__initdata = 0;
130
nr_uarts
= no;
in s3c24xx_init_uartdevs()
168
ret = platform_add_devices(s3c24xx_uart_devs,
nr_uarts
);
in s3c_arch_init()
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
init.c
68
static int
nr_uarts
__initdata = 0;
109
nr_uarts
= no;
in s3c24xx_init_uartdevs()
146
ret = platform_add_devices(s3c24xx_uart_devs,
nr_uarts
);
in s3c_arch_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
91
u32
nr_uarts
;
member
220
u32
nr_uarts
;
member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
95
u32
nr_uarts
;
member
Completed in 6 milliseconds