Home
last modified time | relevance | path

Searched refs:Channel (Results 1 – 25 of 44) sorted by relevance

12

/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h109 u8 Channel,
144 u8 Channel,
176 u8 Channel,
184 u8 Channel
195 u8 *Channel,
Dhal_phy_cfg.h50 enum CHANNEL_WIDTH BandWidth, u8 Channel);
Drtw_mlme_ext.h242 unsigned char Channel[MAX_CHANNEL_NUM]; member
247 unsigned char Channel[MAX_CHANNEL_NUM_2G]; member
252 unsigned char Channel[MAX_CHANNEL_NUM_5G]; member
Dhal_com.h210 u32 Channel
/drivers/lightnvm/
DKconfig3 # Open-Channel SSD NVM configuration
7 bool "Open-Channel SSD target support"
12 Open-Channel SSDs implement a set of extension to SSDs, that
21 tristate "Physical Block Device Open-Channel SSD target"
/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c102 u8 dot11d_get_max_tx_pwr_in_dbm(struct ieee80211_device *dev, u8 Channel) in dot11d_get_max_tx_pwr_in_dbm() argument
107 if (Channel > MAX_CHANNEL_NUMBER) { in dot11d_get_max_tx_pwr_in_dbm()
111 if (dot11d_info->channel_map[Channel]) in dot11d_get_max_tx_pwr_in_dbm()
112 MaxTxPwrInDbm = dot11d_info->max_tx_pwr_dbm_list[Channel]; in dot11d_get_max_tx_pwr_in_dbm()
/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c926 struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection in PHY_SetTxPowerIndexByRateSection() argument
936 Channel, cckRates, in PHY_SetTxPowerIndexByRateSection()
943 Channel, ofdmRates, in PHY_SetTxPowerIndexByRateSection()
950 Channel, htRates1T, in PHY_SetTxPowerIndexByRateSection()
957 Channel, htRates2T, in PHY_SetTxPowerIndexByRateSection()
964 Channel, htRates3T, in PHY_SetTxPowerIndexByRateSection()
971 Channel, htRates4T, in PHY_SetTxPowerIndexByRateSection()
979 Channel, vhtRates1T, in PHY_SetTxPowerIndexByRateSection()
988 Channel, vhtRates2T, in PHY_SetTxPowerIndexByRateSection()
996 Channel, vhtRates3T, in PHY_SetTxPowerIndexByRateSection()
[all …]
Drtl8723b_hal_init.c2354 static bool Hal_GetChnlGroup8723B(u8 Channel, u8 *pGroup) in Hal_GetChnlGroup8723B() argument
2358 if (Channel <= 14) { in Hal_GetChnlGroup8723B()
2361 if (1 <= Channel && Channel <= 2) in Hal_GetChnlGroup8723B()
2363 else if (3 <= Channel && Channel <= 5) in Hal_GetChnlGroup8723B()
2365 else if (6 <= Channel && Channel <= 8) in Hal_GetChnlGroup8723B()
2367 else if (9 <= Channel && Channel <= 11) in Hal_GetChnlGroup8723B()
2369 else if (12 <= Channel && Channel <= 14) in Hal_GetChnlGroup8723B()
2372 …_drv_notice_, ("==>Hal_GetChnlGroup8723B in 2.4 G, but Channel %d in Group not found\n", Channel)); in Hal_GetChnlGroup8723B()
2377 if (36 <= Channel && Channel <= 42) in Hal_GetChnlGroup8723B()
2379 else if (44 <= Channel && Channel <= 48) in Hal_GetChnlGroup8723B()
[all …]
Dodm_RegConfig8723B.c235 u8 *Channel, in odm_ConfigBB_TXPWR_LMT_8723B() argument
246 Channel, in odm_ConfigBB_TXPWR_LMT_8723B()
Dodm_RegConfig8723B.h48 u8 *Channel,
Drtl8723b_phycfg.c615 u8 Channel in PHY_GetTxPowerIndex() argument
624 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex()
649 void PHY_SetTxPowerLevel8723B(struct adapter *Adapter, u8 Channel) in PHY_SetTxPowerLevel8723B() argument
664 PHY_SetTxPowerLevelByPath(Adapter, Channel, RFPath); in PHY_SetTxPowerLevel8723B()
/drivers/w1/slaves/
DKconfig29 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)"
32 DS2408 8-Channel Addressable Switch device support
45 tristate "Dual Channel Addressable Switch 0x3a family support (DS2413)"
48 DS2413 Dual Channel Addressable Switch device support
51 tristate "Dual Channel Addressable Switch 0x12 family support (DS2406)"
55 DS2406 Dual Channel Addressable Switch. EPROM read/write
/drivers/scsi/qla2xxx/
DKconfig3 tristate "QLogic QLA2XXX Fibre Channel Support"
10 This qla2xxx driver supports all QLogic Fibre Channel
/drivers/gpu/drm/mcde/
DKconfig17 Multi-Channel Display Engine.
/drivers/message/fusion/
DKconfig35 SCSI HOST support for a Fiber Channel host adapters.
98 This module supports LAN IP traffic over Fibre Channel port(s)
/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c297 u32 Channel; in oid_rt_pro_set_channel_direct_call_hdl() local
303 Channel = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_channel_direct_call_hdl()
304 if (Channel > 14) in oid_rt_pro_set_channel_direct_call_hdl()
306 Adapter->mppriv.curr_ch = Channel; in oid_rt_pro_set_channel_direct_call_hdl()
/drivers/dma/qcom/
DKconfig24 tristate "Qualcomm Technologies HIDMA Channel support"
/drivers/net/ethernet/chelsio/
DKconfig103 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
108 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
/drivers/usb/typec/
DKconfig10 specific Configuration Channel (CC) which goes through the USB Type-C
11 cable. The Configuration Channel may also be used to detect optional
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c418 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
442 if (RTW_ChannelPlan5G[Index5G].Channel[index] <= 48 in init_channel_set()
443 || RTW_ChannelPlan5G[Index5G].Channel[index] >= 149) { in init_channel_set()
444 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; in init_channel_set()
4821 chplan_ap.Channel[i++] = channel; in process_80211d()
4829 while ((i < chplan_ap.Len) && (chplan_ap.Channel[i] != 0)) { in process_80211d()
4830 DBG_8192C("%02d,", chplan_ap.Channel[i]); in process_80211d()
4858 if ((j == chplan_ap.Len) || (chplan_ap.Channel[j] > 14)) in process_80211d()
4861 if (chplan_sta[i].ChannelNum == chplan_ap.Channel[j]) { in process_80211d()
4862 chplan_new[k].ChannelNum = chplan_ap.Channel[j]; in process_80211d()
[all …]
/drivers/staging/iio/Documentation/
Dinkernel.txt9 Channel associations are described using:
/drivers/misc/
DKconfig91 tristate "IBM Virtual Management Channel support"
94 This is the IBM POWER Virtual Management Channel
97 Management Channel virtual adapter on the PowerVM
233 tristate "Channel interface driver for the HP iLO processor"
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h161 unsigned char Channel[MAX_CHANNEL_NUM]; member
166 unsigned char Channel[MAX_CHANNEL_NUM_2G]; member
/drivers/scsi/
DKconfig33 Channel, and FireWire storage.
73 If you want to use SCSI hard disks, Fibre Channel disks,
287 Fibre Channel (FC) adapter driver with a Host Bus Adapter (HBA).
584 Fibre Channel library module
590 Library for Fibre Channel over Ethernet module
597 Fibre Channel over Ethernet module
1155 tristate "Emulex LightPulse Fibre Channel Support"
1164 Family of Fibre Channel PCI host adapters.
1167 bool "Emulex LightPulse Fibre Channel debugfs Support"
1478 means of Fibre Channel Protocol host bus adapters say Y.
[all …]
/drivers/scsi/aic7xxx/
Daic79xx.reg513 * Data Channel Host Address
545 * Data Channel Host Count
677 * Data Channel Receive Message 0
725 * Data Channel Receive Message 1
770 * Data Channel Receive Message 2
809 * Data Channel Receive Message 3
875 * Data Channel Sequencer Byte Count
885 * Data Channel Split Status 0
938 * Data Channel Split Status 1
3191 * DSP Data Channel Control
[all …]

12