Lines Matching defs:handle
70 static status_t WM8904_UpdateFormat(wm8904_handle_t *handle, in WM8904_UpdateFormat()
109 static status_t WM8904_WaitOnWriteSequencer(wm8904_handle_t *handle) in WM8904_WaitOnWriteSequencer()
130 status_t WM8904_WriteRegister(wm8904_handle_t *handle, uint8_t reg, uint16_t value) in WM8904_WriteRegister()
148 status_t WM8904_ReadRegister(wm8904_handle_t *handle, uint8_t reg, uint16_t *value) in WM8904_ReadRegister()
173 status_t WM8904_ModifyRegister(wm8904_handle_t *handle, uint8_t reg, uint16_t mask, uint16_t value) in WM8904_ModifyRegister()
196 status_t WM8904_Init(wm8904_handle_t *handle, wm8904_config_t *wm8904Config) in WM8904_Init()
450 status_t WM8904_Deinit(wm8904_handle_t *handle) in WM8904_Deinit()
492 status_t WM8904_SetMasterSlave(wm8904_handle_t *handle, bool master) in WM8904_SetMasterSlave()
513 status_t WM8904_SetMasterClock(wm8904_handle_t *handle, uint32_t sysclk, uint32_t sampleRate, uint3… in WM8904_SetMasterClock()
651 status_t WM8904_SetFLLConfig(wm8904_handle_t *handle, wm8904_fll_config_t *config) in WM8904_SetFLLConfig()
775 status_t WM8904_SetProtocol(wm8904_handle_t *handle, wm8904_protocol_t protocol) in WM8904_SetProtocol()
788 status_t WM8904_SelectLRCPolarity(wm8904_handle_t *handle, uint32_t polarity) in WM8904_SelectLRCPolarity()
801 status_t WM8904_EnableDACTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableDACTDMMode()
815 status_t WM8904_EnableADCTDMMode(wm8904_handle_t *handle, wm8904_timeslot_t timeSlot) in WM8904_EnableADCTDMMode()
831 status_t WM8904_CheckAudioFormat(wm8904_handle_t *handle, wm8904_audio_format_t *format, uint32_t m… in WM8904_CheckAudioFormat()
947 status_t WM8904_SetAudioFormat(wm8904_handle_t *handle, uint32_t sysclk, uint32_t sampleRate, uint3… in WM8904_SetAudioFormat()
1096 status_t WM8904_SetVolume(wm8904_handle_t *handle, uint16_t volumeLeft, uint16_t volumeRight) in WM8904_SetVolume()
1128 status_t WM8904_SetMute(wm8904_handle_t *handle, bool muteLeft, bool muteRight) in WM8904_SetMute()
1157 status_t WM8904_PrintRegisters(wm8904_handle_t *handle) in WM8904_PrintRegisters()
1193 status_t WM8904_SetChannelVolume(wm8904_handle_t *handle, uint32_t channel, uint32_t volume) in WM8904_SetChannelVolume()
1234 status_t WM8904_SetChannelMute(wm8904_handle_t *handle, uint32_t channel, bool isMute) in WM8904_SetChannelMute()
1277 status_t WM8904_SetDACVolume(wm8904_handle_t *handle, uint8_t volume) in WM8904_SetDACVolume()
1299 status_t WM8904_SetModulePower(wm8904_handle_t *handle, wm8904_module_t module, bool isEnabled) in WM8904_SetModulePower()
1356 status_t WM8904_SetRecord(wm8904_handle_t *handle, uint32_t recordSource) in WM8904_SetRecord()
1415 status_t WM8904_SetRecordChannel(wm8904_handle_t *handle, uint32_t leftRecordChannel, uint32_t righ… in WM8904_SetRecordChannel()
1504 status_t WM8904_SetPlay(wm8904_handle_t *handle, uint32_t playSource) in WM8904_SetPlay()