Searched refs:request_firmware_into_buf (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dfirmware.h111 int request_firmware_into_buf(const struct firmware **firmware_p,
159 static inline int request_firmware_into_buf(const struct firmware **firmware_p, function
/linux-master/drivers/i2c/
H A Di2c-slave-eeprom.c131 ret = request_firmware_into_buf(&fw, eeprom_data, &client->dev,
/linux-master/drivers/soc/qcom/
H A Dmdt_loader.c51 ret = request_firmware_into_buf(&seg_fw, seg_name, dev,
/linux-master/drivers/base/firmware_loader/
H A Dmain.c1056 * request_firmware_into_buf() or request_firmware_nowait() with no uevent set.
1071 * request_firmware_into_buf() - load firmware into a previously allocated buffer
1086 request_firmware_into_buf(const struct firmware **firmware_p, const char *name, function
1100 EXPORT_SYMBOL(request_firmware_into_buf); variable
1111 * This function works pretty much like request_firmware_into_buf except
/linux-master/lib/
H A Dtest_firmware.c59 * request_firmware_into_buf() will be used instead.
61 * @file_offset: file offset to request when calling request_firmware_into_buf
62 * @partial: partial read opt when calling request_firmware_into_buf
882 req->rc = request_firmware_into_buf
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_mss.c1462 ret = request_firmware_into_buf(&seg_fw, fw_name, qproc->dev,

Completed in 115 milliseconds