Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/driver-api/firmware/
Drequest_firmware.rst58 this can be done with firmware_request_cache() instead of requesting for the
61 firmware_request_cache()
64 :functions: firmware_request_cache
/Linux-v4.19/include/linux/
Dfirmware.h99 int firmware_request_cache(struct device *device, const char *name);
/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c707 int firmware_request_cache(struct device *device, const char *name) in firmware_request_cache() function
717 EXPORT_SYMBOL_GPL(firmware_request_cache);
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c423 return firmware_request_cache(dev->dev, MT7601U_FIRMWARE); in mt7601u_load_firmware()