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:serial8250_ports
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_core.c
404
static struct uart_8250_port
serial8250_ports
[UART_NR];
variable
420
return &
serial8250_ports
[line];
in serial8250_get_port()
516
struct uart_8250_port *up = &
serial8250_ports
[i];
in serial8250_isa_init_ports()
544
for (i = 0, up =
serial8250_ports
;
in serial8250_isa_init_ports()
571
struct uart_8250_port *up = &
serial8250_ports
[i];
in serial8250_register_ports()
594
struct uart_8250_port *up = &
serial8250_ports
[co->index];
in univ8250_console_write()
611
port = &
serial8250_ports
[co->index].port;
in univ8250_console_setup()
625
port = &
serial8250_ports
[co->index].port;
in univ8250_console_exit()
663
struct uart_port *port = &
serial8250_ports
[i].port;
in univ8250_console_match()
729
if (port->line >= ARRAY_SIZE(
serial8250_ports
) || nr_uart
in early_serial_setup()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_core.c
393
static struct uart_8250_port
serial8250_ports
[UART_NR];
variable
409
return &
serial8250_ports
[line];
in serial8250_get_port()
498
up = &
serial8250_ports
[index];
in serial8250_setup_port()
548
for (i = 0, up =
serial8250_ports
;
in serial8250_isa_init_ports()
575
struct uart_8250_port *up = &
serial8250_ports
[i];
in serial8250_register_ports()
598
struct uart_8250_port *up = &
serial8250_ports
[co->index];
in univ8250_console_write()
628
port = &
serial8250_ports
[co->index].port;
in univ8250_console_setup()
642
port = &
serial8250_ports
[co->index].port;
in univ8250_console_exit()
680
struct uart_port *port = &
serial8250_ports
[i].port;
in univ8250_console_match()
746
if (port->line >= ARRAY_SIZE(
serial8250_ports
) || nr_uart
in early_serial_setup()
[all...]
Completed in 3 milliseconds