Searched refs:active (Results 101 - 125 of 248) sorted by last modified time

12345678910

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1184 * @active: boolean used to enable/disable lplu
1189 * and SmartSpeed is disabled when active is true, else clear lplu for D0
1195 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active) argument
1198 return hw->phy.ops.set_d0_lplu_state(hw, active);
1206 * @active: boolean used to enable/disable lplu
1211 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1217 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active) argument
1220 return hw->phy.ops.set_d3_lplu_state(hw, active);
H A De1000_api.h110 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
111 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
H A De1000_82575.c69 bool active);
71 bool active);
73 bool active);
749 * @active: true to enable LPLU, false to disable
751 * Sets the LPLU D0 state according to the active flag. When
759 static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active) argument
774 if (active) {
835 * @active: true to enable LPLU, false to disable
837 * Sets the LPLU D0 state according to the active flag. When
845 static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active) argument
892 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active) argument
[all...]
H A De1000_82571.c62 bool active);
79 bool active);
81 bool active);
566 * @active: true to enable LPLU, false to disable
568 * Sets the LPLU D0 state according to the active flag.
575 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active) argument
581 if (active)
593 * @active: boolean used to enable/disable lplu
596 * when active is true, else clear lplu for D3. LPLU
601 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active) argument
871 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) argument
[all...]
H A De1000_82541.c59 bool active);
935 * @active: boolean used to enable/disable lplu
940 * and SmartSpeed is disabled when active is true, else clear lplu for D3
946 static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active) argument
959 ret_val = e1000_set_d3_lplu_state_generic(hw, active);
968 if (!active) {
/haiku/src/apps/terminal/
H A DTermViewStates.h43 virtual void WindowActivated(bool active);
77 virtual void WindowActivated(bool active);
122 virtual void WindowActivated(bool active);
/haiku/src/kits/game/
H A DWindowScreen.cpp242 BWindowScreen::ScreenConnected(bool active) argument
263 BWindowScreen::WindowActivated(bool active) argument
266 fWindowState = active;
267 if (active && fLockState == 0 && fWorkState)
328 // If we aren't active, we just change our local palette
527 BWindowScreen::SuspensionHook(bool active) argument
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp552 usb_interface_info *interface = config->interface[0].active;
554 TRACE_ALWAYS("Error:invalid active interface in "
1000 (linkState->media & IFM_ACTIVE) ? "active" : "inactive",
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.h29 s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active);
30 s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active);
/haiku/src/apps/diskprobe/
H A DDataView.cpp906 DataView::SetActive(bool active) argument
908 if (active == fIsActive)
911 fIsActive = active;
915 if (IsFocus() && active) {
926 DataView::WindowActivated(bool active) argument
928 BView::WindowActivated(active);
929 SetActive(active);
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_internal.h323 uint16_t active: 1; member in struct:nvme_tracker
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h55 virtual void WindowActivated(bool active);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp71 Object *object = GetStack()->GetObject(list->active->endpoint[0].handle);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp176 if (!cookie->dev->active) {
178 "active\n");
231 // Workarounds for active multiplexing keyboard controllers
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h953 uint16_t active; /* msecs */ member in struct:iwn_scan_chan
965 * For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
976 * Must be set longer than active dwell time.
988 * If active scanning is requested but a certain channel is
989 * marked passive, we can do active scanning if we detect
H A Dif_iwn.c6454 * to a channel that isn't the currently active one!
6906 * In active association mode, ensure that
6910 * number of idle RX chains to be less than the active
7071 * Max needs to be greater than active and passive and quiet!
7126 * Only do active scanning if we're announcing a probe request
7180 * If active scanning is requested but a certain channel is
7181 * marked passive, we can do active scanning if we detect
7202 * If we're doing active scanning, set the crc_threshold
7203 * to a suitable value. This is different to active veruss
7222 * Set the passive/active fla
[all...]
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp394 // Set if the package is active
399 bool active = false; local
402 BPackageKit::B_PACKAGE_INSTALLATION_LOCATION_SYSTEM, info, &active);
404 fprintf(stderr, "Could not check if package was active in system: %s\n",
408 if (!active) {
410 BPackageKit::B_PACKAGE_INSTALLATION_LOCATION_HOME, info, &active);
413 "Could not check if package was active in home: %s\n",
419 if (active) {
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.cpp133 bool active) {
139 _inherited::WorkspaceActivated(workspace, active);
131 WorkspaceActivated( int32 workspace, bool active) argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1285 bool active = get_driver_boolean_parameter(handle, "active", false, true);
1289 if (primary->Active() == active) {
1296 // set the active flags to false for other partitions
1297 if (active) {
1305 primary->SetActive(active);
1452 bool active = get_driver_boolean_parameter(handle, "active", false, true);
1455 // set the active flags to false
1456 if (active) {
[all...]
/haiku/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.cpp193 bool active = false; local
196 primary->SetTo(child->Offset(), child->Size(), type.Type(), active,
322 bool active = get_driver_boolean_parameter(handle, "active", false, true);
327 partition->SetActive(active);
375 get_driver_boolean_parameter(handle, "active", false, true);
491 bool active = get_driver_boolean_parameter(handle, "active", false, true);
551 primary->SetTo(offset, size, type.Type(), active, partition->BlockSize());
H A DExtendedPartitionAddOn.cpp195 bool active = get_driver_boolean_parameter(
196 handle, "active", false, true);
213 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c2851 STAILQ_INIT(&txq->active);
3302 STAILQ_INSERT_TAIL(&txq->active, bf, bf_list);
3338 bf = STAILQ_FIRST(&txq->active);
3350 STAILQ_REMOVE_HEAD(&txq->active, bf_list);
3421 * Process each active queue.
3424 if (!STAILQ_EMPTY(&sc->sc_txq[0].active))
3426 if (!STAILQ_EMPTY(&sc->sc_txq[1].active))
3428 if (!STAILQ_EMPTY(&sc->sc_txq[2].active))
3430 if (!STAILQ_EMPTY(&sc->sc_txq[3].active))
3456 bf = STAILQ_FIRST(&txq->active);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c762 STAILQ_INIT(&txq->active);
937 bf = STAILQ_FIRST(&txq->active);
949 STAILQ_REMOVE_HEAD(&txq->active, bf_list);
1013 * Process each active queue.
1018 if (!STAILQ_EMPTY(&sc->malo_txq[i].active))
1197 STAILQ_INSERT_TAIL(&txq->active, bf, bf_list);
1587 bf = STAILQ_FIRST(&txq->active);
1592 STAILQ_REMOVE_HEAD(&txq->active, bf_list);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h127 uint32_t active; member in struct:__anon131
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h91 uint32_t active; member in struct:__anon126

Completed in 192 milliseconds

12345678910