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:lcd_supply
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
da8xx-fb.c
168
struct regulator *
lcd_supply
;
member
1076
if (par->
lcd_supply
) {
in fb_remove()
1077
ret = regulator_disable(par->
lcd_supply
);
in fb_remove()
1179
if (par->
lcd_supply
) {
in cfb_blank()
1180
ret = regulator_enable(par->
lcd_supply
);
in cfb_blank()
1189
if (par->
lcd_supply
) {
in cfb_blank()
1190
ret = regulator_disable(par->
lcd_supply
);
in cfb_blank()
1397
par->
lcd_supply
= devm_regulator_get_optional(&device->dev, "lcd");
in fb_probe()
1398
if (IS_ERR(par->
lcd_supply
)) {
in fb_probe()
1399
if (PTR_ERR(par->
lcd_supply
)
in fb_probe()
[all...]
H
A
D
pxafb.h
167
struct regulator *
lcd_supply
;
member
H
A
D
pxafb.c
1425
if (fbi->
lcd_supply
&& fbi->lcd_supply_enabled != on) {
in __pxafb_lcd_power()
1429
ret = regulator_enable(fbi->
lcd_supply
);
in __pxafb_lcd_power()
1431
ret = regulator_disable(fbi->
lcd_supply
);
in __pxafb_lcd_power()
2293
fbi->
lcd_supply
= devm_regulator_get_optional(&dev->dev, "lcd");
in pxafb_probe()
2294
if (IS_ERR(fbi->
lcd_supply
)) {
in pxafb_probe()
2295
if (PTR_ERR(fbi->
lcd_supply
) == -EPROBE_DEFER)
in pxafb_probe()
2298
fbi->
lcd_supply
= NULL;
in pxafb_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
da8xx-fb.c
168
struct regulator *
lcd_supply
;
member
1076
if (par->
lcd_supply
) {
in fb_remove()
1077
ret = regulator_disable(par->
lcd_supply
);
in fb_remove()
1180
if (par->
lcd_supply
) {
in cfb_blank()
1181
ret = regulator_enable(par->
lcd_supply
);
in cfb_blank()
1190
if (par->
lcd_supply
) {
in cfb_blank()
1191
ret = regulator_disable(par->
lcd_supply
);
in cfb_blank()
1401
par->
lcd_supply
= devm_regulator_get_optional(&device->dev, "lcd");
in fb_probe()
1402
if (IS_ERR(par->
lcd_supply
)) {
in fb_probe()
1403
if (PTR_ERR(par->
lcd_supply
)
in fb_probe()
[all...]
H
A
D
pxafb.h
167
struct regulator *
lcd_supply
;
member
H
A
D
pxafb.c
1428
if (fbi->
lcd_supply
&& fbi->lcd_supply_enabled != on) {
in __pxafb_lcd_power()
1432
ret = regulator_enable(fbi->
lcd_supply
);
in __pxafb_lcd_power()
1434
ret = regulator_disable(fbi->
lcd_supply
);
in __pxafb_lcd_power()
2297
fbi->
lcd_supply
= devm_regulator_get_optional(&dev->dev, "lcd");
in pxafb_probe()
2298
if (IS_ERR(fbi->
lcd_supply
)) {
in pxafb_probe()
2299
if (PTR_ERR(fbi->
lcd_supply
) == -EPROBE_DEFER)
in pxafb_probe()
2302
fbi->
lcd_supply
= NULL;
in pxafb_probe()
Completed in 11 milliseconds