Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/include/linux/
Dfirmware.h212 int firmware_request_cache(struct device *device, const char *name);
/linux-6.12.1/drivers/base/firmware_loader/
Dmain.c1088 int firmware_request_cache(struct device *device, const char *name) in firmware_request_cache() function
1098 EXPORT_SYMBOL_GPL(firmware_request_cache);
/linux-6.12.1/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c417 return firmware_request_cache(dev->dev, MT7601U_FIRMWARE); in mt7601u_load_firmware()