Searched refs:BTM_MAX_PM_RECORDS (Results 1 – 3 of 3) sorted by relevance
109 if (*p_pm_id >= BTM_MAX_PM_RECORDS) return BTM_ILLEGAL_VALUE; in BTM_PmRegister()114 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in BTM_PmRegister()149 if (pm_id >= BTM_MAX_PM_RECORDS) { in BTM_SetPowerMode()198 temp_pm_id = BTM_MAX_PM_RECORDS; in BTM_SetPowerMode()360 for (xx = 0; xx < BTM_MAX_PM_RECORDS; xx++) { in btm_pm_reset()510 loop_max = BTM_MAX_PM_RECORDS + 1; in btm_pm_get_set_mode()512 loop_max = BTM_MAX_PM_RECORDS; in btm_pm_get_set_mode()779 for (yy = 0; yy <= BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()805 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_mode_change()855 for (yy = 0; yy < BTM_MAX_PM_RECORDS; yy++) { in btm_pm_proc_ssr_evt()
597 tBTM_PM_PWR_MD req_mode[BTM_MAX_PM_RECORDS + 1]; /* the desired mode and708 tBTM_PM_RCB pm_reg_db[BTM_MAX_PM_RECORDS + 1]; /* per application/module */
398 #ifndef BTM_MAX_PM_RECORDS399 #define BTM_MAX_PM_RECORDS 2 macro