Home
last modified time | relevance | path

Searched refs:request_firmware (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dfirmware.h38 int request_firmware(const struct firmware **fw, const char *name,
47 static inline int request_firmware(const struct firmware **fw, in request_firmware() function
Dihex.h61 ret = request_firmware(&lfw, fw_name, dev); in request_ihex_firmware()