Searched refs:hw (Results 51 - 74 of 74) sorted by relevance

123

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp75 PDMAUDIOHSTSTRMOUT hw; /* Always must come first! */ member in struct:DSOUNDSTREAMOUT
86 PDMAUDIOHSTSTRMIN hw; /* Always must come first! */ member in struct:DSOUNDSTREAMIN
373 pDSoundStrmOut->hw.Props.uHz,
374 pDSoundStrmOut->hw.Props.cChannels,
375 pDSoundStrmOut->hw.Props.cBits,
376 pDSoundStrmOut->hw.Props.fSigned));
448 if (bc.dwBufferBytes & pDSoundStrmOut->hw.Props.uAlign)
451 bc.dwBufferBytes, pDSoundStrmOut->hw.Props.uAlign + 1));
464 pDSoundStrmOut->csPlaybackBufferSize = bc.dwBufferBytes >> pDSoundStrmOut->hw.Props.cShift;
479 int rc = dsoundLockOutput(pDSoundStrmOut->pDSB, &pDSoundStrmOut->hw
[all...]
H A DDrvHostNullAudio.cpp62 PDMAUDIOHSTSTRMOUT hw; member in struct:NULLAUDIOSTREAMOUT
68 PDMAUDIOHSTSTRMIN hw; member in struct:NULLAUDIOSTREAMIN
H A Daudio.h202 int AUD_is_host_voice_in_ok(SWVoiceIn *hw);
203 int AUD_is_host_voice_out_ok(SWVoiceOut *hw);
H A Dmixeng.c367 void mixeng_sniff_and_clear (PPDMHOSTVOICEOUT hw, PPDMHOSTSTEREOSAMPLE src, int len) argument
369 void mixeng_sniff_and_clear (HWVoiceOut *hw, st_sample_t *src, int len)
374 sniffer_run_out (hw, src, len);
H A Daudiosniffer.c75 * @param hw Audio samples information.
81 DECLCALLBACK(bool) sniffer_run_out (HWVoiceOut *hw, void *pvSamples, unsigned cSamples)
93 samplesPerSec = hw->info.freq;
94 nChannels = hw->info.nchannels;
95 bitsPerSample = hw->info.bits;
96 fUnsigned = (hw->info.sign == 0);
H A Dfilteraudio.c286 static int filteraudio_run_out(HWVoiceOut *hw);
288 static int filteraudio_ctl_out(HWVoiceOut *hw, int cmd, ...);
289 static void filteraudio_fini_out(HWVoiceOut *hw);
290 static int filteraudio_init_out(HWVoiceOut *hw, audsettings_t *as);
291 static int caInitOutput(HWVoiceOut *hw);
292 static void caReinitOutput(HWVoiceOut *hw);
606 Log(("FilterAudio: [Input]: run_in voice %p (hw %p) not available on host\n", pVoice, pVoice->phw));
610 Log(("FilterAudio: [Input]: forwarding run_in for voice %p (hw %p)\n", pVoice, pVoice->phw));
614 Log(("FilterAudio: [Input]: run_in for voice %p (hw %p)\n", pVoice, pVoice->phw));
690 Log(("FilterAudio: [Input]: ctl_in ENABLE voice %p (hw
[all...]
H A DDrvHostPulseAudio.cpp87 } hw; member in struct:PULSEAUDIOSTREAM
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Datl1e.h225 struct atl1e_hw hw; member in struct:atl1e_adapter
270 extern s32 atl1e_reset_hw(struct atl1e_hw *hw);
275 s32 atl1e_reset_hw(struct atl1e_hw *hw);
276 s32 atl1e_read_mac_addr(struct atl1e_hw *hw);
277 s32 atl1e_init_hw(struct atl1e_hw *hw);
278 s32 atl1e_phy_commit(struct atl1e_hw *hw);
279 s32 atl1e_get_speed_and_duplex(struct atl1e_hw *hw, u16 *speed, u16 *duplex);
281 s32 atl1e_read_phy_reg(struct atl1e_hw *hw, u16 reg_addr, u16 *phy_data);
282 s32 atl1e_write_phy_reg(struct atl1e_hw *hw, u32 reg_addr, u16 phy_data);
283 s32 atl1e_validate_mdi_setting(struct atl1e_hw *hw);
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Deeprom.h651 int (*check_eeprom)(struct ath_hw *hw);
652 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param);
653 int (*fill_eeprom)(struct ath_hw *hw);
654 int (*get_eeprom_ver)(struct ath_hw *hw);
655 int (*get_eeprom_rev)(struct ath_hw *hw);
656 void (*set_board_values)(struct ath_hw *hw, struct ath9k_channel *chan);
657 void (*set_addac)(struct ath_hw *hw, struct ath9k_channel *chan);
658 void (*set_txpower)(struct ath_hw *hw, struct ath9k_channel *chan,
H A Dar9003_mac.h113 void ar9003_hw_attach_mac_ops(struct ath_hw *hw);
H A Dath9k_ar9003_mac.c21 #include "hw.h"
24 static void ar9003_hw_rx_enable(struct ath_hw *hw) argument
26 REG_WRITE(hw, AR_CR, 0);
500 void ar9003_hw_attach_mac_ops(struct ath_hw *hw) argument
502 struct ath_hw_ops *ops = ath9k_hw_ops(hw);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lists.c37 # define CR_STATE_SETTEX_MSG(state, st, hw)
38 # define CR_STATE_SETMAT_MSG(state, st, hw)
45 # define CR_STATE_SETTEX_MSG(state, st, hw) crDebug("crStateQueryHWState fixed %s from %i to %i", state, st, hw)
46 # define CR_STATE_SETMAT_MSG(state, st, hw) \
52 crDebug("hw: [%f, %f, %f, %f] [%f, %f, %f, %f] [%f, %f, %f, %f] [%f, %f, %f, %f]", \
53 hw[0], hw[1], hw[2], hw[
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c787 * @v hw 802.11 hardware information
794 struct net80211_hw_info *hw )
797 dev->hw = malloc ( sizeof ( *hw ) );
798 if ( ! dev->hw )
801 memcpy ( dev->hw, hw, sizeof ( *hw ) );
802 memcpy ( dev->netdev->hw_addr, hw->hwaddr, ETH_ALEN );
805 memcpy ( dev->channels, dev->hw
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnet80211.h801 struct net80211_hw_info *hw; member in struct:net80211_device
1157 struct net80211_hw_info *hw );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_attach.c101 * ath5k_hw_attach - Check if hw is supported and init the needed structs
105 * @hw: Returned newly allocated hardware structure, on success
113 struct ath5k_hw **hw)
322 *hw = ah;
112 ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version, struct ath5k_hw **hw) argument
H A Dath5k_eeprom.c834 * on hw, we read 4 points for xpd 0 (lower gain -> max power)
1482 * that for each channel there is a power curve that's hw specific
1496 int (*read_pcal)(struct ath5k_hw *hw, int mode);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf_vf.h278 s32 (*init_params)(struct e1000_hw *hw);
342 s32 igbvf_read_pcie_cap_reg(struct e1000_hw *hw, u32 reg, u16 *value);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c885 int ii, x, y, hw, hh, grayspot; local
895 hw = rpng2_info.width / 2;
905 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
911 maxDist = (double)((hw*hw) + (hh*hh));
917 x = i - hw;
926 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c990 int ii, x, y, hw, hh, grayspot; local
1000 hw = (int)(rpng2_info.width / 2);
1010 grayspot = CLIP(bg[pat].bg_gray, 1, (hh + hw));
1016 maxDist = (double)((hw*hw) + (hh*hh));
1022 x = (int)(i - hw);
1031 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfscanf.c801 short hw; member in union:__anon13031
816 *va_arg(ap, short *) = res.hw;
/vbox/include/VBox/
H A Dsettings.h1314 void readGuestProperties(const xml::ElementNode &elmGuestProperties, Hardware &hw);
1316 void readHardware(const xml::ElementNode &elmHardware, Hardware &hw, Storage &strg);
1328 void buildHardwareXML(xml::ElementNode &elmParent, const Hardware &hw, const Storage &strg);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h830 PXE_HW_UNDI hw; member in union:u_pxe_undi
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h832 PXE_HW_UNDI hw; member in union:u_pxe_undi
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h344 } hw; member in union:__anon14192

Completed in 220 milliseconds

123