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:omapfb_nb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H
A
D
omapfb_main.c
939
int omapfb_register_client(struct omapfb_notifier_block *
omapfb_nb
,
in omapfb_register_client()
argument
945
if ((unsigned)
omapfb_nb
->plane_idx >= OMAPFB_PLANE_NUM)
in omapfb_register_client()
953
omapfb_nb
->nb.notifier_call = (int (*)(struct notifier_block *,
in omapfb_register_client()
955
omapfb_nb
->data = callback_data;
in omapfb_register_client()
957
&omapfb_client_list[
omapfb_nb
->plane_idx],
in omapfb_register_client()
958
&
omapfb_nb
->nb);
in omapfb_register_client()
963
omapfb_dev->ctrl->bind_client(
omapfb_nb
);
in omapfb_register_client()
970
int omapfb_unregister_client(struct omapfb_notifier_block *
omapfb_nb
)
in omapfb_unregister_client()
argument
973
&omapfb_client_list[
omapfb_nb
->plane_idx], &
omapfb_nb
in omapfb_unregister_client()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H
A
D
omapfb_main.c
944
int omapfb_register_client(struct omapfb_notifier_block *
omapfb_nb
,
in omapfb_register_client()
argument
950
if ((unsigned)
omapfb_nb
->plane_idx >= OMAPFB_PLANE_NUM)
in omapfb_register_client()
958
omapfb_nb
->nb.notifier_call = (int (*)(struct notifier_block *,
in omapfb_register_client()
960
omapfb_nb
->data = callback_data;
in omapfb_register_client()
962
&omapfb_client_list[
omapfb_nb
->plane_idx],
in omapfb_register_client()
963
&
omapfb_nb
->nb);
in omapfb_register_client()
968
omapfb_dev->ctrl->bind_client(
omapfb_nb
);
in omapfb_register_client()
975
int omapfb_unregister_client(struct omapfb_notifier_block *
omapfb_nb
)
in omapfb_unregister_client()
argument
978
&omapfb_client_list[
omapfb_nb
->plane_idx], &
omapfb_nb
in omapfb_unregister_client()
[all...]
Completed in 4 milliseconds