Searched refs:enable (Results 151 - 175 of 207) sorted by relevance

123456789

/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h121 uint8 enable; member in struct:hci_read_scan_enable
/haiku/src/apps/terminal/
H A DTermView.h108 void SetUseOptionAsMetaKey(bool enable);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1492 CalcView::_SetEnabled(bool enable) argument
1494 fEnabled = enable;
1495 fExpressionTextView->MakeSelectable(enable);
1496 fExpressionTextView->MakeEditable(enable);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp782 // disable/enable capturing
783 void CTheater200::SetEnable(bool enable, bool vbi) argument
786 PRINT(("CTheater200::SetEnable(%d, %d)\n", enable, vbi));
788 if (enable) {
H A DTheater100.cpp71 // disable/enable capturing
72 void CTheater100::SetEnable(bool enable, bool vbi) argument
74 PRINT(("CTheater100::SetEnable(%d, %d)\n", enable, vbi));
109 if (enable) {
1237 // enable/disable VBI capture
1293 // enable horizontal and vertical scaler
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp592 DragSortableListView::SetAutoScrolling(bool enable) argument
594 if (fScrollPulse && enable)
596 if (enable) {
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp364 bool enable = CountSourceFiles() > 0; local
365 SetEnabled(enable, enable);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c1966 * re-enable the hardware.
2851 /* try to enable old pal if it is needed for h/w green tx */
3645 /* XXX: For initial wasp bringup - check and enable this */
3739 /* enable Tx IQ Calibration HW for osprey/hornet/wasp */
3754 * please enable the bit of txiqcal_control_0[31] in INI file
4115 /* Only enable this if HAL capabilities says it is OK */
4194 /* enable interrupt mitigation for rx */
4202 /* enable interrupt mitigation for tx */
4231 * debug - enable to see all synchronous interrupts status
4312 ar9300_get_spur_info(struct ath_hal * ah, int *enable, in argument
6376 ar9300_crdc_activate(struct ath_hal *ah, int rssi_diff, int enable) argument
6444 ar9300_ant_ctrl_set_lna_div_use_bt_ant(struct ath_hal *ah, HAL_BOOL enable, const struct ieee80211_channel *chan) argument
[all...]
H A Dar9300_attach.c669 /* XXX FreeBSD: enable RX mitigation */
1578 * PLL ON + clkreq enable is not a valid combination,
1761 * PLL ON + clkreq enable is not a valid combination,
2707 /* Always enable fast clock; leave it up to EEPROM and channel */
2861 * so we can not enable this feature currently.
3046 * we enable the diversity-combining algorithm.
3057 * FreeBSD: enable LNA mixing if the chip is Hornet or Poseidon.
3274 ar9300_set_immunity(struct ath_hal *ah, HAL_BOOL enable) argument
3277 u_int32_t m1_thresh_low = enable ? 127 : ahp->ah_immunity_vals[0],
3278 m2_thresh_low = enable
[all...]
H A Dar9300_paprd.c443 HAL_BOOL enable = enable_flag; local
472 enable = AH_FALSE;
476 enable = AH_FALSE;
480 enable = AH_FALSE;
487 enable = AH_FALSE;
490 "%s: PAPRD is in bad state. Don't enable PAPRD\n",
494 if (enable) {
/haiku/src/apps/showimage/
H A DShowImageView.cpp503 ShowImageView::SetStretchToBounds(bool enable) argument
505 if (fStretchToBounds != enable) {
506 _SettingsSetBool("StretchToBounds", enable);
507 fStretchToBounds = enable;
508 if (enable || fZoom > 1.0)
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.c749 * @active: true to enable LPLU, false to disable
796 * important. During driver activity we should enable
835 * @active: true to enable LPLU, false to disable
865 * important. During driver activity we should enable
881 * @active: boolean used to enable/disable lplu
887 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
906 * important. During driver activity we should enable
2030 * e1000_vmdq_set_anti_spoofing_pf - enable or disable anti-spoofing
2032 * @enable: state to enter, either enabled or disabled
2037 void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, in argument
2075 e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable) argument
2112 e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable) argument
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp1062 BMenu::SetEnabled(bool enable) argument
1064 if (fEnabled == enable)
1067 fEnabled = enable;
1070 Supermenu()->SetEnabled(enable);
1073 fSuperitem->SetEnabled(enable);
1087 BMenu::SetTriggersEnabled(bool enable) argument
1089 fTriggerEnabled = enable;
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp711 mmvi->values[i].enable = (resp[0] & AMP_MUTE) != 0;
713 mmvi->values[i].enable);
778 control->mute = (mmvi->values[i].enable ? AMP_MUTE : 0);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h41 #define MWL_MBSS_SUPPORT /* enable multi-bss support */
272 * GIType = 0: enable long and short GI
273 * GIType = 1: enable short GI
274 * GIType = 2: enable long GI
648 * Set MIMO Power Save handling for a station; the enable and mode
652 uint8_t enable, uint8_t mode);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c767 int error, enable; local
769 enable = (sc->sc_alq.sc_alq_isactive);
771 error = sysctl_handle_int(oidp, &enable, 0, req);
774 else if (enable)
800 "enable", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, sc, 0,
848 ath_sysctl_softled, "I", "enable/disable software LED support");
861 ath_sysctl_hardled, "I", "enable/disable hardware LED support");
893 ath_sysctl_tpc, "I", "enable/disable per-packet TPC");
907 0, ath_sysctl_rfkill, "I", "enable/disable RF kill switch");
996 sc, 0, ath_sysctl_setcca, "I", "enable CC
[all...]
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp206 #warning M68K: use enable or mark register ?
648 // enable irq
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp414 void SetChecking(bool enable)
416 fChecking = enable;
H A DVectorTest.cpp527 void SetChecking(bool enable) argument
529 fChecking = enable;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c86 ar5212EnableMibCounters(ah); /* enable everything */
153 const struct ar5212AniParams *params5, HAL_BOOL enable)
174 if (enable) { /* Enable ani now */
152 ar5212AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, const struct ar5212AniParams *params5, HAL_BOOL enable) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c90 ar5212EnableMibCounters(ah); /* enable everything */
134 const struct ar5212AniParams *params5, HAL_BOOL enable)
151 if (enable) { /* Enable ani now */
133 ar5416AniAttach(struct ath_hal *ah, const struct ar5212AniParams *params24, const struct ar5212AniParams *params5, HAL_BOOL enable) argument
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp49 RCRRXEnable = 0x01, // RX enable
648 // Initialize RX control register, enable RX and activate multicast
1194 DavicomDevice::_EnableInterrupts(bool enable) argument
1203 if (enable) {
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211.c305 ieee80211_configure_ampdu_tx(struct ieee80211com *ic, int enable) argument
314 if (enable)
463 ic->ic_flags |= IEEE80211_F_HTON; /* enable 11n by default */
506 ic->ic_flags |= IEEE80211_F_VHTON; /* enable 11ac by default */
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp210 BHttpRequest::SetAutoReferrer(bool enable) argument
212 fOptAutoReferer = enable;
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c216 mmvi->values[i].u.enable = (values[0] == 1.0);
279 values[0] = mmvi->values[i].u.enable ? 1.0 : 0.0;

Completed in 232 milliseconds

123456789