Home
last modified time | relevance | path

Searched refs:chip_status (Results 1 – 13 of 13) sorted by relevance

/linux/sound/drivers/vx/
H A Dvx_hwdep.c71 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 Dvx_pcm.c522 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_playback_open()
683 if (! pipe->prepared || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_playback_transfer()
704 if (pipe->running && ! (chip->chip_status & VX_STAT_IS_STALE)) { in vx_pcm_playback_update()
724 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_trigger()
791 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_prepare()
898 if (chip->chip_status & VX_STAT_IS_STALE) in vx_pcm_capture_open()
990 if (!pipe->running || (chip->chip_status & VX_STAT_IS_STALE)) in vx_pcm_capture_update()
/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c47 if (!(us428->chip_status & USX2Y_STAT_CHIP_INIT)) in snd_us428ctls_mmap()
69 if (us428->chip_status & USX2Y_STAT_CHIP_HUP) in snd_us428ctls_poll()
107 if (us428->chip_status & USX2Y_STAT_CHIP_INIT) in snd_usx2y_hwdep_dsp_status()
209 priv->chip_status |= USX2Y_STAT_CHIP_INIT; in snd_usx2y_hwdep_dsp_load()
H A Dusbusx2y.h65 int chip_status; member
H A Dusbusx2y.c420 usx2y->chip_status = USX2Y_STAT_CHIP_HUP; in snd_usx2y_disconnect()
H A Dusbusx2yaudio.c885 if (subs->usx2y->chip_status & USX2Y_STAT_CHIP_MMAP_PCM_URBS) in snd_usx2y_pcm_open()
/linux/drivers/bcma/
H A Dsprom.c482 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()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c163 pdacf->chip_status |= PDAUDIOCF_STAT_IS_CONFIGURED; in snd_pdacf_assign_resources()
193 if (chip->chip_status & PDAUDIOCF_STAT_IS_CONFIGURED) in snd_pdacf_detach()
195 chip->chip_status |= PDAUDIOCF_STAT_IS_STALE; /* to be sure */ in snd_pdacf_detach()
H A Dpdaudiocf_core.c255 chip->chip_status |= PDAUDIOCF_STAT_IS_SUSPENDED; /* ignore interrupts from now */ in snd_pdacf_suspend()
274 chip->chip_status &= ~PDAUDIOCF_STAT_IS_SUSPENDED; in snd_pdacf_resume()
H A Dpdaudiocf.h85 unsigned int chip_status; member
H A Dpdaudiocf_irq.c22 if ((chip->chip_status & (PDAUDIOCF_STAT_IS_STALE| in pdacf_interrupt()
252 …if ((chip->chip_status & (PDAUDIOCF_STAT_IS_STALE|PDAUDIOCF_STAT_IS_CONFIGURED)) != PDAUDIOCF_STAT… in pdacf_threaded_irq()
/linux/sound/pcmcia/vx/
H A Dvxpocket.c308 chip->chip_status |= VX_STAT_IS_STALE; /* to be sure */ in vxpocket_detach()
/linux/include/sound/
H A Dvx_core.h155 unsigned int chip_status; member