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:display_off
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
otm3225a.c
143
static struct otm3225a_spi_instruction
display_off
[] = {
variable
193
otm3225a_write(dd->spi,
display_off
, ARRAY_SIZE(
display_off
));
in otm3225a_set_power()
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
otm3225a.c
143
static struct otm3225a_spi_instruction
display_off
[] = {
variable
193
otm3225a_write(dd->spi,
display_off
, ARRAY_SIZE(
display_off
));
in otm3225a_set_power()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sh_mobile_lcdcfb.h
32
void (*
display_off
)(struct sh_mobile_lcdc_entity *entity);
member
H
A
D
sh_mobile_lcdcfb.c
530
if (panel->
display_off
)
in sh_mobile_lcdc_display_off()
531
panel->
display_off
();
in sh_mobile_lcdc_display_off()
534
ch->tx_dev->ops->
display_off
(ch->tx_dev);
in sh_mobile_lcdc_display_off()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sh_mobile_lcdcfb.h
32
void (*
display_off
)(struct sh_mobile_lcdc_entity *entity);
member
H
A
D
sh_mobile_lcdcfb.c
526
if (panel->
display_off
)
in sh_mobile_lcdc_display_off()
527
panel->
display_off
();
in sh_mobile_lcdc_display_off()
530
ch->tx_dev->ops->
display_off
(ch->tx_dev);
in sh_mobile_lcdc_display_off()
/kernel/linux/linux-5.10/include/video/
H
A
D
sh_mobile_lcdc.h
158
void (*
display_off
)(void);
member
/kernel/linux/linux-6.6/include/video/
H
A
D
sh_mobile_lcdc.h
158
void (*
display_off
)(void);
member
/kernel/linux/linux-5.10/arch/sh/boards/mach-ap325rxa/
H
A
D
setup.c
230
.
display_off
= ap320_wvga_power_off,
/kernel/linux/linux-6.6/arch/sh/boards/mach-ap325rxa/
H
A
D
setup.c
231
.
display_off
= ap320_wvga_power_off,
Completed in 11 milliseconds