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:slave_funcs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_encoder_slave.c
43
* &drm_encoder_slave. The @
slave_funcs
field will be initialized with
85
encoder->
slave_funcs
->set_config(&encoder->base,
in drm_i2c_encoder_init()
125
return to_encoder_slave(enc)->
slave_funcs
;
in get_slave_funcs()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_encoder_slave.c
43
* &drm_encoder_slave. The @
slave_funcs
field will be initialized with
85
encoder->
slave_funcs
->set_config(&encoder->base,
in drm_i2c_encoder_init()
125
return to_encoder_slave(enc)->
slave_funcs
;
in get_slave_funcs()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_encoder.h
125
return to_encoder_slave(enc)->
slave_funcs
;
in get_slave_funcs()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_encoder_slave.h
81
* @
slave_funcs
: Slave encoder callbacks.
85
* A &drm_encoder_slave has two sets of callbacks, @
slave_funcs
and the
98
const struct drm_encoder_slave_funcs *
slave_funcs
;
member
117
* structures and to initialize the @
slave_funcs
and (optionally)
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_encoder_slave.h
83
* @
slave_funcs
: Slave encoder callbacks.
87
* A &drm_encoder_slave has two sets of callbacks, @
slave_funcs
and the
100
const struct drm_encoder_slave_funcs *
slave_funcs
;
member
119
* structures and to initialize the @
slave_funcs
and (optionally)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_encoder.h
133
return to_encoder_slave(enc)->
slave_funcs
;
in get_slave_funcs()
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
sil164_drv.c
412
encoder->
slave_funcs
= &sil164_encoder_funcs;
in sil164_encoder_init()
H
A
D
ch7006_drv.c
452
encoder->
slave_funcs
= &ch7006_encoder_funcs;
in ch7006_encoder_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
sil164_drv.c
406
encoder->
slave_funcs
= &sil164_encoder_funcs;
in sil164_encoder_init()
H
A
D
ch7006_drv.c
452
encoder->
slave_funcs
= &ch7006_encoder_funcs;
in ch7006_encoder_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
tvnv17.c
814
to_encoder_slave(encoder)->
slave_funcs
= &nv17_tv_slave_funcs;
in nv17_tv_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
tvnv17.c
815
to_encoder_slave(encoder)->
slave_funcs
= &nv17_tv_slave_funcs;
in nv17_tv_create()
Completed in 8 milliseconds