Lines Matching refs:PWS_flag_index
314 MS_U16 PWS_flag_index=0; in HAL_PWS_Init() local
342 …for(PWS_flag_index = u16PWS_First_Items ; PWS_flag_index < u16OutOfRange_PWS_Items ; PWS_flag_inde… in HAL_PWS_Init()
344 PWS_flag[PWS_flag_index] = 1; in HAL_PWS_Init()
394 MS_U16 PWS_flag_index=0; in HAL_PWS_HandleSource() local
414 …for(PWS_flag_index = u16PWS_First_Items ; PWS_flag_index < u16OutOfRange_PWS_Items ; PWS_flag_inde… in HAL_PWS_HandleSource()
416 PWS_flag[PWS_flag_index] = 1; in HAL_PWS_HandleSource()
443 …for(PWS_flag_index = u16PWS_First_Items ; PWS_flag_index < u16OutOfRange_PWS_Items ; PWS_flag_inde… in HAL_PWS_HandleSource()
447 PWS_flag[PWS_flag_index] &= ((pws_table[PWS_flag_index] & find_source) > 0) ? 1 : 0; in HAL_PWS_HandleSource()
454 …for(PWS_flag_index = u16PWS_First_Items; PWS_flag_index < u16OutOfRange_PWS_Items ; PWS_flag_index… in HAL_PWS_HandleSource()
456 ret &= HAL_PWS_SetXXX(PWS_flag[PWS_flag_index], PWS_flag_index); in HAL_PWS_HandleSource()
457 … DEBUG_INFO(ULOGD(TAG_PWS,"func=%d,arg=%d, ret=%d\n",PWS_flag_index,PWS_flag[PWS_flag_index],ret)); in HAL_PWS_HandleSource()
465 MS_U16 PWS_flag_index = 0; in HAL_PWS_HandleIP() local
477 …for(PWS_flag_index = u16PWS_First_Items ; PWS_flag_index < u16OutOfRange_PWS_Items ; PWS_flag_inde… in HAL_PWS_HandleIP()
479 if(strcmp((char *)pws_setting_info_table[PWS_flag_index].regName,(char *)RegName) == 0) in HAL_PWS_HandleIP()
483 ret &= HAL_PWS_SetXXX((MS_U8)IpPowerCtrl, PWS_flag_index); in HAL_PWS_HandleIP()