Searched refs:cache_len (Results 1 – 2 of 2) sorted by relevance
564 int cache_len; in print_conn_list() local584 cache_len = snd_hda_get_conn_list(codec, nid, &list); in print_conn_list()585 if (cache_len >= 0 && (cache_len != conn_len || in print_conn_list()587 snd_iprintf(buffer, " In-driver Connection: %d\n", cache_len); in print_conn_list()588 if (cache_len > 0) { in print_conn_list()590 for (c = 0; c < cache_len; c++) in print_conn_list()
557 u32 len, cache_len; in ghes_estatus_cache_alloc() local567 cache_len = GHES_ESTATUS_CACHE_LEN(len); in ghes_estatus_cache_alloc()568 cache = (void *)gen_pool_alloc(ghes_estatus_pool, cache_len); in ghes_estatus_cache_alloc()