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:old_control
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
bt87x.c
561
u32
old_control
;
in snd_bt87x_capture_volume_put()
local
565
old_control
= chip->reg_control;
in snd_bt87x_capture_volume_put()
569
changed =
old_control
!= chip->reg_control;
in snd_bt87x_capture_volume_put()
597
u32
old_control
;
in snd_bt87x_capture_boost_put()
local
601
old_control
= chip->reg_control;
in snd_bt87x_capture_boost_put()
605
changed = chip->reg_control !=
old_control
;
in snd_bt87x_capture_boost_put()
639
u32
old_control
;
in snd_bt87x_capture_source_put()
local
643
old_control
= chip->reg_control;
in snd_bt87x_capture_source_put()
647
changed = chip->reg_control !=
old_control
;
in snd_bt87x_capture_source_put()
/kernel/linux/linux-6.6/sound/pci/
H
A
D
bt87x.c
560
u32
old_control
;
in snd_bt87x_capture_volume_put()
local
564
old_control
= chip->reg_control;
in snd_bt87x_capture_volume_put()
568
changed =
old_control
!= chip->reg_control;
in snd_bt87x_capture_volume_put()
596
u32
old_control
;
in snd_bt87x_capture_boost_put()
local
600
old_control
= chip->reg_control;
in snd_bt87x_capture_boost_put()
604
changed = chip->reg_control !=
old_control
;
in snd_bt87x_capture_boost_put()
638
u32
old_control
;
in snd_bt87x_capture_source_put()
local
642
old_control
= chip->reg_control;
in snd_bt87x_capture_source_put()
646
changed = chip->reg_control !=
old_control
;
in snd_bt87x_capture_source_put()
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
oxygen_mixer.c
236
u32
old_control
, new_control;
in oxygen_update_spdif_source()
local
240
old_control
= oxygen_read32(chip, OXYGEN_SPDIF_CONTROL);
in oxygen_update_spdif_source()
243
new_control =
old_control
| OXYGEN_SPDIF_OUT_ENABLE;
in oxygen_update_spdif_source()
246
oxygen_rate = (
old_control
>> OXYGEN_SPDIF_OUT_RATE_SHIFT)
in oxygen_update_spdif_source()
255
new_control = (
old_control
& ~OXYGEN_SPDIF_OUT_RATE_MASK) |
in oxygen_update_spdif_source()
259
new_control =
old_control
& ~OXYGEN_SPDIF_OUT_ENABLE;
in oxygen_update_spdif_source()
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
oxygen_mixer.c
236
u32
old_control
, new_control;
in oxygen_update_spdif_source()
local
240
old_control
= oxygen_read32(chip, OXYGEN_SPDIF_CONTROL);
in oxygen_update_spdif_source()
243
new_control =
old_control
| OXYGEN_SPDIF_OUT_ENABLE;
in oxygen_update_spdif_source()
246
oxygen_rate = (
old_control
>> OXYGEN_SPDIF_OUT_RATE_SHIFT)
in oxygen_update_spdif_source()
255
new_control = (
old_control
& ~OXYGEN_SPDIF_OUT_RATE_MASK) |
in oxygen_update_spdif_source()
259
new_control =
old_control
& ~OXYGEN_SPDIF_OUT_ENABLE;
in oxygen_update_spdif_source()
Completed in 7 milliseconds