Searched refs:on (Results 51 - 75 of 113) sorted by path

12345

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c600 /* Set EOF on the last descriptor. */
1597 rge_set_phy_power(struct rge_softc *sc, int on) argument
1601 if (on) {
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp6 * Heavily based on code of the
439 // we need to setup hardware on device replug
593 ASIXDevice::SetPromiscuousMode(bool on) argument
603 if (on)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp7 * Heavily based on code of the
76 USBCIntAck = 0x20, // ACK with 8-bytes of data on interrupt EP
77 USBCIntNAck = 0x10, // Supress ACK on interrupt EP
521 // we need to setup hardware on device replug
716 DavicomDevice::_SetPromiscuousMode(bool on) argument
726 if (on)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h183 HAL_BOOL phy_noise_spur; /* based on OFDM/CCK Phy errors */
203 u_int32_t ast_ani_ofdmon; /* ANI OFDM weak signal detect on */
860 u_int32_t ah_rx_cal_chan; /* chan on which rx cal is done */
909 * WAR for bug 6773. OS_DELAY() does a PIO READ on the PCI bus which allows
948 * Green Tx, Based on different RSSI of Received Beacon thresholds,
1566 extern void ar9300_set_hw_beacon_proc(struct ath_hal *ah, HAL_BOOL on);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c54 * done, this is enabled based on operating mode and is meaningful
104 * Return the current ANI state of the channel we're on
272 u_int on = param ? 1 : 0; local
275 AR_PHY_SFCORR_LOW_M1_THRESH_LOW, m1ThreshLow[on]);
277 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2ThreshLow[on]);
279 AR_PHY_SFCORR_M1_THRESH, m1Thresh[on]);
281 AR_PHY_SFCORR_M2_THRESH, m2Thresh[on]);
283 AR_PHY_SFCORR_M2COUNT_THR, m2CountThr[on]);
285 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2CountThrLow[on]);
287 if (on) {
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c58 * done, this is enabled based on operating mode and is meaningful
261 u_int on = param ? 1 : 0; local
263 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: HAL_ANI_OFDM_WEAK_SIGNAL_DETECTION: %s\n", __func__, on ? "enabled" : "disabled");
265 AR_PHY_SFCORR_LOW_M1_THRESH_LOW, m1ThreshLow[on]);
267 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2ThreshLow[on]);
269 AR_PHY_SFCORR_M1_THRESH, m1Thresh[on]);
271 AR_PHY_SFCORR_M2_THRESH, m2Thresh[on]);
273 AR_PHY_SFCORR_M2COUNT_THR, m2CountThr[on]);
275 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2CountThrLow[on]);
278 AR_PHY_SFCORR_EXT_M1_THRESH_LOW, m1ThreshLow[on]);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c85 * The decision to issue/deduct a credit is based on the errors and
88 * ath_rate_raise_threshold defines the threshold on credits at which
119 struct onoe_node *on = ATH_NODE_ONOE(an); local
121 *rix = on->on_tx_rix0;
122 *try0 = on->on_tx_try0;
124 *txrate = on->on_tx_rate0sp;
126 *txrate = on->on_tx_rate0;
141 struct onoe_node *on = ATH_NODE_ONOE(an); local
145 rc[0].rix = on->on_tx_rate0;
146 rc[1].rix = on
160 struct onoe_node *on = ATH_NODE_ONOE(an); local
174 struct onoe_node *on = ATH_NODE_ONOE(an); local
204 struct onoe_node *on = ATH_NODE_ONOE(an); local
339 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_led.c181 * Blink the LED according to the specified on/off times.
184 ath_led_blink(struct ath_softc *sc, int on, int off) argument
186 DPRINTF(sc, ATH_DEBUG_LED, "%s: on %u off %u\n", __func__, on, off);
190 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c672 /* Turn on PLL */
1127 bwi_power_on(sc, 0); /* Don't turn on PLL */
1226 device_printf(sc->sc_dev, "%s: error %d on regwin switch\n",
1232 device_printf(sc->sc_dev, "%s: error %d on MAC init\n",
1591 * been after writing the initial values. It keeps on being
1597 * it is valid only on mac version 5 and higher, but I couldn't
1599 * on my card, this suggests an error in the tx path still...
3459 DPRINTF(sc, BWI_DBG_ATTACH, "power on delay %u\n", sc->sc_pwron_delay);
3848 bwi_led_onoff(const struct bwi_led *led, uint16_t val, int on) argument
3851 on
3877 int on; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c497 * Get firmware image (and possibly dma memory) on mode change.
972 * with a SCAN -> RUN transition on scan complete.
1284 * is mainly for station mode where we depend on
1531 * XXX try to roam, drop assoc only on much higher count
1543 * to disassociate and then on completion we'll
2201 * is marked up in case we need to reload them on device init.
2205 * XXX return 0 on success, 1 on error.
2218 /* invalidate cached firmware on mode change */
2696 * Start a scan on th
3410 iwi_led_blink(struct iwi_softc *sc, int on, int off) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c545 /* Allocate TX rings (16 on 4965AGN, 20 on >=5000). */
742 * Define specific configuration based on device id and subdevice id
1624 * NB: This kind of ROM can be found on 1000 or 6000 Series only.
1795 /* TX scheduler rings must be aligned on a 1KB boundary. */
1809 /* "Keep Warm" page must be aligned on a 4KB boundary. */
1822 /* ICT table must be aligned on a 4KB boundary. */
1836 /* Must be aligned on a 16-byte boundary. */
2204 /* Adapter has to be powered on for EEPROM access to work. */
2777 /* Default - transmit on th
5592 iwn_set_led(struct iwn_softc *sc, uint8_t which, uint8_t off, uint8_t on) argument
[all...]
H A Dif_iwnreg.h853 uint8_t on; member in struct:iwn_cmd_led
965 * For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
975 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
993 * a sysassert on a "good CRC threshold" of zero (== disabled),
994 * on a radar channel even though this means that we should NOT
998 * need to receive during our dwell time on a channel before
1688 * TX power on chain in 1/2 dBm.
1817 * @IWN_UCODE_TLV_FLAGS_NEWSCAN: new uCode scan behaviour on hidden SSID,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_led.c53 r88e_set_led(struct rtwn_softc *sc, int led, int on) argument
57 if (!on) {
63 sc->ledlink = on; /* Save LED state. */
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/usb/
H A Dr92cu_led.c54 r92cu_set_led(struct rtwn_softc *sc, int led, int on) argument
60 if (!on)
63 sc->ledlink = on; /* Save LED state. */
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_led.c59 r12a_set_led(struct rtwn_softc *sc, int led, int on) argument
66 R12A_LEDCFG2_ENA | (on ? 0 : R92C_LEDCFG0_DIS));
67 sc->ledlink = on; /* Save LED state. */
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8821a/
H A Dr21a_led.c59 r21a_set_led(struct rtwn_softc *sc, int led, int on) argument
63 R12A_LEDCFG2_ENA | (on ? 0 : R92C_LEDCFG0_DIS));
64 sc->ledlink = on; /* Save LED state. */
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp326 CamDevice::PowerOnSensor(bool on) argument
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp281 SonixCamDevice::PowerOnSensor(bool on) argument
283 if (OrReg8(SN9C102_CHIP_CTRL, on ? 0x01 : 0x00) < 0)
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp244 set_font_face(BFont &font, uint16 face, bool on) argument
249 if (font.Face() == B_REGULAR_FACE && on)
251 else if ((font.Face() & ~face) == 0 && !on)
253 else if (on)
322 // This is not nice, but it's the only we can provide all features on command
402 // We only push a copy of the run on the stack because the current
/haiku/src/apps/bootmanager/
H A Dbootman.S172 ; Variables on stack
209 xor bh, bh ; write on page 0
271 mov bh, 0 ; Text output on page 0
650 xor bh, bh ; Write on page 0
/haiku/src/apps/codycam/
H A DFileUploadClient.cpp83 FileUploadClient::SetPassive(bool on) argument
H A DFileUploadClient.h45 virtual void SetPassive(bool on);
H A DFtpClient.cpp414 FtpClient::SetPassive(bool on) argument
416 if (on)
607 // on the port it sends back to us
H A DFtpClient.h57 void SetPassive(bool on);
H A DSftpClient.cpp288 SftpClient::SetPassive(bool on) argument

Completed in 301 milliseconds

12345