Searched refs:enChannel (Results 1 – 4 of 4) sorted by relevance
126 if (VcChannel0 == enChannel) in VcEnableIrq()139 else if (VcChannel1 == enChannel) in VcEnableIrq()243 if (VcChannel0 == enChannel) in Vc_ConfigIrq()293 if (VcChannel0 == enChannel) in Vc_GetStat()337 if (VcChannel0 == enChannel) in Vc_ClearIrq()443 if (VcChannel0 == enChannel) in Vc_ChannelInit()520 if (VcChannel0 == enChannel) in Vc_ChannelDeInit()571 if (VcChannel0 == enChannel) in Vc_EnableChannel()598 if (VcChannel0 == enChannel) in Vc_DisableChannel()625 if (VcChannel0 == enChannel) in Vc_EnableFilter()[all …]
280 en_result_t Vc_ChannelInit(en_vc_channel_t enChannel,282 en_result_t Vc_ChannelDeInit(en_vc_channel_t enChannel);285 en_result_t Vc_EnableChannel(en_vc_channel_t enChannel);286 en_result_t Vc_DisableChannel(en_vc_channel_t enChannel);289 en_result_t Vc_EnableFilter(en_vc_channel_t enChannel);290 en_result_t Vc_DisableFilter(en_vc_channel_t enChannel);293 boolean_t Vc_GetStat(en_vc_channel_t enChannel, en_vc_stat_t enStat);295 void Vc_ClearIrq(en_vc_channel_t enChannel);298 en_result_t Vc_EnableIrq(en_vc_channel_t enChannel);299 en_result_t Vc_DisableIrq(en_vc_channel_t enChannel);[all …]
275 void Vc_Cmd(en_vc_channel_t enChannel, boolean_t NewStatus) in Vc_Cmd() argument277 switch(enChannel) in Vc_Cmd()
287 extern void Vc_Cmd(en_vc_channel_t enChannel, boolean_t NewStatus);
Completed in 10 milliseconds