Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-ish-hid/ishtp/
A Dloader.c209 static int _request_ish_firmware(const struct firmware **firmware_p, in _request_ish_firmware() argument
215 ret = firmware_request_nowarn(firmware_p, name, dev); in _request_ish_firmware()
255 static int request_ish_firmware(const struct firmware **firmware_p, in request_ish_firmware() argument
279 ret = _request_ish_firmware(firmware_p, filename, dev); in request_ish_firmware()
287 ret = _request_ish_firmware(firmware_p, filename, dev); in request_ish_firmware()
295 ret = _request_ish_firmware(firmware_p, filename, dev); in request_ish_firmware()
302 ret = _request_ish_firmware(firmware_p, filename, dev); in request_ish_firmware()
308 return _request_ish_firmware(firmware_p, filename, dev); in request_ish_firmware()
/linux/include/linux/
A Dfirmware.h115 int request_firmware_into_buf(const struct firmware **firmware_p,
117 int request_partial_firmware_into_buf(const struct firmware **firmware_p,
171 static inline int request_firmware_into_buf(const struct firmware **firmware_p, in request_firmware_into_buf() argument
178 (const struct firmware **firmware_p, in request_partial_firmware_into_buf() argument
/linux/drivers/base/firmware_loader/
A Dmain.c750 *firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL); in _request_firmware_prepare()
874 _request_firmware(const struct firmware **firmware_p, const char *name, in _request_firmware() argument
884 if (!firmware_p) in _request_firmware()
959 *firmware_p = fw; in _request_firmware()
986 request_firmware(const struct firmware **firmware_p, const char *name, in request_firmware() argument
993 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware()
1038 int request_firmware_direct(const struct firmware **firmware_p, in request_firmware_direct() argument
1044 ret = _request_firmware(firmware_p, name, device, NULL, 0, 0, in request_firmware_direct()
1125 ret = _request_firmware(firmware_p, name, device, buf, size, 0, in request_firmware_into_buf()
1145 request_partial_firmware_into_buf(const struct firmware **firmware_p, in request_partial_firmware_into_buf() argument
[all …]
/linux/drivers/remoteproc/
A Dremoteproc_core.c1794 const struct firmware *firmware_p; in rproc_boot_recovery() local
1806 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_boot_recovery()
1813 ret = rproc_start(rproc, firmware_p); in rproc_boot_recovery()
1815 release_firmware(firmware_p); in rproc_boot_recovery()
1911 const struct firmware *firmware_p; in rproc_boot() local
1948 ret = request_firmware(&firmware_p, rproc->firmware, dev); in rproc_boot()
1954 ret = rproc_fw_boot(rproc, firmware_p); in rproc_boot()
1956 release_firmware(firmware_p); in rproc_boot()
/linux/drivers/gpu/drm/xe/
A Dxe_uc_fw.c648 static int uc_fw_request(struct xe_uc_fw *uc_fw, const struct firmware **firmware_p) in uc_fw_request() argument
719 *firmware_p = fw; in uc_fw_request()
/linux/drivers/accel/habanalabs/common/
A Dfirmware_if.c221 const struct firmware **firmware_p, in hl_request_fw() argument
227 rc = request_firmware(firmware_p, fw_name, hdev->dev); in hl_request_fw()
234 fw_size = (*firmware_p)->size; in hl_request_fw()
255 release_firmware(*firmware_p); in hl_request_fw()

Completed in 40 milliseconds