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:ref_count_rate
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H
A
D
pcxhr.h
95
int
ref_count_rate
;
member
H
A
D
pcxhr.c
1066
mgr->
ref_count_rate
++;
in pcxhr_open()
1085
if (--mgr->
ref_count_rate
== 0) {
in pcxhr_close()
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart.h
88
int
ref_count_rate
;
member
H
A
D
mixart.c
491
if(chip->mgr->
ref_count_rate
== 1)
in snd_mixart_prepare()
771
if(mgr->
ref_count_rate
++) {
in snd_mixart_playback_open()
852
if(mgr->
ref_count_rate
++) {
in snd_mixart_capture_open()
878
if(--mgr->
ref_count_rate
== 0) {
in snd_mixart_close()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H
A
D
pcxhr.h
95
int
ref_count_rate
;
member
H
A
D
pcxhr.c
1064
mgr->
ref_count_rate
++;
in pcxhr_open()
1083
if (--mgr->
ref_count_rate
== 0) {
in pcxhr_close()
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart.h
88
int
ref_count_rate
;
member
H
A
D
mixart.c
490
if(chip->mgr->
ref_count_rate
== 1)
in snd_mixart_prepare()
770
if(mgr->
ref_count_rate
++) {
in snd_mixart_playback_open()
851
if(mgr->
ref_count_rate
++) {
in snd_mixart_capture_open()
877
if(--mgr->
ref_count_rate
== 0) {
in snd_mixart_close()
/kernel/linux/linux-5.10/sound/pci/lola/
H
A
D
lola_pcm.c
235
chip->
ref_count_rate
++;
in lola_pcm_open()
269
if (--chip->
ref_count_rate
== 0) {
in lola_pcm_close()
H
A
D
lola.h
348
int
ref_count_rate
;
member
/kernel/linux/linux-6.6/sound/pci/lola/
H
A
D
lola_pcm.c
235
chip->
ref_count_rate
++;
in lola_pcm_open()
269
if (--chip->
ref_count_rate
== 0) {
in lola_pcm_close()
H
A
D
lola.h
348
int
ref_count_rate
;
member
Completed in 17 milliseconds