| /src/sys/external/bsd/drm2/include/linux/ |
| firmware.h | 1 /* $NetBSD: firmware.h,v 1.12 2021/12/19 12:01:04 riastradh Exp $ */ 44 struct firmware { struct 55 int request_firmware(const struct firmware **, const char *, 57 int request_firmware_direct(const struct firmware **, const char *, 59 int firmware_request_nowarn(const struct firmware **, const char *, 63 void (*)(const struct firmware *, void *)); 64 void release_firmware(const struct firmware *);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_drv.h | 33 #include <linux/firmware.h>
|
| amdgpu_ucode.c | 29 #include <linux/firmware.h> 316 int amdgpu_ucode_validate(const struct firmware *fw) 381 DRM_ERROR("Unknown firmware load type\n"); 483 if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP || 578 if (adev->firmware.load_type != AMDGPU_FW_LOAD_DIRECT) { 579 amdgpu_bo_create_kernel(adev, adev->firmware.fw_size, PAGE_SIZE, 581 &adev->firmware.fw_buf, 582 &adev->firmware.fw_buf_mc, 583 &adev->firmware.fw_buf_ptr); 584 if (!adev->firmware.fw_buf) [all...] |
| amdgpu_gfx.h | 251 const struct firmware *me_fw; /* ME firmware */ 253 const struct firmware *pfp_fw; /* PFP firmware */ 255 const struct firmware *ce_fw; /* CE firmware */ 257 const struct firmware *rlc_fw; /* RLC firmware */ 259 const struct firmware *mec_fw; /* MEC firmware */ [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| firmware.c | 1 /* $NetBSD: firmware.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */ 34 __KERNEL_RCSID(0, "$NetBSD: firmware.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $"); 36 #include <linux/firmware.h> 88 void *firmware; local 94 firmware = vzalloc(size); 95 if (!firmware) 98 h = firmware; 107 p = firmware + h->cfg_space_offset; 112 memcpy(gvt->firmware.cfg_space, p, info->cfg_space_size); 114 p = firmware + h->mmio_offset 218 struct intel_gvt_firmware *firmware = &gvt->firmware; local [all...] |
| Makefile | 3 GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
|
| /src/external/ |
| Makefile | 3 SUBDIR+= amdgpu-firmware apache2 atheros broadcom bsd cddl gpl2 gpl3 historical 5 SUBDIR+= mit .WAIT mpl nvidia-firmware ofl
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a23-inet86dz.dts | 59 firmware-name = "gsl1680-inet86dz.fw";
|
| sun8i-a23-gt90h-v4.dts | 59 firmware-name = "gsl3675-gt90h.fw";
|
| sun8i-a23-polaroid-mid2809pxe04.dts | 82 firmware-name = "gsl3670-polaroid-mid2809pxe04.fw";
|
| sun8i-a33-ga10h-v1.1.dts | 64 firmware-name = "gsl3675-ga10h.fw";
|
| sun8i-a23-polaroid-mid2407pxe03.dts | 89 firmware-name = "gsl1680-polaroid-mid2407pxe03.fw";
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_drv.h | 36 #include <linux/firmware.h>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_firmware.c | 28 #include <core/firmware.h> 32 const char *name, int ver, const struct firmware **pfw) 49 const struct firmware *fw; 65 * nvkm_firmware_get - load firmware from the official nvidia/chip/ directory 66 * @subdev subdevice that will use that firmware 67 * @fwname name of firmware file to load 68 * @fw firmware structure to load to 70 * Use this function to load firmware files in the form nvidia/chip/fwname.bin. 71 * Firmware files released by NVIDIA will always follow this format. 75 const struct firmware **fw [all...] |
| /src/sys/external/bsd/drm2/linux/ |
| linux_firmware.c | 41 #include <linux/firmware.h> 48 void (*flw_callback)(const struct firmware *, void *); 56 request_firmware(const struct firmware **fwp, const char *image_name, 60 struct firmware *fw; 101 request_firmware_direct(const struct firmware **fwp, const char *image_name, 109 firmware_request_nowarn(const struct firmware **fwp, const char *image_name, 121 const struct firmware *fw; 124 /* Reqeust the firmware. If it failed, set it to NULL. */ 147 void (*callback)(const struct firmware *, void *)) 186 release_firmware(const struct firmware *fw [all...] |
| /src/usr.sbin/sysinst/arch/luna68k/ |
| msg.md.en | 49 be prepared for the LUNA's firmware to load our native bootloader.} 57 firmware NVRAM variables to load NetBSD's bootloader by default. 64 The firmware can't boot from other SCSI ID disks. 68 Check 'h' (Help) and 'hk' (Help of 'k' command) commands on the firmware
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| firmware.h | 1 /* $NetBSD: firmware.h,v 1.2 2021/12/18 23:45:33 riastradh Exp $ */ 10 const struct firmware **); 11 void nvkm_firmware_put(const struct firmware *); 17 const struct firmware **); 51 nvkm_error(_s, "failed to load firmware\n"); \
|
| /src/sys/arch/sgimips/stand/haudfw/ |
| haudfw.c | 21 * 56K DSP firmware by translating a loadable text file into a binary blob. 199 u_int32_t *firmware = malloc(firmware_words * sizeof(u_int32_t)); local 200 check(firmware != NULL, "unable to malloc buffer for firmware: %s", 202 memset(firmware, 0, firmware_words * sizeof(u_int32_t)); 260 firmware[cpu_offset] = word; 272 printf("// Firmware in big-endian format:\n"); 273 printf("u_int32_t firmware[%d] = {\n", firmware_words); 281 memcmp(&firmware[i], zeroes, sizeof(zeroes)) == 0) { 289 firmware[i+0], firmware[i+1] [all...] |
| /src/sbin/nvmectl/ |
| Makefile | 8 SRCS+= firmware.c
|
| nvmectl.h | 77 "firmware [-s slot] [-f path_to_firmware] [-a] <controller_id>\n" 96 void firmware(int, char *[]) __dead;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvdec/ |
| nouveau_nvkm_engine_nvdec_base.c | 28 #include <core/firmware.h>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvenc/ |
| nouveau_nvkm_engine_nvenc_base.c | 30 #include <core/firmware.h>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gsp/ |
| nouveau_nvkm_subdev_gsp_base.c | 29 #include <core/firmware.h>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/ |
| nouveau_nvkm_subdev_acr_lsfw.c | 29 #include <core/firmware.h> 98 const struct firmware **pdesc) 153 const struct firmware *fw; 173 const struct firmware *fw; 195 const struct firmware *bl = NULL, *inst = NULL, *data = NULL;
|
| /src/sys/external/bsd/drm2/dist/drm/mga/ |
| mga_warp.c | 35 #include <linux/firmware.h> 58 const struct firmware *fw = NULL;
|