Searched refs:active (Results 151 - 175 of 248) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
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) {
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...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DWinChipHead.cpp29 usb_interface_info *interface = config->interface[0].active;
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h369 bool slaved_tmds1; /* external TMDS encoder active on CRTC1 */
370 bool slaved_tmds2; /* external TMDS encoder active on CRTC2 */
371 bool master_tmds1; /* on die TMDS encoder active on CRTC1 */
372 bool master_tmds2; /* on die TMDS encoder active on CRTC2 */
438 bool active; /* true is overlay currently in use */ member in struct:__anon21::__anon29
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.c760 * if fw_valid_bit is set, FW is active. setting FLUPD bit in EEC
763 * then FW is not active so the SW is responsible shadow RAM dump.
799 /* FW is not active and security protection is disabled.
1099 * @active: true to enable LPLU, false to disable
1104 s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active) argument
1112 if (active) {
1127 * @active: true to enable LPLU, false to disable
1132 s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active) argument
1140 if (active) {
/haiku/headers/os/drivers/
H A DUSB3.h67 usb_interface_info *active; /* currently active alternate */ member in struct:usb_interface_list
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp106 = configurationInfo->interface->active;
176 result = configurationInfo->interface[interfaceIndex].active;
388 if (&interfaceList->alt[i] == interfaceList->active) {
786 configurationInfo->interface[command.transfer.interface].active;
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp192 // Set active interface always to the first one
193 interfaceList->active = interfaceList->alt;
510 // Initialize all the endpoints that are now active
528 = fCurrentConfiguration->interface[j].active;
641 = fCurrentConfiguration->interface[j].active;
669 // Clear the no longer active endpoints
672 // Update the active pointer of the interface list
675 interfaceList->active
/haiku/src/apps/showimage/
H A DShowImageView.h48 virtual void WindowActivated(bool active);
226 // Is the parent window the active window?
/haiku/headers/os/interface/
H A DListView.h56 virtual void WindowActivated(bool active);
/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/apps/mail/
H A DContent.cpp839 fInputMethodUndoState.active = false;
1094 fInputMethodUndoState.active = false;
1376 fInputMethodUndoState.active = true;
1379 fInputMethodUndoState.active = false;
1393 fInputMethodUndoState.active = true;
1396 fInputMethodUndoState.active = true;
2663 if (fInputMethodUndoState.active) {
2730 if (fInputMethodUndoState.active) {
3051 fInputMethodUndoState.active = false;
3275 if (fInputMethodUndoState.active)
[all...]
H A DHeader.cpp194 bool active = TextView()->IsFocus() && Window()->IsActive(); local
205 if (active)
/haiku/src/kits/interface/
H A DWindow.cpp1064 bool active; local
1065 if (message->FindBool("active", &active) != B_OK)
1077 if (pendingMessage->FindBool("active", &nextActive) == B_OK)
1078 active = nextActive;
1084 if (active != fActive) {
1085 fActive = active;
1087 WindowActivated(active);
1091 fTopView->_Activate(active);
1096 if (!active)
1127 bool active; local
1873 Activate(bool active) argument
[all...]
H A DBox.cpp387 BBox::WindowActivated(bool active) argument
389 BView::WindowActivated(active);
H A DButton.cpp369 BButton::WindowActivated(bool active) argument
371 BControl::WindowActivated(active);
/haiku/src/apps/launchbox/
H A DMainWindow.cpp336 MainWindow::WorkspaceActivated(int32 workspace, bool active) argument
339 if (!active)
/haiku/src/apps/people/
H A DPictureView.cpp304 PictureView::WindowActivated(bool active) argument
306 BView::WindowActivated(active);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.cpp168 if (!cookie->dev->active) {
169 TRACE("SYNAPTICS: read_event: Error device no longer active\n");
808 if (sPassthroughDevice->active
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp311 HeaderView::WindowActivated(bool active) argument
313 if (active)
/haiku/src/apps/terminal/
H A DThemeView.cpp258 ThemeView::WindowActivated(bool active) argument
260 if (!active)
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp563 FindWindow::WindowActivated(bool active) argument
565 fTextView->MakeFocus(active);
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp222 fRatingActiveCheckBox = new BCheckBox("rating active",
485 response.FindBool("active", &fRatingActive);
639 bool active = fRatingActive; local
677 languageId, comment, stability, rating, active, info);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp357 bool active = get_driver_boolean_parameter(handle, "active", false, local
359 appendParameter(parameters, active, B_TRANSLATE("Active"));
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c275 usd->active = 1;
314 usb_interface_info *uii = uci->interface[0].active;

Completed in 228 milliseconds

12345678910