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

/linux-master/drivers/base/firmware_loader/
H A Dmain.c114 struct firmware_cache *fwc,
141 fw_priv->fwc = fwc;
159 struct firmware_cache *fwc = &fw_cache; local
161 list_for_each_entry(tmp, &fwc->head, list)
168 int alloc_lookup_fw_priv(const char *fw_name, struct firmware_cache *fwc, argument
174 spin_lock(&fwc->lock);
183 spin_unlock(&fwc->lock);
190 tmp = __allocate_fw_priv(fw_name, fwc, dbuf, size, offset, opt_flags);
194 list_add(&tmp->list, &fwc
113 __allocate_fw_priv(const char *fw_name, struct firmware_cache *fwc, void *dbuf, size_t size, size_t offset, u32 opt_flags) argument
207 struct firmware_cache *fwc = fw_priv->fwc; variable in typeref:struct:firmware_cache
227 struct firmware_cache *fwc = fw_priv->fwc; local
1277 struct firmware_cache *fwc = &fw_cache; local
1336 struct firmware_cache *fwc = &fw_cache; local
1349 struct firmware_cache *fwc = fw_priv->fwc; local
1376 struct firmware_cache *fwc = &fw_cache; local
1415 struct firmware_cache *fwc = &fw_cache; local
1443 struct firmware_cache *fwc = &fw_cache; local
1473 struct firmware_cache *fwc = &fw_cache; local
[all...]
H A Dfirmware.h67 struct firmware_cache *fwc; member in struct:fw_priv
162 int alloc_lookup_fw_priv(const char *fw_name, struct firmware_cache *fwc,
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1539 enum hl_fw_component fwc)
1551 switch (fwc) {
1565 dev_warn(hdev->dev, "Undefined FW component: %d\n", fwc);
1582 if (fwc == FW_COMP_BOOT_FIT) {
1588 } else if (fwc == FW_COMP_PREBOOT) {
2240 * @fwc: the firmware component
2244 enum hl_fw_component fwc,
2252 switch (fwc) {
2286 dev_warn(hdev->dev, "Undefined FW component: %d\n", fwc);
1538 hl_fw_static_read_device_fw_version(struct hl_device *hdev, enum hl_fw_component fwc) argument
2243 hl_fw_dynamic_read_device_fw_version(struct hl_device *hdev, enum hl_fw_component fwc, const char *fw_version) argument

Completed in 167 milliseconds