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:chip_status
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_core.c
232
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_send_msg_nolock()
359
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_send_rih_nolock()
490
if (chip->
chip_status
& VX_STAT_IS_STALE)
in snd_vx_threaded_irq_handler()
537
if (! (chip->
chip_status
& VX_STAT_CHIP_INIT) ||
in snd_vx_irq_handler()
538
(chip->
chip_status
& VX_STAT_IS_STALE))
in snd_vx_irq_handler()
600
(chip->
chip_status
& VX_STAT_XILINX_LOADED) ? "Loaded" : "No");
in vx_proc_read()
602
(chip->
chip_status
& VX_STAT_DEVICE_INIT) ? "Yes" : "No");
in vx_proc_read()
646
int cold_reset = !(chip->
chip_status
& VX_STAT_DEVICE_INIT);
in snd_vx_dsp_boot()
721
chip->
chip_status
|= VX_STAT_IN_SUSPEND;
in snd_vx_suspend()
735
chip->
chip_status
in snd_vx_resume()
[all...]
H
A
D
vx_hwdep.c
71
chip->
chip_status
|= VX_STAT_XILINX_LOADED;
in snd_vx_setup_firmware()
91
chip->
chip_status
|= VX_STAT_DEVICE_INIT;
in snd_vx_setup_firmware()
92
chip->
chip_status
|= VX_STAT_CHIP_INIT;
in snd_vx_setup_firmware()
H
A
D
vx_uer.c
220
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_iec958_status()
235
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_clock()
277
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_change_frequency()
H
A
D
vx_pcm.c
518
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_playback_open()
680
if (! pipe->prepared || (chip->
chip_status
& VX_STAT_IS_STALE))
in vx_pcm_playback_transfer()
700
if (pipe->running && ! (chip->
chip_status
& VX_STAT_IS_STALE)) {
in vx_pcm_playback_update()
719
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_trigger()
784
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_prepare()
886
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_capture_open()
978
if (!pipe->running || (chip->
chip_status
& VX_STAT_IS_STALE))
in vx_pcm_capture_update()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_core.c
237
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_send_msg_nolock()
372
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_send_rih_nolock()
507
if (chip->
chip_status
& VX_STAT_IS_STALE)
in snd_vx_threaded_irq_handler()
554
if (! (chip->
chip_status
& VX_STAT_CHIP_INIT) ||
in snd_vx_irq_handler()
555
(chip->
chip_status
& VX_STAT_IS_STALE))
in snd_vx_irq_handler()
617
(chip->
chip_status
& VX_STAT_XILINX_LOADED) ? "Loaded" : "No");
in vx_proc_read()
619
(chip->
chip_status
& VX_STAT_DEVICE_INIT) ? "Yes" : "No");
in vx_proc_read()
663
int cold_reset = !(chip->
chip_status
& VX_STAT_DEVICE_INIT);
in snd_vx_dsp_boot()
741
chip->
chip_status
|= VX_STAT_IN_SUSPEND;
in snd_vx_suspend()
755
chip->
chip_status
in snd_vx_resume()
[all...]
H
A
D
vx_hwdep.c
71
chip->
chip_status
|= VX_STAT_XILINX_LOADED;
in snd_vx_setup_firmware()
95
chip->
chip_status
|= VX_STAT_DEVICE_INIT;
in snd_vx_setup_firmware()
96
chip->
chip_status
|= VX_STAT_CHIP_INIT;
in snd_vx_setup_firmware()
H
A
D
vx_uer.c
220
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_iec958_status()
235
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_clock()
277
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_change_frequency()
H
A
D
vx_pcm.c
520
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_playback_open()
682
if (! pipe->prepared || (chip->
chip_status
& VX_STAT_IS_STALE))
in vx_pcm_playback_transfer()
703
if (pipe->running && ! (chip->
chip_status
& VX_STAT_IS_STALE)) {
in vx_pcm_playback_update()
723
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_trigger()
790
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_prepare()
895
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_pcm_capture_open()
987
if (!pipe->running || (chip->
chip_status
& VX_STAT_IS_STALE))
in vx_pcm_capture_update()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usX2Yhwdep.c
54
if (!(us428->
chip_status
& USX2Y_STAT_CHIP_INIT))
in snd_us428ctls_mmap()
82
if (us428->
chip_status
& USX2Y_STAT_CHIP_HUP)
in snd_us428ctls_poll()
120
if (us428->
chip_status
& USX2Y_STAT_CHIP_INIT)
in snd_usx2y_hwdep_dsp_status()
225
priv->
chip_status
|= USX2Y_STAT_CHIP_INIT;
in snd_usx2y_hwdep_dsp_load()
H
A
D
usbusx2y.h
39
int
chip_status
;
member
H
A
D
usx2yhwdeppcm.c
558
if (!(subs->usx2y->
chip_status
& USX2Y_STAT_CHIP_MMAP_PCM_URBS))
in snd_usx2y_usbpcm_open()
614
usx2y(card)->
chip_status
|= USX2Y_STAT_CHIP_MMAP_PCM_URBS;
in snd_usx2y_hwdep_pcm_open()
628
usx2y(hw->card)->
chip_status
&= ~USX2Y_STAT_CHIP_MMAP_PCM_URBS;
in snd_usx2y_hwdep_pcm_release()
669
if (!(usx2y->
chip_status
& USX2Y_STAT_CHIP_INIT))
in snd_usx2y_hwdep_pcm_mmap()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H
A
D
usX2Yhwdep.c
54
if (!(us428->
chip_status
& USX2Y_STAT_CHIP_INIT))
in snd_us428ctls_mmap()
75
if (us428->
chip_status
& USX2Y_STAT_CHIP_HUP)
in snd_us428ctls_poll()
113
if (us428->
chip_status
& USX2Y_STAT_CHIP_INIT)
in snd_usx2y_hwdep_dsp_status()
217
priv->
chip_status
|= USX2Y_STAT_CHIP_INIT;
in snd_usx2y_hwdep_dsp_load()
H
A
D
usbusx2y.h
39
int
chip_status
;
member
/kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/
H
A
D
pdaudiocf_pcm.c
41
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_trigger()
95
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_prepare()
201
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_capture_open()
H
A
D
pdaudiocf.c
159
pdacf->
chip_status
|= PDAUDIOCF_STAT_IS_CONFIGURED;
in snd_pdacf_assign_resources()
190
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_CONFIGURED)
in snd_pdacf_detach()
192
chip->
chip_status
|= PDAUDIOCF_STAT_IS_STALE; /* to be sure */
in snd_pdacf_detach()
H
A
D
pdaudiocf.h
85
unsigned int
chip_status
;
member
H
A
D
pdaudiocf_core.c
256
chip->
chip_status
|= PDAUDIOCF_STAT_IS_SUSPENDED; /* ignore interrupts from now */
in snd_pdacf_suspend()
275
chip->
chip_status
&= ~PDAUDIOCF_STAT_IS_SUSPENDED;
in snd_pdacf_resume()
/kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/
H
A
D
pdaudiocf_pcm.c
41
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_trigger()
95
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_prepare()
201
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_STALE)
in pdacf_pcm_capture_open()
H
A
D
pdaudiocf.c
158
pdacf->
chip_status
|= PDAUDIOCF_STAT_IS_CONFIGURED;
in snd_pdacf_assign_resources()
190
if (chip->
chip_status
& PDAUDIOCF_STAT_IS_CONFIGURED)
in snd_pdacf_detach()
192
chip->
chip_status
|= PDAUDIOCF_STAT_IS_STALE; /* to be sure */
in snd_pdacf_detach()
H
A
D
pdaudiocf.h
85
unsigned int
chip_status
;
member
H
A
D
pdaudiocf_core.c
256
chip->
chip_status
|= PDAUDIOCF_STAT_IS_SUSPENDED; /* ignore interrupts from now */
in snd_pdacf_suspend()
275
chip->
chip_status
&= ~PDAUDIOCF_STAT_IS_SUSPENDED;
in snd_pdacf_resume()
/kernel/linux/linux-5.10/drivers/bcma/
H
A
D
sprom.c
482
u32
chip_status
;
in bcma_sprom_ext_available()
local
496
chip_status
= bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
in bcma_sprom_ext_available()
510
return
chip_status
& present_mask;
in bcma_sprom_ext_available()
518
u32
chip_status
;
in bcma_sprom_onchip_available()
local
522
chip_status
= bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
in bcma_sprom_onchip_available()
525
present =
chip_status
& BCMA_CC_CHIPST_4313_OTP_PRESENT;
in bcma_sprom_onchip_available()
529
present =
chip_status
& BCMA_CC_CHIPST_4331_OTP_PRESENT;
in bcma_sprom_onchip_available()
542
present =
chip_status
& BCMA_CC_CHIPST_43228_OTP_PRESENT;
in bcma_sprom_onchip_available()
/kernel/linux/linux-6.6/drivers/bcma/
H
A
D
sprom.c
482
u32
chip_status
;
in bcma_sprom_ext_available()
local
496
chip_status
= bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
in bcma_sprom_ext_available()
510
return
chip_status
& present_mask;
in bcma_sprom_ext_available()
518
u32
chip_status
;
in bcma_sprom_onchip_available()
local
522
chip_status
= bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
in bcma_sprom_onchip_available()
525
present =
chip_status
& BCMA_CC_CHIPST_4313_OTP_PRESENT;
in bcma_sprom_onchip_available()
529
present =
chip_status
& BCMA_CC_CHIPST_4331_OTP_PRESENT;
in bcma_sprom_onchip_available()
542
present =
chip_status
& BCMA_CC_CHIPST_43228_OTP_PRESENT;
in bcma_sprom_onchip_available()
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H
A
D
vxp_ops.c
273
if (! (_chip->
chip_status
& VX_STAT_XILINX_LOADED))
in vxp_test_and_ack()
459
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_mic_boost()
501
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_mic_level()
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H
A
D
vxp_ops.c
275
if (! (_chip->
chip_status
& VX_STAT_XILINX_LOADED))
in vxp_test_and_ack()
461
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_mic_boost()
503
if (chip->
chip_status
& VX_STAT_IS_STALE)
in vx_set_mic_level()
Completed in 15 milliseconds
1
2