Home
last modified time | relevance | path

Searched refs:vreg_list_size (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/platform/icnss2/ !
H A Dpower.c312 static struct icnss_vreg_cfg *get_vreg_list(u32 *vreg_list_size, in get_vreg_list() argument
317 *vreg_list_size = ICNSS_VREG_LIST_SIZE; in get_vreg_list()
321 *vreg_list_size = ICNSS_VREG_ADRESTEA_LIST_SIZE; in get_vreg_list()
325 *vreg_list_size = ICNSS_VREG_EVROS_LIST_SIZE; in get_vreg_list()
330 *vreg_list_size = 0; in get_vreg_list()
343 u32 vreg_list_size = 0; in icnss_get_vreg() local
345 vreg_cfg = get_vreg_list(&vreg_list_size, priv->device_id); in icnss_get_vreg()
349 for (i = 0; i < vreg_list_size; i++) { in icnss_get_vreg()
/wlan-driver/platform/cnss2/ !
H A Dpower.c314 static struct cnss_vreg_cfg *get_vreg_list(u32 *vreg_list_size, in get_vreg_list() argument
319 *vreg_list_size = CNSS_VREG_INFO_SIZE; in get_vreg_list()
323 *vreg_list_size = 0; in get_vreg_list()
343 u32 vreg_list_size) in cnss_get_vreg() argument
381 id_n = vreg_list_size; in cnss_get_vreg()
494 u32 vreg_list_size = 0; in cnss_get_vreg_type() local
497 vreg_cfg = get_vreg_list(&vreg_list_size, type); in cnss_get_vreg_type()
504 vreg_cfg, vreg_list_size); in cnss_get_vreg_type()