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:ospeed
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
console.h
154
uint
ospeed
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
console.h
185
* @
ospeed
: TTY output speed
204
uint
ospeed
;
member
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
serial_core.c
218
tty->termios.c_ospeed = uport->cons->
ospeed
;
in uart_port_startup()
221
uport->cons->
ospeed
= 0;
in uart_port_startup()
292
uport->cons->
ospeed
= tty->termios.c_ospeed;
in uart_shutdown()
2189
co->
ospeed
= termios.c_ospeed;
in uart_set_options()
2326
termios.c_ospeed = uport->cons->
ospeed
;
in uart_resume_port()
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_3ad.c
2457
u16
ospeed
= 0, speed = 0;
in ad_update_actor_keys()
local
2463
ospeed
= (old_oper_key & AD_SPEED_KEY_MASKS) >> 1;
in ad_update_actor_keys()
2482
} else if (duplex &&
ospeed
!= speed) {
in ad_update_actor_keys()
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_3ad.c
2481
u16
ospeed
= 0, speed = 0;
in ad_update_actor_keys()
local
2487
ospeed
= (old_oper_key & AD_SPEED_KEY_MASKS) >> 1;
in ad_update_actor_keys()
2506
} else if (duplex &&
ospeed
!= speed) {
in ad_update_actor_keys()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
serial_core.c
293
tty->termios.c_ospeed = uport->cons->
ospeed
;
in uart_port_startup()
296
uport->cons->
ospeed
= 0;
in uart_port_startup()
367
uport->cons->
ospeed
= tty->termios.c_ospeed;
in uart_shutdown()
2322
co->
ospeed
= termios.c_ospeed;
in uart_set_options()
2476
termios.c_ospeed = uport->cons->
ospeed
;
in uart_resume_port()
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H
A
D
8250_port.c
3293
termios.c_ospeed = port->cons->
ospeed
;
in serial8250_console_restore()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H
A
D
8250_port.c
3338
termios.c_ospeed = port->cons->
ospeed
;
in serial8250_console_restore()
Completed in 23 milliseconds