Searched refs:firmware_p (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfirmware.h111 int request_firmware_into_buf(const struct firmware **firmware_p,
113 int request_partial_firmware_into_buf(const struct firmware **firmware_p,
159 static inline int request_firmware_into_buf(const struct firmware **firmware_p, argument
166 (const struct firmware **firmware_p,
165 request_partial_firmware_into_buf(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size, size_t offset) argument
/linux-master/drivers/base/firmware_loader/
H A Dmain.c742 _request_firmware_prepare(struct firmware **firmware_p, const char *name, argument
750 *firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL);
854 _request_firmware(const struct firmware **firmware_p, const char *name, argument
864 if (!firmware_p)
931 *firmware_p = fw;
937 * @firmware_p: pointer to firmware image
941 * @firmware_p will be used to return a firmware image by the name
956 request_firmware(const struct firmware **firmware_p, const char *name, argument
963 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0,
999 * @firmware_p
1008 request_firmware_direct(const struct firmware **firmware_p, const char *name, struct device *device) argument
1086 request_firmware_into_buf(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size) argument
1115 request_partial_firmware_into_buf(const struct firmware **firmware_p, const char *name, struct device *device, void *buf, size_t size, size_t offset) argument
[all...]
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c1794 const struct firmware *firmware_p; local
1806 ret = request_firmware(&firmware_p, rproc->firmware, dev);
1813 ret = rproc_start(rproc, firmware_p);
1815 release_firmware(firmware_p);
1911 const struct firmware *firmware_p; local
1948 ret = request_firmware(&firmware_p, rproc->firmware, dev);
1954 ret = rproc_fw_boot(rproc, firmware_p);
1956 release_firmware(firmware_p);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw.c644 static int uc_fw_request(struct xe_uc_fw *uc_fw, const struct firmware **firmware_p) argument
701 *firmware_p = fw;
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c195 const struct firmware **firmware_p,
201 rc = request_firmware(firmware_p, fw_name, hdev->dev);
208 fw_size = (*firmware_p)->size;
229 release_firmware(*firmware_p);
194 hl_request_fw(struct hl_device *hdev, const struct firmware **firmware_p, const char *fw_name) argument

Completed in 156 milliseconds