Searched refs:p_res (Results 1 – 1 of 1) sorted by relevance
467 …_PWR_MD * btm_pm_compare_modes(tBTM_PM_PWR_MD *p_md1, tBTM_PM_PWR_MD *p_md2, tBTM_PM_PWR_MD *p_res) in btm_pm_compare_modes() argument473 *p_res = *p_md2; in btm_pm_compare_modes()474 p_res->mode &= ~BTM_PM_MD_FORCE; in btm_pm_compare_modes()487 *p_res = *p_md1; in btm_pm_compare_modes()488 p_res->mode &= ~BTM_PM_MD_FORCE; in btm_pm_compare_modes()489 return p_res; in btm_pm_compare_modes()494 *p_res = *p_md2; in btm_pm_compare_modes()495 p_res->mode &= ~BTM_PM_MD_FORCE; in btm_pm_compare_modes()496 return p_res; in btm_pm_compare_modes()504 *p_res = *p_md1; in btm_pm_compare_modes()[all …]