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:dispc_features
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.h
67
struct
dispc_features
{
struct
89
extern const struct
dispc_features
dispc_k2g_feats;
90
extern const struct
dispc_features
dispc_am625_feats;
91
extern const struct
dispc_features
dispc_am65x_feats;
92
extern const struct
dispc_features
dispc_j721e_feats;
H
A
D
tidss_drv.h
21
const struct
dispc_features
*feat;
H
A
D
tidss_kms.c
116
const struct
dispc_features
*feat = tidss->feat;
in tidss_dispc_modeset_init()
H
A
D
tidss_dispc.c
58
const struct
dispc_features
dispc_k2g_feats = {
139
const struct
dispc_features
dispc_am65x_feats = {
228
const struct
dispc_features
dispc_j721e_feats = {
276
const struct
dispc_features
dispc_am625_feats = {
344
const struct
dispc_features
*feat;
2775
const struct
dispc_features
*feat;
in dispc_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H
A
D
tidss_dispc.h
66
struct
dispc_features
{
struct
88
extern const struct
dispc_features
dispc_k2g_feats;
89
extern const struct
dispc_features
dispc_am65x_feats;
90
extern const struct
dispc_features
dispc_j721e_feats;
H
A
D
tidss_drv.h
21
const struct
dispc_features
*feat;
H
A
D
tidss_kms.c
119
const struct
dispc_features
*feat = tidss->feat;
in tidss_dispc_modeset_init()
H
A
D
tidss_dispc.c
57
const struct
dispc_features
dispc_k2g_feats = {
138
const struct
dispc_features
dispc_am65x_feats = {
227
const struct
dispc_features
dispc_j721e_feats = {
294
const struct
dispc_features
*feat;
2665
const struct
dispc_features
*feat;
in dispc_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dispc.c
54
struct
dispc_features
{
struct
118
const struct
dispc_features
*feat;
3752
static const struct
dispc_features
omap24xx_dispc_feats = {
3772
static const struct
dispc_features
omap34xx_rev1_0_dispc_feats = {
3793
static const struct
dispc_features
omap34xx_rev3_0_dispc_feats = {
3814
static const struct
dispc_features
omap44xx_dispc_feats = {
3836
static const struct
dispc_features
omap54xx_dispc_feats = {
3859
static const struct
dispc_features
*dispc_get_features(void)
in dispc_get_features()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dispc.c
54
struct
dispc_features
{
struct
118
const struct
dispc_features
*feat;
3750
static const struct
dispc_features
omap24xx_dispc_feats = {
3770
static const struct
dispc_features
omap34xx_rev1_0_dispc_feats = {
3791
static const struct
dispc_features
omap34xx_rev3_0_dispc_feats = {
3812
static const struct
dispc_features
omap44xx_dispc_feats = {
3834
static const struct
dispc_features
omap54xx_dispc_feats = {
3857
static const struct
dispc_features
*dispc_get_features(void)
in dispc_get_features()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
dispc.c
84
struct
dispc_features
{
struct
182
const struct
dispc_features
*feat;
4215
static const struct
dispc_features
omap24xx_dispc_feats = {
4253
static const struct
dispc_features
omap34xx_rev1_0_dispc_feats = {
4288
static const struct
dispc_features
omap34xx_rev3_0_dispc_feats = {
4323
static const struct
dispc_features
omap36xx_dispc_feats = {
4358
static const struct
dispc_features
am43xx_dispc_feats = {
4393
static const struct
dispc_features
omap44xx_dispc_feats = {
4432
static const struct
dispc_features
omap54xx_dispc_feats = {
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
dispc.c
84
struct
dispc_features
{
struct
184
const struct
dispc_features
*feat;
4240
static const struct
dispc_features
omap24xx_dispc_feats = {
4280
static const struct
dispc_features
omap34xx_rev1_0_dispc_feats = {
4317
static const struct
dispc_features
omap34xx_rev3_0_dispc_feats = {
4354
static const struct
dispc_features
omap36xx_dispc_feats = {
4391
static const struct
dispc_features
am43xx_dispc_feats = {
4428
static const struct
dispc_features
omap44xx_dispc_feats = {
4469
static const struct
dispc_features
omap54xx_dispc_feats = {
Completed in 39 milliseconds