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:type_ctl_stride
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H
A
D
vpdma_priv.h
164
u32
type_ctl_stride
;
member
191
/*
type_ctl_stride
*/
304
return dtd->
type_ctl_stride
>> DTD_DATA_TYPE_SHFT;
in dtd_get_data_type()
309
return (dtd->
type_ctl_stride
>> DTD_NOTIFY_SHFT) & DTD_NOTIFY_MASK;
in dtd_get_notify()
314
return (dtd->
type_ctl_stride
>> DTD_FIELD_SHFT) & DTD_FIELD_MASK;
in dtd_get_field()
319
return (dtd->
type_ctl_stride
>> DTD_1D_SHFT) & DTD_1D_MASK;
in dtd_get_1d()
324
return (dtd->
type_ctl_stride
>> DTD_EVEN_LINE_SKIP_SHFT)
in dtd_get_even_line_skip()
330
return (dtd->
type_ctl_stride
>> DTD_ODD_LINE_SKIP_SHFT)
in dtd_get_odd_line_skip()
336
return dtd->
type_ctl_stride
& DTD_LINE_STRIDE_MASK;
in dtd_get_line_stride()
H
A
D
vpdma.c
845
dtd->
type_ctl_stride
= dtd_type_ctl_stride(fmt->data_type,
in vpdma_rawchan_add_out_dtd()
914
dtd->
type_ctl_stride
= dtd_type_ctl_stride(fmt->data_type,
in vpdma_add_in_dtd()
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/
H
A
D
vpdma_priv.h
164
u32
type_ctl_stride
;
member
191
/*
type_ctl_stride
*/
304
return dtd->
type_ctl_stride
>> DTD_DATA_TYPE_SHFT;
in dtd_get_data_type()
309
return (dtd->
type_ctl_stride
>> DTD_NOTIFY_SHFT) & DTD_NOTIFY_MASK;
in dtd_get_notify()
314
return (dtd->
type_ctl_stride
>> DTD_FIELD_SHFT) & DTD_FIELD_MASK;
in dtd_get_field()
319
return (dtd->
type_ctl_stride
>> DTD_1D_SHFT) & DTD_1D_MASK;
in dtd_get_1d()
324
return (dtd->
type_ctl_stride
>> DTD_EVEN_LINE_SKIP_SHFT)
in dtd_get_even_line_skip()
330
return (dtd->
type_ctl_stride
>> DTD_ODD_LINE_SKIP_SHFT)
in dtd_get_odd_line_skip()
336
return dtd->
type_ctl_stride
& DTD_LINE_STRIDE_MASK;
in dtd_get_line_stride()
H
A
D
vpdma.c
845
dtd->
type_ctl_stride
= dtd_type_ctl_stride(fmt->data_type,
in vpdma_rawchan_add_out_dtd()
914
dtd->
type_ctl_stride
= dtd_type_ctl_stride(fmt->data_type,
in vpdma_add_in_dtd()
Completed in 7 milliseconds