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:sso
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
sis7019.c
80
u32
sso
;
member
196
voice->
sso
+= period;
in sis_update_sso()
197
if (voice->
sso
>= voice->buffer_size)
in sis_update_sso()
198
voice->
sso
-= voice->buffer_size;
in sis_update_sso()
201
if (voice->
sso
< 8)
in sis_update_sso()
202
voice->
sso
= 8;
in sis_update_sso()
205
writew(voice->
sso
& 0xffff, base + SIS_PLAY_DMA_SSO_ESO + 2);
in sis_update_sso()
534
voice->
sso
= runtime->period_size - 1;
in sis_pcm_playback_prepare()
708
u32 vperiod,
sso
, reg;
in sis_prepare_timing_voice()
local
743
sso
in sis_prepare_timing_voice()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H
A
D
sis7019.c
79
u32
sso
;
member
195
voice->
sso
+= period;
in sis_update_sso()
196
if (voice->
sso
>= voice->buffer_size)
in sis_update_sso()
197
voice->
sso
-= voice->buffer_size;
in sis_update_sso()
200
if (voice->
sso
< 8)
in sis_update_sso()
201
voice->
sso
= 8;
in sis_update_sso()
204
writew(voice->
sso
& 0xffff, base + SIS_PLAY_DMA_SSO_ESO + 2);
in sis_update_sso()
533
voice->
sso
= runtime->period_size - 1;
in sis_pcm_playback_prepare()
707
u32 vperiod,
sso
, reg;
in sis_prepare_timing_voice()
local
742
sso
in sis_prepare_timing_voice()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
330
attach ? pfvf->
sso
++ : pfvf->
sso
--;
in rvu_update_rsrc_map()
331
num_lfs = pfvf->
sso
;
in rvu_update_rsrc_map()
812
goto
sso
;
in rvu_setup_hw_resources()
829
sso
:
in rvu_setup_hw_resources()
1052
return pfvf->
sso
;
in rvu_get_rsrc_mapcount()
1074
return !!pfvf->
sso
;
in is_blktype_attached()
1188
else if ((blkid == BLKADDR_SSO) && !detach->
sso
)
in rvu_detach_rsrcs()
1338
if (req->
sso
) {
in rvu_check_rsrc_availability()
1341
if (req->
sso
> bloc
in rvu_check_rsrc_availability()
[all...]
H
A
D
mbox.h
280
u16
sso
;
member
296
u8
sso
:1;
member
309
u8
sso
;
member
H
A
D
rvu.h
137
u16
sso
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu.c
378
attach ? pfvf->
sso
++ : pfvf->
sso
--;
in rvu_update_rsrc_map()
379
num_lfs = pfvf->
sso
;
in rvu_update_rsrc_map()
1253
return pfvf->
sso
;
in rvu_get_rsrc_mapcount()
1275
return !!pfvf->
sso
;
in is_blktype_attached()
1448
else if ((blkid == BLKADDR_SSO) && !detach->
sso
)
in rvu_detach_rsrcs()
1619
if (req->
sso
) {
in rvu_check_rsrc_availability()
1622
if (req->
sso
> block->lf.max) {
in rvu_check_rsrc_availability()
1625
pcifunc, req->
sso
, block->lf.max);
in rvu_check_rsrc_availability()
1631
if (req->
sso
> mappedlf
in rvu_check_rsrc_availability()
[all...]
H
A
D
mbox.h
436
u16
sso
;
member
453
u8
sso
:1;
member
465
u16
sso
;
member
485
u16
sso
;
member
H
A
D
rvu.h
198
u16
sso
;
member
Completed in 19 milliseconds