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:wss_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
venc.c
246
u32
wss_data
;
member
284
venc.
wss_data
);
in venc_write_config()
465
venc.
wss_data
= 0;
in venc_display_enable()
495
venc.
wss_data
= 0;
in venc_set_timings()
531
return (venc.
wss_data
>> 8) ^ 0xfffff;
in venc_get_wss()
546
venc.
wss_data
= (wss ^ 0xfffff) << 8;
in venc_set_wss()
553
venc.
wss_data
);
in venc_set_wss()
816
venc.
wss_data
= 0;
in venc_bind()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
venc.c
246
u32
wss_data
;
member
284
venc.
wss_data
);
in venc_write_config()
463
venc.
wss_data
= 0;
in venc_display_enable()
493
venc.
wss_data
= 0;
in venc_set_timings()
529
return (venc.
wss_data
>> 8) ^ 0xfffff;
in venc_get_wss()
544
venc.
wss_data
= (wss ^ 0xfffff) << 8;
in venc_set_wss()
551
venc.
wss_data
);
in venc_set_wss()
814
venc.
wss_data
= 0;
in venc_bind()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-vbi-gen.c
30
u16
wss_data
;
in vivid_vbi_gen_wss_raw()
local
36
wss_data
= (data->data[1] << 8) | data->data[0];
in vivid_vbi_gen_wss_raw()
38
wss_insert(wss + bit, (
wss_data
& (1 << i)) ? one : zero, 6);
in vivid_vbi_gen_wss_raw()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-vbi-gen.c
30
u16
wss_data
;
in vivid_vbi_gen_wss_raw()
local
36
wss_data
= (data->data[1] << 8) | data->data[0];
in vivid_vbi_gen_wss_raw()
38
wss_insert(wss + bit, (
wss_data
& (1 << i)) ? one : zero, 6);
in vivid_vbi_gen_wss_raw()
Completed in 4 milliseconds