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:mmap_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/
H
A
D
cmt_speech.c
89
struct cs_mmap_config_block *
mmap_cfg
;
member
98
*
mmap_cfg
, but instead duplicate the variables here */
443
&hi->
mmap_cfg
->tstamp_rx_ctrl;
in cs_hsi_read_on_control_complete()
591
hi->
mmap_cfg
->rx_ptr = hi->rx_slot;
in cs_hsi_read_on_data_complete()
792
hi->
mmap_cfg
->rx_bufs = rx_bufs;
in set_buffer_sizes()
793
hi->
mmap_cfg
->tx_bufs = tx_bufs;
in set_buffer_sizes()
804
hi->
mmap_cfg
->rx_ptr_boundary = hi->rx_ptr_boundary;
in set_buffer_sizes()
815
size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->
mmap_cfg
));
in check_buf_params()
893
data_start = L1_CACHE_ALIGN(sizeof(*hi->
mmap_cfg
));
in cs_hsi_data_enable()
896
data_start, sizeof(*hi->
mmap_cfg
), L1_CACHE_BYTE
in cs_hsi_data_enable()
[all...]
/kernel/linux/linux-6.6/drivers/hsi/clients/
H
A
D
cmt_speech.c
89
struct cs_mmap_config_block *
mmap_cfg
;
member
98
*
mmap_cfg
, but instead duplicate the variables here */
443
&hi->
mmap_cfg
->tstamp_rx_ctrl;
in cs_hsi_read_on_control_complete()
591
hi->
mmap_cfg
->rx_ptr = hi->rx_slot;
in cs_hsi_read_on_data_complete()
792
hi->
mmap_cfg
->rx_bufs = rx_bufs;
in set_buffer_sizes()
793
hi->
mmap_cfg
->tx_bufs = tx_bufs;
in set_buffer_sizes()
804
hi->
mmap_cfg
->rx_ptr_boundary = hi->rx_ptr_boundary;
in set_buffer_sizes()
815
size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->
mmap_cfg
));
in check_buf_params()
893
data_start = L1_CACHE_ALIGN(sizeof(*hi->
mmap_cfg
));
in cs_hsi_data_enable()
896
data_start, sizeof(*hi->
mmap_cfg
), L1_CACHE_BYTE
in cs_hsi_data_enable()
[all...]
Completed in 3 milliseconds