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:b_rw
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
pcmtest.c
102
size_t
b_rw
; // Bytes to write on every timer tick
member
177
for (i = 0; i < v_iter->
b_rw
; i++) {
in check_buf_block_i()
192
inc_buf_pos(v_iter, v_iter->
b_rw
- i, runtime->dma_bytes);
in check_buf_block_i()
202
for (i = 0; i < v_iter->
b_rw
; i++) {
in check_buf_block_ni()
214
inc_buf_pos(v_iter, v_iter->
b_rw
- i, runtime->dma_bytes);
in check_buf_block_ni()
244
for (i = 0; i < v_iter->
b_rw
; i++) {
in fill_block_pattern_n()
290
if (v_iter->
b_rw
<= bytes_remain) {
in fill_block_rand_n()
291
//
b_rw
- count of bytes must be written for all channels at each timer tick
in fill_block_rand_n()
293
v_iter->
b_rw
/ channels);
in fill_block_rand_n()
299
(v_iter->
b_rw
in fill_block_rand_n()
[all...]
Completed in 2 milliseconds