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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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 in function:expose_firmware_sysfs
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 in function:intel_gvt_load_firmware
    [all...]
Makefile 3 GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun8i-a23-inet86dz.dts 59 firmware-name = "gsl1680-inet86dz.fw";
bcm2711-rpi.dtsi 4 #include <dt-bindings/reset/raspberrypi,firmware-reset.h>
21 &firmware {
23 compatible = "raspberrypi,firmware-clocks";
28 compatible = "raspberrypi,firmware-gpio";
35 compatible = "raspberrypi,firmware-reset";
bcm2835-rpi.dtsi 15 firmware: firmware { label
16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
26 firmware = <&firmware>;
sun8i-a23-gt90h-v4.dts 59 firmware-name = "gsl3675-gt90h.fw";
bcm2837-rpi-cm3.dtsi 37 &firmware {
39 compatible = "raspberrypi,firmware-gpio";
sun8i-a33-ga10h-v1.1.dts 64 firmware-name = "gsl3675-ga10h.fw";
sun8i-a23-polaroid-mid2407pxe03.dts 89 firmware-name = "gsl1680-polaroid-mid2407pxe03.fw";
sun8i-a23-polaroid-mid2809pxe04.dts 82 firmware-name = "gsl3670-polaroid-mid2809pxe04.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/sys/arch/arm/dts/
sun50i-a64-pinebook.dts 43 firmware-postfix = "pinebook";
  /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;

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>