HomeSort by: relevance | last modified time | path
    Searched defs:firmware (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm2835-rpi.dtsi 15 firmware: firmware { label
16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
26 firmware = <&firmware>;
  /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 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...]
gvt.h 318 struct intel_gvt_firmware firmware; member in struct:intel_gvt
  /src/sbin/nvmectl/
firmware.c 1 /* $NetBSD: firmware.c,v 1.6 2023/07/05 10:58:46 riastradh Exp $ */
36 __RCSID("$NetBSD: firmware.c,v 1.6 2023/07/05 10:58:46 riastradh Exp $");
38 __FBSDID("$FreeBSD: head/sbin/nvmecontrol/firmware.c 329824 2018-02-22 13:32:31Z wma $");
91 * The NVMe spec does not explicitly state a maximum firmware image
93 * for the size and offset fields in the Firmware Image Download
143 err(1, "firmware download request failed");
146 errx(1, "firmware download request returned error");
164 err(1, "firmware activate request failed");
171 errx(1, "firmware activate request returned error");
185 firmware(int argc, char *argv[] function in typeref:typename:void
    [all...]
  /src/sbin/amrctl/
amrctl.c 221 * Try the 40LD firmware interface
233 printf("Firmware\t\t%.16s\n", ap->ap_firmware);
256 * Try the 8LD firmware interface
272 char bios[100], firmware[100]; local in function:describe_card
286 * the firmware and BIOS versions. The AMI version
313 snprintf(firmware, sizeof(firmware),
324 snprintf(firmware, sizeof(firmware), "%.4s",
332 printf("Firmware =\t%s\n", firmware)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
gf100.h 99 bool firmware; member in struct:gf100_gr
  /src/sys/dev/pci/
ips.c 252 u_int8_t firmware[8]; member in struct:ips_adapterinfo
756 printf(", FW %c%c%c%c%c%c%c", ai->firmware[0], ai->firmware[1],
757 ai->firmware[2], ai->firmware[3], ai->firmware[4], ai->firmware[5],
758 ai->firmware[6]);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 647 * Firmware VRAM reservation
919 struct amdgpu_firmware firmware; member in struct:amdgpu_device
963 /* firmware VRAM reservation */

Completed in 195 milliseconds