Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/driver-api/firmware/
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
/Linux-v6.1/include/linux/
Dfirmware.h197 int firmware_request_cache(struct device *device, const char *name);
/Linux-v6.1/drivers/base/firmware_loader/
Dmain.c998 int firmware_request_cache(struct device *device, const char *name) in firmware_request_cache() function
1008 EXPORT_SYMBOL_GPL(firmware_request_cache);
/Linux-v6.1/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c417 return firmware_request_cache(dev->dev, MT7601U_FIRMWARE); in mt7601u_load_firmware()