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:parent_scb_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H
A
D
dsp_spos_scb_lib.c
79
if (scb->
parent_scb_ptr
!= NULL) {
in cs46xx_dsp_proc_scb_info_read()
81
scb->
parent_scb_ptr
->scb_name,
in cs46xx_dsp_proc_scb_info_read()
82
scb->
parent_scb_ptr
->address);
in cs46xx_dsp_proc_scb_info_read()
102
if ( scb->
parent_scb_ptr
) {
in _dsp_unlink_scb()
104
if (snd_BUG_ON(scb->
parent_scb_ptr
->sub_list_ptr != scb &&
in _dsp_unlink_scb()
105
scb->
parent_scb_ptr
->next_scb_ptr != scb))
in _dsp_unlink_scb()
108
if (scb->
parent_scb_ptr
->sub_list_ptr == scb) {
in _dsp_unlink_scb()
112
scb->
parent_scb_ptr
->sub_list_ptr = scb->sub_list_ptr;
in _dsp_unlink_scb()
115
scb->sub_list_ptr->
parent_scb_ptr
= scb->
parent_scb_ptr
;
in _dsp_unlink_scb()
[all...]
H
A
D
cs46xx_dsp_spos.h
99
struct dsp_scb_descriptor *
parent_scb_ptr
;
member
H
A
D
dsp_spos.c
586
if (ins->scbs[i].
parent_scb_ptr
!= NULL) {
in cs46xx_dsp_proc_scb_read()
588
ins->scbs[i].
parent_scb_ptr
->scb_name,
in cs46xx_dsp_proc_scb_read()
589
ins->scbs[i].
parent_scb_ptr
->address);
in cs46xx_dsp_proc_scb_read()
1115
ins->the_null_scb->
parent_scb_ptr
= NULL;
in cs46xx_dsp_scb_and_task_init()
1591
async_codec_scb_desc->
parent_scb_ptr
= NULL;
in cs46xx_dsp_async_init()
1596
spdifi_scb_desc->
parent_scb_ptr
= async_codec_scb_desc;
in cs46xx_dsp_async_init()
1601
spdifo_scb_desc->
parent_scb_ptr
= spdifi_scb_desc;
in cs46xx_dsp_async_init()
1608
fg_entry->
parent_scb_ptr
= spdifo_scb_desc;
in cs46xx_dsp_async_init()
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H
A
D
dsp_spos_scb_lib.c
79
if (scb->
parent_scb_ptr
!= NULL) {
in cs46xx_dsp_proc_scb_info_read()
81
scb->
parent_scb_ptr
->scb_name,
in cs46xx_dsp_proc_scb_info_read()
82
scb->
parent_scb_ptr
->address);
in cs46xx_dsp_proc_scb_info_read()
102
if ( scb->
parent_scb_ptr
) {
in _dsp_unlink_scb()
104
if (snd_BUG_ON(scb->
parent_scb_ptr
->sub_list_ptr != scb &&
in _dsp_unlink_scb()
105
scb->
parent_scb_ptr
->next_scb_ptr != scb))
in _dsp_unlink_scb()
108
if (scb->
parent_scb_ptr
->sub_list_ptr == scb) {
in _dsp_unlink_scb()
112
scb->
parent_scb_ptr
->sub_list_ptr = scb->sub_list_ptr;
in _dsp_unlink_scb()
115
scb->sub_list_ptr->
parent_scb_ptr
= scb->
parent_scb_ptr
;
in _dsp_unlink_scb()
[all...]
H
A
D
cs46xx_dsp_spos.h
99
struct dsp_scb_descriptor *
parent_scb_ptr
;
member
H
A
D
dsp_spos.c
586
if (ins->scbs[i].
parent_scb_ptr
!= NULL) {
in cs46xx_dsp_proc_scb_read()
588
ins->scbs[i].
parent_scb_ptr
->scb_name,
in cs46xx_dsp_proc_scb_read()
589
ins->scbs[i].
parent_scb_ptr
->address);
in cs46xx_dsp_proc_scb_read()
1116
ins->the_null_scb->
parent_scb_ptr
= NULL;
in cs46xx_dsp_scb_and_task_init()
1592
async_codec_scb_desc->
parent_scb_ptr
= NULL;
in cs46xx_dsp_async_init()
1597
spdifi_scb_desc->
parent_scb_ptr
= async_codec_scb_desc;
in cs46xx_dsp_async_init()
1602
spdifo_scb_desc->
parent_scb_ptr
= spdifi_scb_desc;
in cs46xx_dsp_async_init()
1609
fg_entry->
parent_scb_ptr
= spdifo_scb_desc;
in cs46xx_dsp_async_init()
Completed in 13 milliseconds