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:aux_ep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_aux_bus.c
26
struct dp_aux_ep_device
aux_ep
;
member
55
struct dp_aux_ep_device *
aux_ep
= to_dp_aux_ep_dev(dev);
in dp_aux_ep_probe()
local
57
container_of(
aux_ep
, struct dp_aux_ep_device_with_data,
aux_ep
);
in dp_aux_ep_probe()
64
ret = aux_ep_drv->probe(
aux_ep
);
in dp_aux_ep_probe()
69
ret = aux_ep_with_data->done_probing(
aux_ep
->aux);
in dp_aux_ep_probe()
89
aux_ep_drv->remove(
aux_ep
);
in dp_aux_ep_probe()
105
struct dp_aux_ep_device *
aux_ep
= to_dp_aux_ep_dev(dev);
in dp_aux_ep_remove()
local
108
aux_ep_drv->remove(
aux_ep
);
in dp_aux_ep_remove()
157
struct dp_aux_ep_device *
aux_ep
in dp_aux_ep_dev_release()
local
258
struct dp_
aux_ep
_device *
aux_ep
;
of_dp_aux_populate_bus()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-samsung-atna33xc20.c
245
struct dp_aux_ep_device *
aux_ep
= to_dp_aux_ep_dev(panel->dev);
in atana33xc20_get_modes()
local
251
p->edid = drm_get_edid(connector, &
aux_ep
->aux->ddc);
in atana33xc20_get_modes()
278
static int atana33xc20_probe(struct dp_aux_ep_device *
aux_ep
)
in atana33xc20_probe()
argument
281
struct device *dev = &
aux_ep
->dev;
in atana33xc20_probe()
289
panel->aux =
aux_ep
->aux;
in atana33xc20_probe()
322
ret = drm_panel_dp_aux_backlight(&panel->base,
aux_ep
->aux);
in atana33xc20_probe()
334
static void atana33xc20_remove(struct dp_aux_ep_device *
aux_ep
)
in atana33xc20_remove()
argument
336
struct device *dev = &
aux_ep
->dev;
in atana33xc20_remove()
346
static void atana33xc20_shutdown(struct dp_aux_ep_device *
aux_ep
)
in atana33xc20_shutdown()
argument
348
struct device *dev = &
aux_ep
in atana33xc20_shutdown()
[all...]
H
A
D
panel-edp.c
1981
static int panel_edp_dp_aux_ep_probe(struct dp_aux_ep_device *
aux_ep
)
in panel_edp_dp_aux_ep_probe()
argument
1985
id = of_match_node(platform_of_match,
aux_ep
->dev.of_node);
in panel_edp_dp_aux_ep_probe()
1989
return panel_edp_probe(&
aux_ep
->dev, id->data,
aux_ep
->aux);
in panel_edp_dp_aux_ep_probe()
1992
static void panel_edp_dp_aux_ep_remove(struct dp_aux_ep_device *
aux_ep
)
in panel_edp_dp_aux_ep_remove()
argument
1994
panel_edp_remove(&
aux_ep
->dev);
in panel_edp_dp_aux_ep_remove()
1997
static void panel_edp_dp_aux_ep_shutdown(struct dp_aux_ep_device *
aux_ep
)
in panel_edp_dp_aux_ep_shutdown()
argument
1999
panel_edp_shutdown(&
aux_ep
->dev);
in panel_edp_dp_aux_ep_shutdown()
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_aux_bus.h
31
int (*probe)(struct dp_aux_ep_device *
aux_ep
);
32
void (*remove)(struct dp_aux_ep_device *
aux_ep
);
33
void (*shutdown)(struct dp_aux_ep_device *
aux_ep
);
Completed in 4 milliseconds