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:dsp_status
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
switch_to_32.h
8
(!!(tsk->thread.
dsp_status
.status & SR_DSP))
13
(u32 *)&tsk->thread.
dsp_status
; \
36
(u32 *)&tsk->thread.
dsp_status
+ 14; \
H
A
D
processor_32.h
104
struct sh_dsp_struct
dsp_status
;
member
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
switch_to_32.h
8
(!!(tsk->thread.
dsp_status
.status & SR_DSP))
13
(u32 *)&tsk->thread.
dsp_status
; \
36
(u32 *)&tsk->thread.
dsp_status
+ 14; \
H
A
D
processor_32.h
104
struct sh_dsp_struct
dsp_status
;
member
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
process_32.c
107
* p->thread.
dsp_status
.status |= SR_DSP
in copy_thread()
109
p->thread.
dsp_status
= tsk->thread.
dsp_status
;
in copy_thread()
H
A
D
ptrace_32.c
216
(struct pt_dspregs *)&target->thread.
dsp_status
.dsp_regs;
in dspregs_get()
227
(struct pt_dspregs *)&target->thread.
dsp_status
.dsp_regs;
in dspregs_set()
H
A
D
traps_32.c
633
current->thread.
dsp_status
.status |= SR_DSP;
in do_reserved_inst()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
process_32.c
104
* p->thread.
dsp_status
.status |= SR_DSP
in copy_thread()
106
p->thread.
dsp_status
= tsk->thread.
dsp_status
;
in copy_thread()
H
A
D
ptrace_32.c
215
(struct pt_dspregs *)&target->thread.
dsp_status
.dsp_regs;
in dspregs_get()
226
(struct pt_dspregs *)&target->thread.
dsp_status
.dsp_regs;
in dspregs_set()
H
A
D
traps_32.c
641
current->thread.
dsp_status
.status |= SR_DSP;
in do_reserved_inst()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hwdep.h
33
int (*
dsp_status
)(struct snd_hwdep *hw,
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hwdep.h
33
int (*
dsp_status
)(struct snd_hwdep *hw,
member
/kernel/linux/linux-5.10/sound/core/
H
A
D
hwdep.c
194
if (! hw->ops.
dsp_status
)
in snd_hwdep_dsp_status()
198
if ((err = hw->ops.
dsp_status
(hw, &info)) < 0)
in snd_hwdep_dsp_status()
/kernel/linux/linux-6.6/sound/core/
H
A
D
hwdep.c
194
if (! hw->ops.
dsp_status
)
in snd_hwdep_dsp_status()
198
err = hw->ops.
dsp_status
(hw, &info);
in snd_hwdep_dsp_status()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usX2Yhwdep.c
242
hw->ops.
dsp_status
= snd_usx2y_hwdep_dsp_status;
in usx2y_hwdep_new()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usX2Yhwdep.c
235
hw->ops.
dsp_status
= snd_usx2y_hwdep_dsp_status;
in usx2y_hwdep_new()
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_ca0132.c
3737
enum r3di_dsp_status
dsp_status
)
in r3di_gpio_dsp_status_set()
3744
switch (
dsp_status
) {
in r3di_gpio_dsp_status_set()
3736
r3di_gpio_
dsp_status
_set(struct hda_codec *codec, enum r3di_
dsp_status
dsp_status
)
r3di_gpio_dsp_status_set()
argument
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_ca0132.c
3857
enum r3di_dsp_status
dsp_status
)
in r3di_gpio_dsp_status_set()
3864
switch (
dsp_status
) {
in r3di_gpio_dsp_status_set()
3856
r3di_gpio_
dsp_status
_set(struct hda_codec *codec, enum r3di_
dsp_status
dsp_status
)
r3di_gpio_dsp_status_set()
argument
Completed in 31 milliseconds