Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/firmware/
H A Drequest_firmware.rst63 this can be done with firmware_request_cache() instead of requesting for the
66 firmware_request_cache()
69 :functions: firmware_request_cache
/openbmc/linux/include/linux/
H A Dfirmware.h197 int firmware_request_cache(struct device *device, const char *name);
/openbmc/linux/drivers/base/firmware_loader/
H A Dmain.c1053 int firmware_request_cache(struct device *device, const char *name) in firmware_request_cache() function
1063 EXPORT_SYMBOL_GPL(firmware_request_cache);
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c417 return firmware_request_cache(dev->dev, MT7601U_FIRMWARE); in mt7601u_load_firmware()