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

12

/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dfirmware.h12 struct firmware { struct
20 const struct firmware* firmware_get(const char*);
21 void firmware_put(const struct firmware*, int);
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfirmware.c11 #include <compat/sys/firmware.h>
46 const struct firmware*
51 struct firmware* firmware = NULL; local
68 strlcat(firmwarePath, "/firmware/", B_PATH_NAME_LENGTH);
88 firmware = (struct firmware*)malloc(sizeof(struct firmware));
89 if (firmware == NULL)
92 firmware
124 firmware_put(const struct firmware* firmware, int flags) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwivar.h452 struct firmware;
469 const struct firmware *mac_stub;
470 const struct firmware *mac_ucode;
471 const struct firmware *mac_pcm;
472 const struct firmware *mac_iv;
473 const struct firmware *mac_iv_ext;
H A Dif_bwi_pci.c253 MODULE_DEPEND(bwi, firmware, 1, 1, 1); /* firmware support */
H A Dbwimac.c56 #include <sys/firmware.h>
106 static int bwi_mac_fw_load_iv(struct bwi_mac *, const struct firmware *);
318 /* Prepare to initialize firmware */
834 bwi_fwimage_is_valid(struct bwi_softc *sc, const struct firmware *fw,
841 if_printf(ifp, "invalid firmware (%s): invalid size %zu\n",
853 if_printf(ifp, "invalid firmware (%s): size mismatch, "
862 if_printf(ifp, "invalid firmware (%s): type mismatch, "
869 if_printf(ifp, "invalid firmware (%s): wrong generation, "
889 * Try getting the firmware stub so firmware
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c41 #include <sys/firmware.h>
181 * Low level firmware cmd block handshake support.
223 device_printf(mh->mh_dev, "firmware hung, skipping cmd 0x%x\n",
287 * Reset internal state after a firmware download.
381 const struct firmware *fw;
391 device_printf(mh->mh_dev, "load %s firmware image (%zu bytes)\n",
441 malo_hal_fwload_main(struct malo_hal *mh, char *firmware) argument
443 const struct firmware *fw;
452 fw = firmware_get(firmware);
454 device_printf(mh->mh_dev, "could not read firmware
488 malo_hal_fwload(struct malo_hal *mh, char *helper, char *firmware) argument
[all...]
H A Dif_malo_pci.c352 MODULE_DEPEND(malo, firmware, 1, 1, 1);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h115 const struct firmware *sc_firmware;
H A Dif_ipw.c54 #include <sys/firmware.h>
96 MODULE_DEPEND(ipw, firmware, 1, 1, 1);
440 const struct firmware *fp;
462 * Load firmware image using the firmware(9) subsystem. Doing
474 "could not load firmware image '%s'\n", imagename);
480 "firmware image too short %zu\n", fp->datasize);
489 "firmware image too short %zu\n", fp->datasize);
869 * The firmware automatically adapts the transmit speed. We report its current
1054 * loss as the firmware wil
[all...]
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh20 MESSAGE="This script will install firmware for various wireless network cards.
35 firmwareDir=`finddir B_SYSTEM_DATA_DIRECTORY`/firmware
38 intelLicense='/boot/system/data/licenses/Intel (2xxx firmware)'
70 | ipw2100,iprowifi2200 firmware is covered by the following Intel(R) license: |
120 local msg="As a result, ${driver}'s firmware will not be installed."
146 echo "Installing firmware for ${driver} ..."
157 echo "... firmware for ${driver} has been installed."
172 # Install the firmware & license file by extracting in place.
194 # Install the firmware & license file.
213 echo "...failed. ${driver}'s firmware wil
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h113 const struct firmware *fp; /* image handle */
114 const char *data; /* firmware image data */
115 size_t size; /* firmware image size */
160 * The card needs external firmware images to work, which is made of a
161 * bootloader, microcode and firmware proper. In version 3.00 and
164 * Old firmware < 3.0 has separate boot and ucode, so we need to
179 enum ieee80211_opmode fw_mode; /* mode of current firmware */
180 struct iwi_fw fw_boot; /* boot firmware */
215 int sc_state_timer; /* firmware state timer */
216 int sc_busy_timer; /* firmware cm
[all...]
H A Dif_iwi.c55 #include <sys/firmware.h>
108 MODULE_DEPEND(iwi, firmware, 1, 1, 1);
512 * Get firmware image (and possibly dma memory) on mode change.
516 /* allocate DMA memory for mapping firmware image */
940 * The firmware automatically adapts the transmit speed. We report its current
975 * shutdown the firmware and disabled interrupts.
1002 * for the ASSOC status to come back from the firmware.
1219 * frame size in the firmware
1419 * to abort a scan lest the firmware crash we scan
1524 * The firmware notifie
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h180 /* firmware image */
181 const struct firmware *fw_fp;
183 /* firmware DMA transfer */
187 struct task sc_restarttask; /* reset firmware task */
H A Dif_wpi.c29 * state and told to load boot firmware. The boot firmware loads an init and a
30 * main binary firmware image into SRAM on the card via DMA.
31 * Once the firmware is loaded, the driver/hw then
32 * communicate by way of circular dma rings via the SRAM to the firmware.
38 * indicate where in the ring the driver and the firmware are up to. The
40 * the firmware updates the read index (reg1) on rx of a packet and fires an
42 * to the firmware which buffers have been accessed by updating reg2. At the
45 * A similar thing happens with the tx rings. The difference is the firmware
54 * All communication via the firmware t
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Dipw2100.cpp312 TRACE_ALWAYS(("IPW2100: failed to load microcode and firmware\n"));
330 TRACE_ALWAYS(("IPW2100: failed to start firmware\n"));
501 // tell the firmware that there is data to process
871 // tell the firmware that there is data to process
881 // wait some, the firmware needs this
1162 const char *firmware; local
1165 firmware = "/system/data/firmware/ipw2100/ipw2100-1.3.fw";
1169 firmware = "/system/data/firmware/ipw210
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h243 const struct firmware *fw_fp;
H A Dif_iwn.c40 #include <sys/firmware.h>
413 MODULE_DEPEND(iwn, firmware, 1, 1, 1);
512 /* Allocate DMA memory for firmware transfers. */
515 "could not allocate memory for firmware, error %d\n",
2207 * which is done with a firmware cmd. We also defer
2252 * Process an RX_PHY firmware notification. This is usually immediately
2270 * Process an RX_DONE (4965AGN only) or MPDU_RX_DONE firmware notification.
2524 * firmware on response to a CMD_CALIB_CONFIG command (5000 only).
2533 /* Runtime firmware should not send such a notification. */
2583 * Process an RX_STATISTICS or BEACON_STATISTICS firmware notificatio
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl_pci.c316 MODULE_DEPEND(mwl, firmware, 1, 1, 1);
H A Dmwlhal.c45 #include <sys/firmware.h>
81 * implemented in firmware.
140 * submitting operations to the firmware. Access to this
344 * Some cards have SDRAM. When loading firmware we need
388 * Reset internal state after a firmware download.
526 * Kick the firmware to tell it there are new tx descriptors
561 * cmd MUST be done after a firmware download or the
856 * value suitable for feeding to the firmware.
898 * in the beacon frame is allowed to go out and the firmware
1755 * Prod the firmware t
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c63 MODULE_DEPEND(ral, firmware, 1, 1, 1);
H A Drt2661.c41 #include <sys/firmware.h>
2509 const struct firmware *fp;
2521 "don't know how to retrieve firmware\n",
2529 if_printf(ifp, "%s: unable to retrieve firmware image %s\n",
H A Drt2860.c41 #include <sys/firmware.h>
3895 const struct firmware *fp;
3905 "unable to receive rt2860fw firmware image\n");
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp1387 _ATOM_VRAM_USAGE_BY_FIRMWARE *firmware; local
1391 firmware = (_ATOM_VRAM_USAGE_BY_FIRMWARE *)(ctx->bios + data_offset);
1393 TRACE("Atom firmware requested 0x%" B_PRIX32 " %" B_PRIu16 "kb\n",
1394 firmware->asFirmwareVramReserveInfo[0].ulStartAddrUsedByFirmware,
1395 firmware->asFirmwareVramReserveInfo[0].usFirmwareUseInKb);
1398 = firmware->asFirmwareVramReserveInfo[0].usFirmwareUseInKb * 1024;
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src4269 # On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
5562 # The firmware has a bug in it such that if you give it a null
7540 # some of the vi300s have older firmware that has the command
7542 vi300-old|visual 300 with old firmware (set edit extent reversed),
8036 # This terminal (firmware version 02) has a lot of bugs:
8288 # This copes with an apparent firmware bug in the wy85. He writes:
9445 # I have no idea why this is -- older firmware version, maybe?
9677 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
9703 # Be aware that older versions of the dmd have a firmware bug that affects
13868 # 1) there are several firmware rev
[all...]
H A Dterminfo.tmp4269 # On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
5562 # The firmware has a bug in it such that if you give it a null
7540 # some of the vi300s have older firmware that has the command
7542 vi300-old|visual 300 with old firmware (set edit extent reversed),
8036 # This terminal (firmware version 02) has a lot of bugs:
8288 # This copes with an apparent firmware bug in the wy85. He writes:
9445 # I have no idea why this is -- older firmware version, maybe?
9677 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
9703 # Be aware that older versions of the dmd have a firmware bug that affects
13868 # 1) there are several firmware rev
[all...]

Completed in 275 milliseconds

12