HomeSort by: relevance | last modified time | path
    Searched refs:firmware (Results 1 - 25 of 165) sorted by relevancy

1 2 3 4 5 6 7

  /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/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/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...]
amdgpu_vce_v4_0.c 32 #include <linux/firmware.h>
255 if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
256 uint32_t low = adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_lo;
257 uint32_t hi = adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_hi;
293 offset = (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) ? offset + size : 0;
444 if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
451 if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
460 adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].ucode_id = AMDGPU_UCODE_ID_VCE;
461 adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].fw = adev->vce.fw;
462 adev->firmware.fw_size +
    [all...]
  /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/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;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
acr.h 54 const struct firmware *wpr_fw;
78 const struct firmware *sig;

Completed in 28 milliseconds

1 2 3 4 5 6 7