Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/linux/
Dfirmware.h99 int firmware_request_cache(struct device *device, const char *name);
/Linux-v5.4/drivers/base/firmware_loader/
Dmain.c897 int firmware_request_cache(struct device *device, const char *name) in firmware_request_cache() function
907 EXPORT_SYMBOL_GPL(firmware_request_cache);
/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c415 return firmware_request_cache(dev->dev, MT7601U_FIRMWARE); in mt7601u_load_firmware()