Searched refs:firmware (Results 1 - 25 of 161) sorted by relevance

1234567

/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dfirmware.h1 /* $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 *);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_drv.h33 #include <linux/firmware.h>
H A Damdgpu_ucode.c29 #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
[all...]
H A Damdgpu_gfx.h251 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...]
H A Damdgpu_vce_v4_0.c32 #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
[all...]
H A Damdgpu_vce.h49 const struct firmware *fw; /* VCE firmware */
H A Damdgpu_mes.h34 const struct firmware *fw;
H A Damdgpu_uvd.h57 const struct firmware *fw; /* UVD firmware */
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfirmware.c1 /* $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
218 struct intel_gvt_firmware *firmware = &gvt->firmware; local
[all...]
H A DMakefile3 GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
/netbsd-current/external/
H A DMakefile3 SUBDIR+= amdgpu-firmware apache2 atheros broadcom bsd cddl gpl2 gpl3 historical
5 SUBDIR+= mit .WAIT mpl nvidia-firmware ofl
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_drv.h36 #include <linux/firmware.h>
H A Dradeon_uvd_v4_2.c30 #include <linux/firmware.h>
50 /* skip over the header of the new firmware format */
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_firmware.c28 #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.
75 const struct firmware **fw)
97 nvkm_debug(subdev, "firmware \"
[all...]
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_firmware.c41 #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 *f
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dfirmware.h1 /* $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"); \
/netbsd-current/sbin/nvmectl/
H A DMakefile8 SRCS+= firmware.c
H A Dnvmectl.h77 "firmware [-s slot] [-f path_to_firmware] [-a] <controller_id>\n"
96 void firmware(int, char *[]) __dead;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvdec/
H A Dnouveau_nvkm_engine_nvdec_base.c28 #include <core/firmware.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/nvenc/
H A Dnouveau_nvkm_engine_nvenc_base.c30 #include <core/firmware.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gsp/
H A Dnouveau_nvkm_subdev_gsp_base.c29 #include <core/firmware.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
H A Dnouveau_nvkm_subdev_acr_lsfw.c29 #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;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dacr.h54 const struct firmware *wpr_fw;
78 const struct firmware *sig;
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_warp.c35 #include <linux/firmware.h>
58 const struct firmware *fw = NULL;
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_neoclock4x.c73 * firmware you NeoClock4X device uses.
76 * line to "#if 1" and make sure that the defined firmware
77 * matches the firmware off your NeoClock4X receiver!
85 /* at this time only firmware version A is known */
118 char firmware[80]; member in struct:neoclock4x_unit
321 strlcpy(up->firmware, "?", sizeof(up->firmware));
340 strlcpy(up->firmware, "(c) 2002 NEOL S.A. FRANCE / L0.01 NDF:A:* (compile time)",
341 sizeof(up->firmware));
344 msyslog(LOG_EMERG, "NeoClock4X(%d): unknown firmware define
902 neol_query_firmware(int fd, int unit, char *firmware, size_t maxlen) argument
1036 neol_check_firmware(int unit, const char *firmware, char *firmwaretag) argument
[all...]

Completed in 148 milliseconds

1234567