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:fsl_tcon
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H
A
D
fsl_tcon.h
18
struct
fsl_tcon
{
struct
23
struct
fsl_tcon
*fsl_tcon_init(struct device *dev);
24
void fsl_tcon_free(struct
fsl_tcon
*tcon);
26
void fsl_tcon_bypass_disable(struct
fsl_tcon
*tcon);
27
void fsl_tcon_bypass_enable(struct
fsl_tcon
*tcon);
H
A
D
fsl_tcon.c
17
#include "
fsl_tcon
.h"
19
void fsl_tcon_bypass_disable(struct
fsl_tcon
*tcon)
in fsl_tcon_bypass_disable()
25
void fsl_tcon_bypass_enable(struct
fsl_tcon
*tcon)
in fsl_tcon_bypass_enable()
41
struct
fsl_tcon
*tcon,
in fsl_tcon_init_regmap()
59
struct
fsl_tcon
*fsl_tcon_init(struct device *dev)
in fsl_tcon_init()
61
struct
fsl_tcon
*tcon;
in fsl_tcon_init()
102
void fsl_tcon_free(struct
fsl_tcon
*tcon)
in fsl_tcon_free()
H
A
D
Makefile
7
fsl_tcon
.o
H
A
D
fsl_dcu_drm_drv.h
186
struct
fsl_tcon
*tcon;
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/
H
A
D
fsl_tcon.h
18
struct
fsl_tcon
{
struct
23
struct
fsl_tcon
*fsl_tcon_init(struct device *dev);
24
void fsl_tcon_free(struct
fsl_tcon
*tcon);
26
void fsl_tcon_bypass_disable(struct
fsl_tcon
*tcon);
27
void fsl_tcon_bypass_enable(struct
fsl_tcon
*tcon);
H
A
D
fsl_tcon.c
17
#include "
fsl_tcon
.h"
19
void fsl_tcon_bypass_disable(struct
fsl_tcon
*tcon)
in fsl_tcon_bypass_disable()
25
void fsl_tcon_bypass_enable(struct
fsl_tcon
*tcon)
in fsl_tcon_bypass_enable()
41
struct
fsl_tcon
*tcon,
in fsl_tcon_init_regmap()
59
struct
fsl_tcon
*fsl_tcon_init(struct device *dev)
in fsl_tcon_init()
61
struct
fsl_tcon
*tcon;
in fsl_tcon_init()
102
void fsl_tcon_free(struct
fsl_tcon
*tcon)
in fsl_tcon_free()
H
A
D
Makefile
7
fsl_tcon
.o
H
A
D
fsl_dcu_drm_drv.h
186
struct
fsl_tcon
*tcon;
Completed in 2 milliseconds