Home
last modified time | relevance | path

Searched defs:pSettings (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/char/mwave/
Dtp3780i.c70 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in EnableSRAM() local
106 DSP_3780I_CONFIG_SETTINGS *pSettings = &pDrvData->rBDData.rDspSettings; in DspInterrupt() local
158 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_InitializeBoardData() local
193 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_CalcResources() local
241 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_ClaimResources() local
263 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_ReleaseResources() local
285 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_EnableDSP() local
416 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_DisableDSP() local
439 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_ResetDSP() local
459 DSP_3780I_CONFIG_SETTINGS *pSettings = &pBDData->rDspSettings; in tp3780I_StartDSP() local
[all …]
D3780i.c172 int dsp3780I_EnableDSP(DSP_3780I_CONFIG_SETTINGS * pSettings, in dsp3780I_EnableDSP()
354 int dsp3780I_DisableDSP(DSP_3780I_CONFIG_SETTINGS * pSettings) in dsp3780I_DisableDSP()
384 int dsp3780I_Reset(DSP_3780I_CONFIG_SETTINGS * pSettings) in dsp3780I_Reset()
429 int dsp3780I_Run(DSP_3780I_CONFIG_SETTINGS * pSettings) in dsp3780I_Run()
Dsmapi.c127 int smapi_query_DSP_cfg(SMAPI_DSP_SETTINGS * pSettings) in smapi_query_DSP_cfg()