Searched refs:fwc (Results 1 – 1 of 1) sorted by relevance
141 struct firmware_cache *fwc; member180 struct firmware_cache *fwc) in __allocate_fw_buf() argument195 buf->fwc = fwc; in __allocate_fw_buf()209 struct firmware_cache *fwc = &fw_cache; in __fw_lookup_buf() local211 list_for_each_entry(tmp, &fwc->head, list) in __fw_lookup_buf()218 struct firmware_cache *fwc, in fw_lookup_and_allocate_buf() argument223 spin_lock(&fwc->lock); in fw_lookup_and_allocate_buf()227 spin_unlock(&fwc->lock); in fw_lookup_and_allocate_buf()231 tmp = __allocate_fw_buf(fw_name, fwc); in fw_lookup_and_allocate_buf()233 list_add(&tmp->list, &fwc->head); in fw_lookup_and_allocate_buf()[all …]