Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dfirmware_class.c141 struct firmware_cache *fwc; member
180 struct firmware_cache *fwc) in __allocate_fw_buf() argument
195 buf->fwc = fwc; in __allocate_fw_buf()
209 struct firmware_cache *fwc = &fw_cache; in __fw_lookup_buf() local
211 list_for_each_entry(tmp, &fwc->head, list) in __fw_lookup_buf()
218 struct firmware_cache *fwc, in fw_lookup_and_allocate_buf() argument
223 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 …]