Searched refs:active (Results 201 - 225 of 248) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c89 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
91 bool active);
93 bool active);
248 /* Only unforce SMBus if ME is not active */
3193 * @active: true to enable LPLU, false to disable
3195 * Sets the LPLU state according to the active flag. For PCH, if OEM write
3201 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active) argument
3211 if (active)
3225 * @active: true to enable LPLU, false to disable
3227 * Sets the LPLU D0 state according to the active fla
3235 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
3331 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active) argument
[all...]
H A De1000_phy.c142 * @active: dummy variable
145 bool E1000_UNUSEDARG active)
2077 * @active: boolean used to enable/disable lplu
2082 * and SmartSpeed is disabled when active is true, else clear lplu for D3
2088 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active) argument
2103 if (!active) {
144 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw, bool E1000_UNUSEDARG active) argument
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp792 bool active; local
794 if (message->FindBool("active", &active) == B_OK && active
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp470 usb_interface_info *interface = config->interface[0].active;
472 TRACE_ALWAYS("Error:invalid active interface in "
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_elantech.cpp78 if (!cookie->dev->active) {
79 TRACE("ELANTECH: read_event: Error device no longer active\n");
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c194 if (conf->interface[ifc].active != ii) {
195 // the interface we found is not the active one and has to be set
/haiku/src/apps/terminal/
H A DTermView.cpp1523 TermView::WindowActivated(bool active) argument
1525 BView::WindowActivated(active);
1526 if (active && IsFocus()) {
1536 fActiveState->WindowActivated(active);
/haiku/headers/os/interface/
H A DTextView.h80 virtual void WindowActivated(bool active);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp122 TextDocumentView::WindowActivated(bool active) argument
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp54 GradientControl::WindowActivated(bool active) argument
/haiku/src/kits/interface/
H A DScrollBar.cpp729 BScrollBar::WindowActivated(bool active) argument
731 fPrivateData->fEnabled = active;
H A DMenuField.cpp531 BMenuField::WindowActivated(bool active) argument
533 BView::WindowActivated(active);
H A DTabView.cpp847 BTabView::WindowActivated(bool active) argument
849 BView::WindowActivated(active);
H A DListView.cpp288 BListView::WindowActivated(bool active) argument
290 BView::WindowActivated(active);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp166 KeyboardLayoutView::WindowActivated(bool active) argument
168 if (active)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp112 virtual void WorkspaceActivated(int32, bool active);
1160 // cycle through the windows in the active application
1698 TSwitcherWindow::WorkspaceActivated(int32, bool active) argument
1700 if (active)
/haiku/src/apps/showimage/
H A DShowImageView.cpp1852 ShowImageView::WindowActivated(bool active) argument
1854 fIsActiveWin = active;
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1058 usb_interface_info *interface = configuration->interface[i].active;
1964 usb_interface_info *interface = configuration->interface[i].active;
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1071 // don't commit active pose if only a keyboard shortcut is
1746 TFilePanel::WindowActivated(bool active) argument
1750 _inherited::WindowActivated(active);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1478 ProbeView::WindowActivated(bool active) argument
1480 if (!active)
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp315 DragSortableListView::WindowActivated( bool active )
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h645 uint16_t active; /* msecs */ member in struct:wpi_scan_chan
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp478 usb_interface_info *interface = configuration->interface[i].active;
/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/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",

Completed in 367 milliseconds

12345678910