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:mapped_channel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
rme9652.c
569
int
mapped_channel
;
in rme9652_set_thru()
local
571
mapped_channel
= rme9652->channel_map[channel];
in rme9652_set_thru()
574
rme9652->thru_bits |= (1 <<
mapped_channel
);
in rme9652_set_thru()
576
rme9652->thru_bits &= ~(1 <<
mapped_channel
);
in rme9652_set_thru()
580
RME9652_thru_base +
mapped_channel
* 4,
in rme9652_set_thru()
1827
int
mapped_channel
;
in rme9652_channel_buffer_location()
local
1832
mapped_channel
= rme9652->channel_map[channel];
in rme9652_channel_buffer_location()
1833
if (
mapped_channel
< 0)
in rme9652_channel_buffer_location()
1838
(
mapped_channel
* RME9652_CHANNEL_BUFFER_BYTES);
in rme9652_channel_buffer_location()
1841
(
mapped_channel
* RME9652_CHANNEL_BUFFER_BYTE
in rme9652_channel_buffer_location()
[all...]
H
A
D
hdsp.c
3947
int
mapped_channel
;
in hdsp_channel_buffer_location()
local
3952
mapped_channel
= hdsp->channel_map[channel];
in hdsp_channel_buffer_location()
3953
if (
mapped_channel
< 0)
in hdsp_channel_buffer_location()
3957
return hdsp->capture_buffer + (
mapped_channel
* HDSP_CHANNEL_BUFFER_BYTES);
in hdsp_channel_buffer_location()
3959
return hdsp->playback_buffer + (
mapped_channel
* HDSP_CHANNEL_BUFFER_BYTES);
in hdsp_channel_buffer_location()
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
rme9652.c
575
int
mapped_channel
;
in rme9652_set_thru()
local
577
mapped_channel
= rme9652->channel_map[channel];
in rme9652_set_thru()
580
rme9652->thru_bits |= (1 <<
mapped_channel
);
in rme9652_set_thru()
582
rme9652->thru_bits &= ~(1 <<
mapped_channel
);
in rme9652_set_thru()
586
RME9652_thru_base +
mapped_channel
* 4,
in rme9652_set_thru()
1849
int
mapped_channel
;
in rme9652_channel_buffer_location()
local
1854
if ((
mapped_channel
= rme9652->channel_map[channel]) < 0) {
in rme9652_channel_buffer_location()
1860
(
mapped_channel
* RME9652_CHANNEL_BUFFER_BYTES);
in rme9652_channel_buffer_location()
1863
(
mapped_channel
* RME9652_CHANNEL_BUFFER_BYTES);
in rme9652_channel_buffer_location()
H
A
D
hdsp.c
3877
int
mapped_channel
;
in hdsp_channel_buffer_location()
local
3882
if ((
mapped_channel
= hdsp->channel_map[channel]) < 0)
in hdsp_channel_buffer_location()
3886
return hdsp->capture_buffer + (
mapped_channel
* HDSP_CHANNEL_BUFFER_BYTES);
in hdsp_channel_buffer_location()
3888
return hdsp->playback_buffer + (
mapped_channel
* HDSP_CHANNEL_BUFFER_BYTES);
in hdsp_channel_buffer_location()
Completed in 20 milliseconds