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:SND_BRK
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
z8530.h
93
#define
SND_BRK
0x10 /* Send Break */
macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
zs.h
146
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
ip22zilog.h
128
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
sunzilog.h
120
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
pmac_zilog.h
218
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
ip22zilog.c
665
set_bits |=
SND_BRK
;
in ip22zilog_break_ctl()
667
clear_bits |=
SND_BRK
;
in ip22zilog_break_ctl()
790
up->curregs[R5] &= ~
SND_BRK
;
in ip22zilog_shutdown()
H
A
D
zs.c
523
zport->regs[5] |=
SND_BRK
;
in zs_break_ctl()
525
zport->regs[5] &= ~
SND_BRK
;
in zs_break_ctl()
H
A
D
pmac_zilog.c
704
set_bits |=
SND_BRK
;
in pmz_break_ctl()
706
clear_bits |=
SND_BRK
;
in pmz_break_ctl()
973
uap->curregs[R5] &= ~
SND_BRK
;
in pmz_shutdown()
H
A
D
sunzilog.c
765
set_bits |=
SND_BRK
;
in sunzilog_break_ctl()
767
clear_bits |=
SND_BRK
;
in sunzilog_break_ctl()
855
up->curregs[R5] &= ~
SND_BRK
;
in sunzilog_shutdown()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
zs.h
146
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
ip22zilog.h
128
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
sunzilog.h
120
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
pmac_zilog.h
208
#define
SND_BRK
0x10 /* Send Break */
macro
H
A
D
ip22zilog.c
663
set_bits |=
SND_BRK
;
in ip22zilog_break_ctl()
665
clear_bits |=
SND_BRK
;
in ip22zilog_break_ctl()
788
up->curregs[R5] &= ~
SND_BRK
;
in ip22zilog_shutdown()
H
A
D
zs.c
523
zport->regs[5] |=
SND_BRK
;
in zs_break_ctl()
525
zport->regs[5] &= ~
SND_BRK
;
in zs_break_ctl()
H
A
D
sunzilog.c
763
set_bits |=
SND_BRK
;
in sunzilog_break_ctl()
765
clear_bits |=
SND_BRK
;
in sunzilog_break_ctl()
853
up->curregs[R5] &= ~
SND_BRK
;
in sunzilog_shutdown()
H
A
D
pmac_zilog.c
684
set_bits |=
SND_BRK
;
in pmz_break_ctl()
686
clear_bits |=
SND_BRK
;
in pmz_break_ctl()
947
uap->curregs[R5] &= ~
SND_BRK
;
in pmz_shutdown()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
z8530.h
93
#define
SND_BRK
0x10 /* Send Break */
macro
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.h
114
#define
SND_BRK
0x10 /* Send Break */
macro
Completed in 24 milliseconds