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:scarlett2_ports
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/
H
A
D
mixer_scarlett_gen2.c
206
struct
scarlett2_ports
{
struct
220
struct
scarlett2_ports
ports[SCARLETT2_PORT_TYPE_COUNT];
439
static int scarlett2_get_port_start_num(const struct
scarlett2_ports
*ports,
in scarlett2_get_port_start_num()
818
static u32 scarlett2_mux_src_num_to_id(const struct
scarlett2_ports
*ports,
in scarlett2_mux_src_num_to_id()
840
const struct
scarlett2_ports
*ports = info->ports;
in scarlett2_usb_set_mux()
989
const struct
scarlett2_ports
*ports = private->info->ports;
in scarlett2_update_volumes()
1380
const struct
scarlett2_ports
*ports = info->ports;
in scarlett2_add_line_out_ctls()
1506
const struct
scarlett2_ports
*ports = info->ports;
in scarlett2_mixer_ctl_put()
1550
const struct
scarlett2_ports
*ports = private->info->ports;
in scarlett2_add_mixer_ctls()
1580
const struct
scarlett2_ports
*port
in scarlett2_mux_src_enum_ctl_info()
[all...]
/kernel/linux/linux-6.6/sound/usb/
H
A
D
mixer_scarlett_gen2.c
233
/* I/O count of each port type kept in struct
scarlett2_ports
*/
264
static const struct scarlett2_port
scarlett2_ports
[SCARLETT2_PORT_TYPE_COUNT] = {
variable
1538
return
scarlett2_ports
[port_type].id | num;
in scarlett2_mux_src_num_to_id()
1556
int base =
scarlett2_ports
[port_type].id;
in scarlett2_mux_id_to_num()
1669
int dst_id =
scarlett2_ports
[port_type].id + port_idx;
in scarlett2_usb_set_mux()
3453
&
scarlett2_ports
[port_type];
in scarlett2_mux_src_enum_ctl_info()
3540
scarlett2_ports
[port_type].dst_descr;
in scarlett2_add_mux_enums()
Completed in 10 milliseconds