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:D7S_FLIP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/sbus/char/
H
A
D
display7seg.c
93
regval |=
D7S_FLIP
;
in d7s_release()
95
regval &= ~
D7S_FLIP
;
in d7s_release()
115
/* assign device register values we mask-out
D7S_FLIP
in d7s_ioctl()
123
if (regs &
D7S_FLIP
)
in d7s_ioctl()
124
ireg |=
D7S_FLIP
;
in d7s_ioctl()
126
ireg &= ~
D7S_FLIP
;
in d7s_ioctl()
133
* NOTE: Solaris implementation returns
D7S_FLIP
bit
in d7s_ioctl()
146
regs ^=
D7S_FLIP
;
in d7s_ioctl()
207
regs |=
D7S_FLIP
;
in d7s_probe()
209
regs &= ~
D7S_FLIP
;
in d7s_probe()
[all...]
/kernel/linux/linux-5.10/drivers/sbus/char/
H
A
D
display7seg.c
94
regval |=
D7S_FLIP
;
in d7s_release()
96
regval &= ~
D7S_FLIP
;
in d7s_release()
116
/* assign device register values we mask-out
D7S_FLIP
in d7s_ioctl()
124
if (regs &
D7S_FLIP
)
in d7s_ioctl()
125
ireg |=
D7S_FLIP
;
in d7s_ioctl()
127
ireg &= ~
D7S_FLIP
;
in d7s_ioctl()
134
* NOTE: Solaris implementation returns
D7S_FLIP
bit
in d7s_ioctl()
147
regs ^=
D7S_FLIP
;
in d7s_ioctl()
209
regs |=
D7S_FLIP
;
in d7s_probe()
211
regs &= ~
D7S_FLIP
;
in d7s_probe()
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
display7seg.h
29
* subject to
D7S_FLIP
register state:
42
#define
D7S_FLIP
(1 << 5) /* Flip display */
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
display7seg.h
29
* subject to
D7S_FLIP
register state:
42
#define
D7S_FLIP
(1 << 5) /* Flip display */
macro
Completed in 2 milliseconds