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:output_sel
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
xonar_dg_mixer.c
27
if (data->
output_sel
== PLAYBACK_DST_HP) {
in output_select_apply()
30
} else if (data->
output_sel
== PLAYBACK_DST_HP_FP) {
in output_select_apply()
66
value->value.enumerated.item[0] = data->
output_sel
;
in output_select_get()
81
if (data->
output_sel
!= new) {
in output_select_put()
82
data->
output_sel
= new;
in output_select_put()
H
A
D
xonar_dg.h
31
unsigned char
output_sel
;
member
H
A
D
xonar_dg.c
152
data->
output_sel
= PLAYBACK_DST_HP_FP;
in dg_init()
247
switch (data->
output_sel
) {
in adjust_dg_dac_routing()
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
xonar_dg_mixer.c
27
if (data->
output_sel
== PLAYBACK_DST_HP) {
in output_select_apply()
30
} else if (data->
output_sel
== PLAYBACK_DST_HP_FP) {
in output_select_apply()
66
value->value.enumerated.item[0] = data->
output_sel
;
in output_select_get()
81
if (data->
output_sel
!= new) {
in output_select_put()
82
data->
output_sel
= new;
in output_select_put()
H
A
D
xonar_dg.h
31
unsigned char
output_sel
;
member
H
A
D
xonar_dg.c
152
data->
output_sel
= PLAYBACK_DST_HP_FP;
in dg_init()
247
switch (data->
output_sel
) {
in adjust_dg_dac_routing()
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tvp514x.c
657
enum tvp514x_output
output_sel
;
in tvp514x_s_routing()
local
665
output_sel
= output;
in tvp514x_s_routing()
671
output_sel
|= tvp514x_read_reg(sd,
in tvp514x_s_routing()
674
output_sel
);
in tvp514x_s_routing()
679
decoder->tvp514x_regs[REG_OUTPUT_FORMATTER1].val =
output_sel
;
in tvp514x_s_routing()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tvp514x.c
657
enum tvp514x_output
output_sel
;
in tvp514x_s_routing()
local
665
output_sel
= output;
in tvp514x_s_routing()
671
output_sel
|= tvp514x_read_reg(sd,
in tvp514x_s_routing()
674
output_sel
);
in tvp514x_s_routing()
679
decoder->tvp514x_regs[REG_OUTPUT_FORMATTER1].val =
output_sel
;
in tvp514x_s_routing()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
octeon-usb.c
256
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x15);
in dwc3_octeon_config_power()
261
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x19);
in dwc3_octeon_config_power()
266
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x19);
in dwc3_octeon_config_power()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-octeon.c
218
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x15);
in dwc3_octeon_config_gpio()
223
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x19);
in dwc3_octeon_config_gpio()
228
gpio_bit.s.
output_sel
= (index == 0 ? 0x14 : 0x19);
in dwc3_octeon_config_gpio()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
cvmx-gpio-defs.h
50
uint64_t
output_sel
:5;
member
70
uint64_t
output_sel
:5;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
cvmx-gpio-defs.h
50
uint64_t
output_sel
:5;
member
70
uint64_t
output_sel
:5;
Completed in 12 milliseconds