Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfirmware.h108 int request_firmware_into_buf(const struct firmware **firmware_p,
110 int request_partial_firmware_into_buf(const struct firmware **firmware_p,
156 static inline int request_firmware_into_buf(const struct firmware **firmware_p, in request_firmware_into_buf() argument
163 (const struct firmware **firmware_p, in request_partial_firmware_into_buf() argument
/Linux-v6.1/drivers/base/firmware_loader/
Dmain.c728 _request_firmware_prepare(struct firmware **firmware_p, const char *name, in _request_firmware_prepare() argument
736 *firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL); in _request_firmware_prepare()
796 _request_firmware(const struct firmware **firmware_p, const char *name, in _request_firmware() argument
806 if (!firmware_p) in _request_firmware()
871 *firmware_p = fw; in _request_firmware()
896 request_firmware(const struct firmware **firmware_p, const char *name, in request_firmware() argument
903 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware()
948 int request_firmware_direct(const struct firmware **firmware_p, in request_firmware_direct() argument
954 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware_direct()
1026 request_firmware_into_buf(const struct firmware **firmware_p, const char *name, in request_firmware_into_buf() argument
[all …]
/Linux-v6.1/drivers/remoteproc/
Dremoteproc_core.c1786 const struct firmware *firmware_p; in rproc_boot_recovery() local
1798 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_boot_recovery()
1805 ret = rproc_start(rproc, firmware_p); in rproc_boot_recovery()
1807 release_firmware(firmware_p); in rproc_boot_recovery()
1896 const struct firmware *firmware_p; in rproc_boot() local
1933 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_boot()
1939 ret = rproc_fw_boot(rproc, firmware_p); in rproc_boot()
1941 release_firmware(firmware_p); in rproc_boot()
/Linux-v6.1/drivers/misc/habanalabs/common/
Dfirmware_if.c87 const struct firmware **firmware_p, in hl_request_fw() argument
93 rc = request_firmware(firmware_p, fw_name, hdev->dev); in hl_request_fw()
100 fw_size = (*firmware_p)->size; in hl_request_fw()
121 release_firmware(*firmware_p); in hl_request_fw()