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:platform_lcd
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/
H
A
D
platform_lcd.c
2
/* drivers/video/backlight/
platform_lcd
.c
18
#include <video/
platform_lcd
.h>
20
struct
platform_lcd
{
struct
29
static inline struct
platform_lcd
*to_our_lcd(struct lcd_device *lcd)
in to_our_lcd()
36
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_get_power()
43
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_set_power()
57
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_match()
75
struct
platform_lcd
*plcd;
in platform_lcd_probe()
91
plcd = devm_kzalloc(&pdev->dev, sizeof(struct
platform_lcd
),
in platform_lcd_probe()
114
struct
platform_lcd
*plc
in platform_lcd_suspend()
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H
A
D
platform_lcd.c
2
/* drivers/video/backlight/
platform_lcd
.c
17
#include <video/
platform_lcd
.h>
19
struct
platform_lcd
{
struct
28
static inline struct
platform_lcd
*to_our_lcd(struct lcd_device *lcd)
in to_our_lcd()
35
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_get_power()
42
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_set_power()
56
struct
platform_lcd
*plcd = to_our_lcd(lcd);
in platform_lcd_match()
74
struct
platform_lcd
*plcd;
in platform_lcd_probe()
90
plcd = devm_kzalloc(&pdev->dev, sizeof(struct
platform_lcd
),
in platform_lcd_probe()
113
struct
platform_lcd
*plc
in platform_lcd_suspend()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-ncp.c
20
#include <video/
platform_lcd
.h>
H
A
D
mach-anw6410.c
26
#include <video/
platform_lcd
.h>
H
A
D
mach-mini6410.c
40
#include <video/
platform_lcd
.h>
H
A
D
mach-real6410.c
39
#include <video/
platform_lcd
.h>
H
A
D
mach-smartq.c
34
#include <video/
platform_lcd
.h>
H
A
D
mach-crag6410.c
34
#include <video/
platform_lcd
.h>
H
A
D
mach-smdk6410.c
41
#include <video/
platform_lcd
.h>
H
A
D
mach-h1940.c
32
#include <video/
platform_lcd
.h>
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
mach-crag6410.c
35
#include <video/
platform_lcd
.h>
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
hx4700.c
48
#include <video/
platform_lcd
.h>
Completed in 7 milliseconds