Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dfirmware_class.c141 struct firmware_cache *fwc; member
180 struct firmware_cache *fwc) in __allocate_fw_buf() argument
191 buf->fwc = fwc; in __allocate_fw_buf()
205 struct firmware_cache *fwc = &fw_cache; in __fw_lookup_buf() local
207 list_for_each_entry(tmp, &fwc->head, list) in __fw_lookup_buf()
214 struct firmware_cache *fwc, in fw_lookup_and_allocate_buf() argument
219 spin_lock(&fwc->lock); in fw_lookup_and_allocate_buf()
223 spin_unlock(&fwc->lock); in fw_lookup_and_allocate_buf()
227 tmp = __allocate_fw_buf(fw_name, fwc); in fw_lookup_and_allocate_buf()
229 list_add(&tmp->list, &fwc->head); in fw_lookup_and_allocate_buf()
[all …]