firmware_p        685 drivers/base/firmware_loader/main.c _request_firmware_prepare(struct firmware **firmware_p, const char *name,
firmware_p        693 drivers/base/firmware_loader/main.c 	*firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL);
firmware_p        751 drivers/base/firmware_loader/main.c _request_firmware(const struct firmware **firmware_p, const char *name,
firmware_p        758 drivers/base/firmware_loader/main.c 	if (!firmware_p)
firmware_p        794 drivers/base/firmware_loader/main.c 	*firmware_p = fw;
firmware_p        819 drivers/base/firmware_loader/main.c request_firmware(const struct firmware **firmware_p, const char *name,
firmware_p        826 drivers/base/firmware_loader/main.c 	ret = _request_firmware(firmware_p, name, device, NULL, 0,
firmware_p        871 drivers/base/firmware_loader/main.c int request_firmware_direct(const struct firmware **firmware_p,
firmware_p        877 drivers/base/firmware_loader/main.c 	ret = _request_firmware(firmware_p, name, device, NULL, 0,
firmware_p        925 drivers/base/firmware_loader/main.c request_firmware_into_buf(const struct firmware **firmware_p, const char *name,
firmware_p        934 drivers/base/firmware_loader/main.c 	ret = _request_firmware(firmware_p, name, device, buf, size,
firmware_p       1653 drivers/remoteproc/remoteproc_core.c 	const struct firmware *firmware_p;
firmware_p       1671 drivers/remoteproc/remoteproc_core.c 	ret = request_firmware(&firmware_p, rproc->firmware, dev);
firmware_p       1678 drivers/remoteproc/remoteproc_core.c 	ret = rproc_start(rproc, firmware_p);
firmware_p       1680 drivers/remoteproc/remoteproc_core.c 	release_firmware(firmware_p);
firmware_p       1731 drivers/remoteproc/remoteproc_core.c 	const struct firmware *firmware_p;
firmware_p       1763 drivers/remoteproc/remoteproc_core.c 	ret = request_firmware(&firmware_p, rproc->firmware, dev);
firmware_p       1769 drivers/remoteproc/remoteproc_core.c 	ret = rproc_fw_boot(rproc, firmware_p);
firmware_p       1771 drivers/remoteproc/remoteproc_core.c 	release_firmware(firmware_p);
firmware_p         53 include/linux/firmware.h int request_firmware_into_buf(const struct firmware **firmware_p,
firmware_p         91 include/linux/firmware.h static inline int request_firmware_into_buf(const struct firmware **firmware_p,