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:OP_MODE_MASK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
mxser.h
27
#define
OP_MODE_MASK
3
macro
H
A
D
mxser.c
1638
opmode &=
OP_MODE_MASK
;
in mxser_ioctl_special()
1721
opmode &=
OP_MODE_MASK
;
in mxser_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi_regs.h
198
#define
OP_MODE_MASK
(0x3 << 28)
macro
H
A
D
icl_dsi.c
754
tmp &= ~
OP_MODE_MASK
;
in gen11_dsi_configure_transcoder()
775
tmp &= ~
OP_MODE_MASK
;
in gen11_dsi_configure_transcoder()
H
A
D
intel_display_irq.c
925
val = val &
OP_MODE_MASK
;
in gen11_dsi_te_interrupt_handler()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
mxser.c
60
#define
OP_MODE_MASK
3
macro
1182
if (opmode & ~
OP_MODE_MASK
)
in mxser_ioctl_op_mode()
1187
val &= ~(
OP_MODE_MASK
<< shiftbit);
in mxser_ioctl_op_mode()
1199
return put_user(opmode &
OP_MODE_MASK
, u_opmode);
in mxser_ioctl_op_mode()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
icl_dsi.c
738
tmp &= ~
OP_MODE_MASK
;
in gen11_dsi_configure_transcoder()
759
tmp &= ~
OP_MODE_MASK
;
in gen11_dsi_configure_transcoder()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_reg.h
11727
#define
OP_MODE_MASK
(0x3 << 28)
macro
Completed in 58 milliseconds