Home
last modified time | relevance | path

Searched refs:firmware (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/freebsd-11-stable/sys/dev/cxgb/
HDcxgb_t3fw.c22 const struct firmware *fp, *parent; in cxgb_t3fw_modevent()
50 MODULE_DEPEND(cxgb_t3fw, firmware, 1, 1, 1);
55 const struct firmware *fp, *parent; in cxgb_t3b_protocol_sram_modevent()
83 MODULE_DEPEND(cxgb_t3b_protocol_sram, firmware, 1, 1, 1);
88 const struct firmware *fp, *parent; in cxgb_t3b_tp_eeprom_modevent()
116 MODULE_DEPEND(cxgb_t3b_tp_eeprom, firmware, 1, 1, 1);
121 const struct firmware *fp, *parent; in cxgb_t3c_protocol_sram_modevent()
149 MODULE_DEPEND(cxgb_t3c_protocol_sram, firmware, 1, 1, 1);
154 const struct firmware *fp, *parent; in cxgb_t3c_tp_eeprom_modevent()
182 MODULE_DEPEND(cxgb_t3c_tp_eeprom, firmware, 1, 1, 1);
/freebsd-11-stable/share/examples/kld/firmware/
HDREADME3 This is a simple example of the firmware(9) system. It consists of two
7 This is the firmware image (the ascii art of beastie from the boot
8 menu). The Makefile lists the firmware file "firmware.img" and the
9 short handle for this firmware image "beastie".
14 This module tries to get the a firmware image called "beastie",
16 It keeps a reference to the firmware until it is unloaded.
18 This is mainly to demonstrate how to construct firmware image modules.
/freebsd-11-stable/sys/sys/
HDfirmware.h51 struct firmware { struct
58 const struct firmware *firmware_register(const char *, argument
59 const void *, size_t, unsigned int, const struct firmware *);
61 const struct firmware *firmware_get(const char *);
63 void firmware_put(const struct firmware *, int);
/freebsd-11-stable/usr.sbin/bluetooth/bt3cfw/
HDbt3cfw.c101 uint8_t *firmware = NULL; in main() local
128 firmware = (uint8_t *) calloc(BT3CFW_MAX_FIRMWARE_SIZE, in main()
130 if (firmware == NULL) { in main()
155 (firmware + firmware_size); in main()
218 (void const *) firmware, firmware_size) < 0) { in main()
224 free(firmware); in main()
225 firmware = NULL; in main()
/freebsd-11-stable/share/examples/kld/firmware/fwimage/
HDMakefile6 FIRMWS= firmware.img:beastie
8 CLEANFILES= firmware.img
10 firmware.img: firmware.img.uu
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_neoclock4x.c116 char firmware[80]; member
319 strlcpy(up->firmware, "?", sizeof(up->firmware)); in neoclock4x_start()
338 strlcpy(up->firmware, "(c) 2002 NEOL S.A. FRANCE / L0.01 NDF:A:* (compile time)", in neoclock4x_start()
339 sizeof(up->firmware)); in neoclock4x_start()
357 if(neol_query_firmware(pp->io.fd, up->unit, up->firmware, sizeof(up->firmware))) in neoclock4x_start()
364 if(!neol_check_firmware(up->unit, up->firmware, &up->firmwaretag)) in neoclock4x_start()
769 snprintf(tt, 79, "firmware=\"%s\"", up->firmware); in neoclock4x_control()
900 char *firmware, in neol_query_firmware() argument
1013 if (strlcpy(firmware, tmpbuf, maxlen) >= maxlen) in neol_query_firmware()
1014 strlcpy(firmware, "buffer too small", maxlen); in neol_query_firmware()
[all …]
/freebsd-11-stable/sys/kern/
HDsubr_firmware.c108 struct firmware fw; /* externally visible information */
138 MTX_SYSINIT(firmware, &firmware_mtx, "firmware table", MTX_DEF);
173 const struct firmware *
175 unsigned int version, const struct firmware *parent) in firmware_register()
297 const struct firmware *
357 firmware_put(const struct firmware *p, int flags) in firmware_put()
519 DECLARE_MODULE(firmware, firmware_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
520 MODULE_VERSION(firmware, 1);
/freebsd-11-stable/contrib/file/magic/Magdir/
HDtplink4 # tplink: File magic for openwrt firmware files
7 # Reference: https://git.openwrt.org/?p=openwrt.git;a=blob;f=tools/firmware-utils/src/mktplinkfw.c
18 >>>>>0 use firmware-tplink
20 0 name firmware-tplink
21 >0 ubyte x firmware
45 # total length of the firmware. not always true
/freebsd-11-stable/sys/gnu/dts/arm/
HDbcm2835-rpi.dtsi17 firmware: firmware { label
18 compatible = "raspberrypi,bcm2835-firmware";
/freebsd-11-stable/sys/dev/mlxfw/
HDmlxfw.h67 struct firmware;
103 const struct firmware *firmware);
HDmlxfw_fsm.c210 const struct firmware *firmware) in mlxfw_firmware_flash() argument
216 if (!mlxfw_mfa2_check(firmware)) { in mlxfw_firmware_flash()
221 mfa2_file = mlxfw_mfa2_file_init(firmware); in mlxfw_firmware_flash()
HDmlxfw_mfa2.h47 bool mlxfw_mfa2_check(const struct firmware *fw);
49 struct mlxfw_mfa2_file *mlxfw_mfa2_file_init(const struct firmware *fw);
/freebsd-11-stable/share/examples/
HDMakefile97 kld/firmware/Makefile \
98 kld/firmware/README \
99 kld/firmware/fwconsumer/Makefile \
100 kld/firmware/fwconsumer/fw_consumer.c \
101 kld/firmware/fwimage/Makefile \
102 kld/firmware/fwimage/firmware.img.uu \
/freebsd-11-stable/sys/contrib/dev/drm2/radeonkmsfw/
HDREADME4 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/freebsd-11-stable/sys/amd64/conf/
HDNOTES318 # Requires the ipw firmware module
320 # Requires the iwi firmware module
323 # Requires the iwn firmware module
333 # Requires the wpi firmware module
355 # IEEE 802.11 adapter firmware modules
357 # Intel PRO/Wireless 2100 firmware:
358 # ipwfw: BSS/IBSS/monitor mode firmware
359 # ipwbssfw: BSS mode firmware
360 # ipwibssfw: IBSS mode firmware
361 # ipwmonitorfw: Monitor mode firmware
[all …]
/freebsd-11-stable/tools/tools/drm/radeon/firmwares/
HDREADME6 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/freebsd-11-stable/sys/dev/mxge/
HDmxge_eth_z8e.c18 const struct firmware *fp, *parent; in mxge_eth_z8e_fw_modevent()
46 MODULE_DEPEND(mxge_eth_z8e_fw, firmware, 1, 1, 1);
HDmxge_ethp_z8e.c18 const struct firmware *fp, *parent; in mxge_ethp_z8e_fw_modevent()
46 MODULE_DEPEND(mxge_ethp_z8e_fw, firmware, 1, 1, 1);
HDmxge_rss_ethp_z8e.c18 const struct firmware *fp, *parent; in mxge_rss_ethp_z8e_fw_modevent()
46 MODULE_DEPEND(mxge_rss_ethp_z8e_fw, firmware, 1, 1, 1);
HDmxge_rss_eth_z8e.c18 const struct firmware *fp, *parent; in mxge_rss_eth_z8e_fw_modevent()
46 MODULE_DEPEND(mxge_rss_eth_z8e_fw, firmware, 1, 1, 1);
/freebsd-11-stable/share/examples/kld/firmware/fwconsumer/
HDfw_consumer.c39 static const struct firmware *fp;
78 MODULE_DEPEND(fw_consumer, firmware, 1, 1, 1);
/freebsd-11-stable/sys/dev/malo/
HDif_malohal.c373 const struct firmware *fw; in malo_hal_fwload_helper()
433 malo_hal_fwload_main(struct malo_hal *mh, char *firmware) in malo_hal_fwload_main() argument
435 const struct firmware *fw; in malo_hal_fwload_main()
444 fw = firmware_get(firmware); in malo_hal_fwload_main()
447 firmware); in malo_hal_fwload_main()
452 firmware, fw->datasize); in malo_hal_fwload_main()
480 malo_hal_fwload(struct malo_hal *mh, char *helper, char *firmware) in malo_hal_fwload() argument
509 error = malo_hal_fwload_main(mh, firmware); in malo_hal_fwload()
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt5fw_cfg.txt3 # Global limits (some are hardware limits, others are due to the firmware).
25 # firmware will set it up in function
32 # prompts the firmware to set it up
37 # prompts the firmware to set it up in
188 # configure and reserve firmware internal resources that come from the global
HDt5fw_cfg_hashfilter.txt3 # Global limits (some are hardware limits, others are due to the firmware).
25 # firmware will set it up in function
32 # prompts the firmware to set it up
37 # prompts the firmware to set it up in
191 # configure and reserve firmware internal resources that come from the global
/freebsd-11-stable/sys/dev/ofw/
HDofw_bus_if.m127 # Get the alternate firmware name for the device dev on the bus. The default
134 # Get the firmware model name for the device dev on the bus. The default method
141 # Get the firmware name for the device dev on the bus. The default method will
148 # Get the firmware node for the device dev on the bus. The default method will
155 # Get the firmware device type for the device dev on the bus. The default

12345678910>>...17