Home
last modified time | relevance | path

Searched refs:powerOn (Results 1 – 25 of 34) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c545 status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
554 retVal = HAL_CODEC_WM8904_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
560 retVal = HAL_CODEC_WM8960_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
566 retVal = HAL_CODEC_WM8962_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
572 retVal = HAL_CODEC_WM8524_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
578 retVal = HAL_CODEC_SGTL5000_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
584 retVal = HAL_CODEC_DA7212_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
590 retVal = HAL_CODEC_CS42888_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
596 retVal = HAL_CODEC_CS42448_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
602 retVal = HAL_CODEC_AK4497_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h88 status_t HAL_CODEC_AK4497_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_AK4497_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h88 status_t HAL_CODEC_CS42448_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_CS42448_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.h88 status_t HAL_CODEC_CS42888_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_CS42888_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.h88 status_t HAL_CODEC_DA7212_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_DA7212_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_pcm186x_adapter.h88 status_t HAL_CODEC_PCM186x_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_PCM186x_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_adapter.h91 status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn);
Dfsl_codec_adapter.c114 status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
Dfsl_codec_pcm186x_adapter.c114 status_t HAL_CODEC_PCM186x_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_PCM186x_SetPower() argument
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_pcm512x_adapter.h88 status_t HAL_CODEC_PCM512x_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_PCM512x_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_adapter.h91 status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h88 status_t HAL_CODEC_SGTL5000_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_SGTL5000_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_sgtl_adapter.c206 status_t HAL_CODEC_SGTL5000_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SGTL5000_SetPower() argument
210 if (powerOn) in HAL_CODEC_SGTL5000_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h86 status_t HAL_CODEC_WM8960_SetPower(void *handle, uint32_t module, bool powerOn);
208 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
210 return HAL_CODEC_WM8960_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_wm8960_adapter.c215 status_t HAL_CODEC_WM8960_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8960_SetPower() argument
220 HAL_WM8960_MAP_MODULE(module), powerOn); in HAL_CODEC_WM8960_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.h88 status_t HAL_CODEC_WM8962_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_WM8962_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_wm8962_adapter.c214 status_t HAL_CODEC_WM8962_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8962_SetPower() argument
219 HAL_WM8962_MAP_MODULE(module), powerOn); in HAL_CODEC_WM8962_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.h88 status_t HAL_CODEC_TFA9896_SetPower(void *handle, uint32_t module, bool powerOn);
207 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
209 return HAL_CODEC_TFA9896_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h88 status_t HAL_CODEC_TFA9XXX_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_TFA9XXX_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_tfa9xxx_adapter.c130 status_t HAL_CODEC_TFA9XXX_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_TFA9XXX_SetPower() argument
136 if (powerOn) in HAL_CODEC_TFA9XXX_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h88 status_t HAL_CODEC_WM8524_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_WM8524_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_wm8524_adapter.c118 status_t HAL_CODEC_WM8524_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8524_SetPower() argument
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.h88 status_t HAL_CODEC_WM8904_SetPower(void *handle, uint32_t module, bool powerOn);
210 static inline status_t HAL_CODEC_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_SetPower() argument
212 return HAL_CODEC_WM8904_SetPower(handle, module, powerOn); in HAL_CODEC_SetPower()
Dfsl_codec_wm8904_adapter.c210 status_t HAL_CODEC_WM8904_SetPower(void *handle, uint32_t module, bool powerOn) in HAL_CODEC_WM8904_SetPower() argument
216 HAL_WM8904_MAP_MODULE((codec_module_t)module), powerOn); in HAL_CODEC_WM8904_SetPower()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c158 status_t CODEC_SetPower(codec_handle_t *handle, codec_module_t module, bool powerOn) in CODEC_SetPower() argument
169 return HAL_CODEC_SetPower(handle, (uint32_t)module, powerOn); in CODEC_SetPower()

12