Home
last modified time | relevance | path

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

/drivers/base/firmware_loader/
Dmain.c790 _request_firmware_prepare(struct firmware **firmware_p, const char *name, in _request_firmware_prepare() argument
798 *firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL); in _request_firmware_prepare()
858 _request_firmware(const struct firmware **firmware_p, const char *name, in _request_firmware() argument
868 if (!firmware_p) in _request_firmware()
928 *firmware_p = fw; in _request_firmware()
953 request_firmware(const struct firmware **firmware_p, const char *name, in request_firmware() argument
960 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware()
1005 int request_firmware_direct(const struct firmware **firmware_p, in request_firmware_direct() argument
1011 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware_direct()
1083 request_firmware_into_buf(const struct firmware **firmware_p, const char *name, in request_firmware_into_buf() argument
[all …]
/drivers/remoteproc/
Dremoteproc_core.c1940 const struct firmware *firmware_p; in rproc_trigger_recovery() local
1962 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_trigger_recovery()
1969 ret = rproc_start(rproc, firmware_p); in rproc_trigger_recovery()
1971 release_firmware(firmware_p); in rproc_trigger_recovery()
2033 const struct firmware *firmware_p; in rproc_boot() local
2070 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_boot()
2076 ret = rproc_fw_boot(rproc, firmware_p); in rproc_boot()
2078 release_firmware(firmware_p); in rproc_boot()
/drivers/misc/habanalabs/common/
Dfirmware_if.c50 const struct firmware **firmware_p, in hl_request_fw() argument
56 rc = request_firmware(firmware_p, fw_name, hdev->dev); in hl_request_fw()
63 fw_size = (*firmware_p)->size; in hl_request_fw()
84 release_firmware(*firmware_p); in hl_request_fw()