Searched refs:mode (Results 151 - 175 of 948) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_phy.c70 ar5210GetRateTable(struct ath_hal *ah, u_int mode) argument
73 switch (mode) {
81 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid mode 0x%x\n",
82 __func__, mode);
H A Dar5210_power.c96 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
109 modes[ah->ah_powerMode], modes[mode],
111 switch (mode) {
114 ah->ah_powerMode = mode;
120 ah->ah_powerMode = mode;
125 ah->ah_powerMode = mode;
128 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unknown power mode %u\n",
129 __func__, mode);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c86 * fames. If request, set power mode of chip to
98 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
111 modes[ah->ah_powerMode], modes[mode],
113 switch (mode) {
116 ah->ah_powerMode = mode;
122 ah->ah_powerMode = mode;
127 ah->ah_powerMode = mode;
130 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unknown power mode %u\n",
131 __func__, mode);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c51 * Be careful setting the AWAKE mode. When we are called
106 * fames. If request, set power mode of chip to
118 * Set power mgt to the requested mode, and conditionally set
122 ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
135 modes[ah->ah_powerMode], modes[mode],
137 switch (mode) {
140 ah->ah_powerMode = mode;
146 ah->ah_powerMode = mode;
151 ah->ah_powerMode = mode;
154 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unknown power mode
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312.h73 extern HAL_BOOL ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
H A Dar5312_power.c60 * fames. If request, set power mode of chip to
70 * Set power mgt to the requested mode, and conditionally set
74 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
87 modes[ah->ah_powerMode], modes[mode],
89 switch (mode) {
100 HALDEBUG(ah, HAL_DEBUG_POWER, "%s: unknown power mode %u\n",
101 __func__, mode);
104 ah->ah_powerMode = mode;
109 * Return the current sleep mode of the chip
124 return 0; /* Currently, 5312 is never in sleep mode
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c44 u_int mode; local
48 mode = ar5212GetWirelessModes(ah);
51 if (pCap->halHTSupport == AH_TRUE && (mode & HAL_MODE_11A))
52 mode |= HAL_MODE_11NA_HT20
56 if (pCap->halHTSupport == AH_TRUE && (mode & HAL_MODE_11G))
57 mode |= HAL_MODE_11NG_HT20
61 return mode;
85 * Set the blink operating mode.
90 /* XXX Blink slow mode? */
126 * timestamping packets in monitor mode
357 ar5416Set11nMac2040(struct ath_hal *ah, HAL_HT_MACMODE mode) argument
[all...]
H A Dar5416_phy.c109 ar5416GetRateTable(struct ath_hal *ah, u_int mode) argument
112 switch (mode) {
124 return ar5212GetRateTable(ah, mode);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h145 uint32_t mode; member in struct:iwi_firmware_ohdr
395 /* constants for 'mode' fields */
407 uint8_t mode; member in struct:iwi_rateset
421 uint8_t mode; member in struct:iwi_txpower
451 uint8_t mode; /* 11a, 11b, or 11g */ member in struct:iwi_associate
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c452 ic->ic_opmode = IEEE80211_M_STA; /* default to BSS mode */
456 IEEE80211_C_STA /* station mode supported */
457 | IEEE80211_C_IBSS /* IBSS mode supported */
458 | IEEE80211_C_HOSTAP /* Host access point mode */
459 | IEEE80211_C_MONITOR /* monitor mode supported */
460 | IEEE80211_C_AHDEMO /* adhoc demo mode */
1794 * STA mode: Just restart the timers.
1795 * IBSS mode: Process IBSS merge.
2272 uint32_t *mode = (uint32_t *)(tsf + 1); local
2279 "duration %u, status %x, tsf %ju, mode
[all...]
H A Dif_wpireg.h375 uint8_t mode; member in struct:wpi_rxon
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h113 * define OpMode for SoftAP/Station mode
115 * the following mode signature has to be written to PCI scratch register#0
230 uint16_t mode; member in struct:malo_cmd_rf_antenna
H A Dif_malohal.c490 * NB: now malo(4) supports only STA mode. It will be better if it
491 * supports AP mode.
617 cmd->mode = htole16(ant);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c798 * Enable sta-mode operation (disables beacon frame xmit).
889 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count)
899 pCmd->Mode = htole32(mode);
1596 * Configure aggressive Ampdu rate mode.
1599 mwl_hal_setaggampduratemode(struct mwl_hal *mh0, int mode, int threshold) argument
1609 pCmd->Option = htole32(mode);
1618 mwl_hal_getaggampduratemode(struct mwl_hal *mh0, int *mode, int *threshold) argument
1631 *mode = le32toh(pCmd->Option);
1885 mwl_hal_setrateadaptmode(struct mwl_hal *mh0, uint16_t mode) argument
1895 pCmd->RateAdaptMode = htole16(mode);
888 mwl_hal_setchannelswitchie(struct mwl_hal *mh0, const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count) argument
1921 mwl_hal_setnprot(struct mwl_hal_vap *vap, MWL_HAL_HTPROTECT mode) argument
1939 mwl_hal_setnprotmode(struct mwl_hal_vap *vap, uint8_t mode) argument
1973 mwl_hal_setmimops(struct mwl_hal *mh0, const uint8_t addr[IEEE80211_ADDR_LEN], uint8_t enable, uint8_t mode) argument
[all...]
H A Dmwlhal.h93 MWL_HAL_STA, /* infrastructure mode */
94 MWL_HAL_IBSS /* ibss/adhoc mode */
310 * Set the adapter to operate in infrastructure mode.
338 const MWL_HAL_CHANNEL *nextchan, uint32_t mode, uint32_t count);
481 * save mode (it will then buffer mcast traffic). mwl_hal_setsta_powersave
528 int mwl_hal_setaggampduratemode(struct mwl_hal *, int mode, int thresh);
529 int mwl_hal_getaggampduratemode(struct mwl_hal *, int *mode, int *thresh);
616 int mwl_hal_setrateadaptmode(struct mwl_hal *mh, uint16_t mode);
636 int mwl_hal_setnprot(struct mwl_hal_vap *, MWL_HAL_HTPROTECT mode);
640 int mwl_hal_setnprotmode(struct mwl_hal_vap *, uint8_t mode);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw_cmd.h56 uint8_t mode; member in struct:r88e_fw_cmd_pwrmode
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_fw_cmd.h49 uint8_t mode; member in struct:r92c_fw_cmd_pwrmode
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_fw.c102 struct r12a_fw_cmd_pwrmode mode; local
107 mode.mode = R88E_PWRMODE_LEG;
113 mode.pwr_state = R88E_PWRMODE_STATE_RFOFF;
115 mode.pwr_state = R88E_PWRMODE_STATE_RFON;
118 mode.mode = R88E_PWRMODE_CAM;
119 mode.pwr_state = R88E_PWRMODE_STATE_ALLON;
121 mode.pwrb1 =
125 mode
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp102 zero if the type is not known (can only happen if the mode field is
140 int32 mode = fNode->Mode() & (S_STR_INDEX | S_INT_INDEX | S_UINT_INDEX
144 if (mode == S_STR_INDEX)
148 switch (mode) {
170 int32 mode = 0; local
173 mode = S_INT_INDEX;
176 mode = S_UINT_INDEX;
179 mode = S_LONG_LONG_INDEX;
182 mode = S_ULONG_LONG_INDEX;
185 mode
[all...]
H A Dbfs.h199 int32 mode; // see sys/stat.h member in struct:BFS::bfs_inode
224 int32 Mode() const { return BFS_ENDIAN_TO_HOST_INT32(mode); }
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DNode.cpp10 Node::Node(ino_t id, mode_t mode) argument
13 fMode(mode)
H A DNode.h14 Node(ino_t sourceID, mode_t mode);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h27 get_filetype(int32 mode) argument
29 mode &= S_IFMT;
30 switch (mode)
52 /*! Converts the open mode, the open flags given to bfs_open(), into
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp142 mode_t mode = S_IRUSR | S_IRGRP | S_IROTH; local
144 mode |= S_IWUSR | S_IWGRP | S_IWOTH;
146 mode |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH;
148 mode |= S_IFREG;
149 return mode;
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp289 const char *path, int mode)
291 DO_LOG("create_symlink name: \"%s\"; path: \"%s\"; mode: %#x\n", name, path,
292 mode);
293 OVERLAY_CALL(create_symlink, name, path, mode)
334 overlay_access(fs_volume *volume, fs_vnode *vnode, int mode) argument
336 DO_LOG("access mode: %#x\n", mode);
337 OVERLAY_CALL(access, mode)
350 "; ino: %" B_PRIdINO "; mode: %#x; uid: %u; gid %u; size: %"
644 "; ino: %" B_PRIdINO "; mode
288 overlay_create_symlink(fs_volume *volume, fs_vnode *vnode, const char *name, const char *path, int mode) argument
690 overlay_create_special_node(fs_volume *volume, fs_vnode *vnode, const char *name, fs_vnode *subVnode, mode_t mode, uint32 flags, fs_vnode *_superVnode, ino_t *nodeID) argument
[all...]

Completed in 154 milliseconds

1234567891011>>