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:ch7006_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
ch7006_priv.h
62
struct
ch7006_mode
{
struct
81
const struct
ch7006_mode
*mode;
111
extern const struct
ch7006_mode
ch7006_modes[];
113
const struct
ch7006_mode
*ch7006_lookup_mode(struct drm_encoder *encoder,
H
A
D
ch7006_mode.c
144
const struct
ch7006_mode
ch7006_modes[] = {
173
const struct
ch7006_mode
*ch7006_lookup_mode(struct drm_encoder *encoder,
in ch7006_lookup_mode()
177
const struct
ch7006_mode
*mode;
in ch7006_lookup_mode()
236
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_setup_subcarrier()
259
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_setup_pll()
331
const struct
ch7006_mode
*ch_mode = priv->mode;
in ch7006_setup_properties()
H
A
D
Makefile
2
ch7006-y := ch7006_drv.o
ch7006_mode
.o
H
A
D
ch7006_drv.c
122
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_encoder_mode_set()
229
const struct
ch7006_mode
*mode;
in ch7006_encoder_get_modes()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
ch7006_priv.h
61
struct
ch7006_mode
{
struct
80
const struct
ch7006_mode
*mode;
110
extern const struct
ch7006_mode
ch7006_modes[];
112
const struct
ch7006_mode
*ch7006_lookup_mode(struct drm_encoder *encoder,
H
A
D
ch7006_mode.c
144
const struct
ch7006_mode
ch7006_modes[] = {
173
const struct
ch7006_mode
*ch7006_lookup_mode(struct drm_encoder *encoder,
in ch7006_lookup_mode()
177
const struct
ch7006_mode
*mode;
in ch7006_lookup_mode()
236
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_setup_subcarrier()
259
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_setup_pll()
331
const struct
ch7006_mode
*ch_mode = priv->mode;
in ch7006_setup_properties()
H
A
D
Makefile
2
ch7006-y := ch7006_drv.o
ch7006_mode
.o
H
A
D
ch7006_drv.c
124
const struct
ch7006_mode
*mode = priv->mode;
in ch7006_encoder_mode_set()
231
const struct
ch7006_mode
*mode;
in ch7006_encoder_get_modes()
Completed in 6 milliseconds