/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt_intf.h | 40 static inline bool rtl8723a_BT_using_antenna_1(struct rtw_adapter *padapter) in rtl8723a_BT_using_antenna_1() 44 static inline bool rtl8723a_BT_enabled(struct rtw_adapter *padapter) in rtl8723a_BT_enabled() 48 static inline bool rtl8723a_BT_coexist(struct rtw_adapter *padapter) in rtl8723a_BT_coexist() 52 #define rtl8723a_BT_do_coexist(padapter) do {} while(0) argument 53 #define rtl8723a_BT_wifiscan_notify(padapter, scanType) do {} while(0) argument 54 #define rtl8723a_BT_mediastatus_notify(padapter, mstatus) do {} while(0) argument 55 #define rtl8723a_BT_specialpacket_notify(padapter) do {} while(0) argument 56 #define rtl8723a_BT_lps_leave(padapter) do {} while(0) argument 57 #define rtl8723a_BT_disable_coexist(padapter) do {} while(0) argument 58 static inline bool rtl8723a_BT_disable_EDCA_turbo(struct rtw_adapter *padapter) in rtl8723a_BT_disable_EDCA_turbo() [all …]
|
D | ioctl_cfg80211.h | 21 struct rtw_adapter *padapter; member
|
D | rtl8723a_cmd.h | 150 #define rtl8723a_set_BTCoex_AP_mode_FwRsvdPkt_cmd(padapter) do {} while(0) argument
|
D | sta_info.h | 85 struct rtw_adapter *padapter; member 317 struct rtw_adapter *padapter; member
|
D | rtw_xmit.h | 202 struct rtw_adapter *padapter; member 227 struct rtw_adapter *padapter; member
|
D | rtw_cmd.h | 35 struct rtw_adapter *padapter; member 49 struct rtw_adapter *padapter; member
|
D | rtw_recv.h | 34 struct rtw_adapter *padapter; member
|
D | drv_types.h | 133 #define GET_PRIMARY_ADAPTER(padapter) \ argument
|
D | rtw_mlme_ext.h | 407 struct rtw_adapter *padapter; member
|
D | rtl8723a_bt-coexist.h | 1022 struct rtw_adapter *padapter; member 1113 #define GET_BT_INFO(padapter) (&GET_HAL_DATA(padapter)->BtInfo) argument
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | hal_com.c | 31 u8 hal_com_get_channel_plan23a(struct rtw_adapter *padapter, u8 hw_channel_plan, in hal_com_get_channel_plan23a() 116 void HalSetBrateCfg23a(struct rtw_adapter *padapter, u8 *mBratesOS) in HalSetBrateCfg23a() 374 rtl8723a_set_ampdu_min_space(struct rtw_adapter *padapter, u8 MinSpacingToSet) in rtl8723a_set_ampdu_min_space() 405 void rtl8723a_set_ampdu_factor(struct rtw_adapter *padapter, u8 FactorToSet) in rtl8723a_set_ampdu_factor() 440 void rtl8723a_set_acm_ctrl(struct rtw_adapter *padapter, u8 ctrl) in rtl8723a_set_acm_ctrl() 461 void rtl8723a_set_media_status(struct rtw_adapter *padapter, u8 status) in rtl8723a_set_media_status() 470 void rtl8723a_set_media_status1(struct rtw_adapter *padapter, u8 status) in rtl8723a_set_media_status1() 479 void rtl8723a_set_bcn_func(struct rtw_adapter *padapter, u8 val) in rtl8723a_set_bcn_func() 487 void rtl8723a_check_bssid(struct rtw_adapter *padapter, u8 val) in rtl8723a_check_bssid() 499 void rtl8723a_mlme_sitesurvey(struct rtw_adapter *padapter, u8 flag) in rtl8723a_mlme_sitesurvey() [all …]
|
D | rtl8723a_bt-coexist.c | 76 #define GetDefaultAdapter(padapter) padapter argument 83 #define PlatformAcquireSpinLock(padapter, type) argument 84 #define PlatformReleaseSpinLock(padapter, type) argument 86 #define GET_UNDECORATED_AVERAGE_RSSI(padapter) \ argument 101 static u8 BT_Operation(struct rtw_adapter *padapter) in BT_Operation() 112 static u8 BT_IsLegalChannel(struct rtw_adapter *padapter, u8 channel) in BT_IsLegalChannel() 131 void BT_SignalCompensation(struct rtw_adapter *padapter, u8 *rssi_wifi, u8 *rssi_bt) in BT_SignalCompensation() 136 void rtl8723a_BT_wifiscan_notify(struct rtw_adapter *padapter, u8 scanType) in rtl8723a_BT_wifiscan_notify() 143 void rtl8723a_BT_wifiassociate_notify(struct rtw_adapter *padapter, u8 action) in rtl8723a_BT_wifiassociate_notify() 154 void BT_HaltProcess(struct rtw_adapter *padapter) in BT_HaltProcess() [all …]
|
D | rtl8723a_hal_init.c | 24 static void _FWDownloadEnable(struct rtw_adapter *padapter, bool enable) in _FWDownloadEnable() 51 _PageWrite(struct rtw_adapter *padapter, u32 page, void *buffer, u32 size) in _PageWrite() 65 static int _WriteFW(struct rtw_adapter *padapter, void *buffer, u32 size) in _WriteFW() 104 static int _FWFreeToGo(struct rtw_adapter *padapter) in _FWFreeToGo() 150 #define IS_FW_81xxC(padapter) (((GET_HAL_DATA(padapter))->FirmwareSignature & 0xFFF0) == 0x88C0) argument 152 void rtl8723a_FirmwareSelfReset(struct rtw_adapter *padapter) in rtl8723a_FirmwareSelfReset() 192 int rtl8723a_FirmwareDownload(struct rtw_adapter *padapter) in rtl8723a_FirmwareDownload() 331 void rtl8723a_InitializeFirmwareVars(struct rtw_adapter *padapter) in rtl8723a_InitializeFirmwareVars() 346 hal_EfuseSwitchToBank(struct rtw_adapter *padapter, u8 bank) in hal_EfuseSwitchToBank() 383 hal_ReadEFuse_WiFi(struct rtw_adapter *padapter, in hal_ReadEFuse_WiFi() [all …]
|
D | usb_ops_linux.c | 25 u8 rtl8723au_read8(struct rtw_adapter *padapter, u16 addr) in rtl8723au_read8() 44 u16 rtl8723au_read16(struct rtw_adapter *padapter, u16 addr) in rtl8723au_read16() 63 u32 rtl8723au_read32(struct rtw_adapter *padapter, u16 addr) in rtl8723au_read32() 82 int rtl8723au_write8(struct rtw_adapter *padapter, u16 addr, u8 val) in rtl8723au_write8() 106 int rtl8723au_write16(struct rtw_adapter *padapter, u16 addr, u16 val) in rtl8723au_write16() 130 int rtl8723au_write32(struct rtw_adapter *padapter, u16 addr, u32 val) in rtl8723au_write32() 154 int rtl8723au_writeN(struct rtw_adapter *padapter, u16 addr, u16 len, u8 *buf) in rtl8723au_writeN() 220 struct rtw_adapter *padapter = (struct rtw_adapter *)purb->context; in usb_read_interrupt_complete() local 345 static int recvbuf2recvframe(struct rtw_adapter *padapter, struct sk_buff *pskb) in recvbuf2recvframe() 493 struct rtw_adapter *padapter = (struct rtw_adapter *)priv; in rtl8723au_recv_tasklet() local [all …]
|
D | rtl8723a_cmd.c | 29 static u8 _is_fw_read_cmd_down(struct rtw_adapter *padapter, u8 msgbox_num) in _is_fw_read_cmd_down() 50 int FillH2CCmd(struct rtw_adapter *padapter, u8 ElementID, u32 CmdLen, in FillH2CCmd() 116 int rtl8723a_set_rssi_cmd(struct rtw_adapter *padapter, u8 *param) in rtl8723a_set_rssi_cmd() 125 int rtl8723a_set_raid_cmd(struct rtw_adapter *padapter, u32 mask, u8 arg) in rtl8723a_set_raid_cmd() 158 void rtl8723a_set_FwPwrMode_cmd(struct rtw_adapter *padapter, u8 Mode) in rtl8723a_set_FwPwrMode_cmd() 185 ConstructBeacon(struct rtw_adapter *padapter, u8 *pframe, u32 *pLength) in ConstructBeacon() 276 static void ConstructPSPoll(struct rtw_adapter *padapter, in ConstructPSPoll() 303 ConstructNullFunctionData(struct rtw_adapter *padapter, u8 *pframe, in ConstructNullFunctionData() 374 static void ConstructProbeRsp(struct rtw_adapter *padapter, u8 *pframe, in ConstructProbeRsp() 429 static void SetFwRsvdPagePkt(struct rtw_adapter *padapter, bool bDLFinished) in SetFwRsvdPagePkt() [all …]
|
D | rtl8723au_xmit.c | 24 static int urb_zero_packet_chk(struct rtw_adapter *padapter, int sz) in urb_zero_packet_chk() 137 struct rtw_adapter *padapter = pxmitframe->padapter; in update_txdesc() local 287 static int rtw_dump_xframe(struct rtw_adapter *padapter, in rtw_dump_xframe() 357 bool rtl8723au_xmitframe_complete(struct rtw_adapter *padapter, in rtl8723au_xmitframe_complete() 409 static int xmitframe_direct(struct rtw_adapter *padapter, in xmitframe_direct() 425 bool rtl8723au_hal_xmit(struct rtw_adapter *padapter, in rtl8723au_hal_xmit() 497 int rtl8723au_mgnt_xmit(struct rtw_adapter *padapter, in rtl8723au_mgnt_xmit() 503 int rtl8723au_hal_xmitframe_enqueue(struct rtw_adapter *padapter, in rtl8723au_hal_xmitframe_enqueue()
|
D | rtl8723a_rxdesc.c | 21 static void process_rssi(struct rtw_adapter *padapter, in process_rssi() 38 static void process_link_qual(struct rtw_adapter *padapter, in process_link_qual() 62 void rtl8723a_process_phy_info(struct rtw_adapter *padapter, void *prframe) in rtl8723a_process_phy_info()
|
D | rtl8723au_recv.c | 26 int rtl8723au_init_recv_priv(struct rtw_adapter *padapter) in rtl8723au_init_recv_priv() 93 void rtl8723au_free_recv_priv(struct rtw_adapter *padapter) in rtl8723au_free_recv_priv() 184 struct rtw_adapter *padapter = precvframe->adapter; in update_recvframe_phyinfo() local
|
D | usb_halinit.c | 66 bool rtl8723au_chip_configure(struct rtw_adapter *padapter) in rtl8723au_chip_configure() 84 static int _InitPowerOn(struct rtw_adapter *padapter) in _InitPowerOn() 462 static void _RfPowerSave(struct rtw_adapter *padapter) in _RfPowerSave() 908 int rtl8723au_hal_deinit(struct rtw_adapter *padapter) in rtl8723au_hal_deinit() 1007 static void Hal_EfuseParseMACAddr_8723AU(struct rtw_adapter *padapter, in Hal_EfuseParseMACAddr_8723AU() 1030 static void readAdapterInfo(struct rtw_adapter *padapter) in readAdapterInfo() 1174 void rtl8723a_update_ramask(struct rtw_adapter *padapter, in rtl8723a_update_ramask()
|
D | hal_intf.c | 26 struct rtw_adapter *padapter; in rtw_hal_update_ra_mask23a() local
|
D | rtl8723a_sreset.c | 21 void rtl8723a_sreset_xmit_status_check(struct rtw_adapter *padapter) in rtl8723a_sreset_xmit_status_check()
|
D | HalPwrSeqCmd.c | 46 u8 HalPwrSeqCmdParsing23a(struct rtw_adapter *padapter, u8 CutVersion, in HalPwrSeqCmdParsing23a()
|
D | rtl8723a_dm.c | 37 static void dm_CheckPbcGPIO(struct rtw_adapter *padapter) in dm_CheckPbcGPIO()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 28 static int rtw_hw_suspend(struct adapter *padapter) in rtw_hw_suspend() 90 static int rtw_hw_resume(struct adapter *padapter) in rtw_hw_resume() 130 void ips_enter(struct adapter *padapter) in ips_enter() 170 int ips_leave(struct adapter *padapter) in ips_leave() 238 void rtw_ps_processor(struct adapter *padapter) in rtw_ps_processor() 286 struct adapter *padapter = (struct adapter *)data; in pwr_state_check_handler() local 297 void rtw_set_rpwm(struct adapter *padapter, u8 pslv) in rtw_set_rpwm() 349 static u8 PS_RDY_CHECK(struct adapter *padapter) in PS_RDY_CHECK() 377 void rtw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode) in rtw_set_ps_mode() 419 s32 LPS_RF_ON_check(struct adapter *padapter, u32 delay_ms) in LPS_RF_ON_check() [all …]
|
D | rtw_cmd.c | 119 struct adapter *padapter = pcmdpriv->padapter; in rtw_enqueue_cmd() local 170 struct adapter *padapter = context; in rtw_cmd_thread() local 266 u8 rtw_sitesurvey_cmd(struct adapter *padapter, struct ndis_802_11_ssid *ssid, int ssid_num, in rtw_sitesurvey_cmd() 342 void rtw_readtssi_cmdrsp_callback(struct adapter *padapter, struct cmd_obj *pcmd) in rtw_readtssi_cmdrsp_callback() 349 u8 rtw_createbss_cmd(struct adapter *padapter) in rtw_createbss_cmd() 385 u8 rtw_joinbss_cmd(struct adapter *padapter, struct wlan_network *pnetwork) in rtw_joinbss_cmd() 526 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue) /* for sta_mode … in rtw_disassoc_cmd() 567 u8 rtw_setopmode_cmd(struct adapter *padapter, enum ndis_802_11_network_infra networktype) in rtw_setopmode_cmd() 600 u8 rtw_setstakey_cmd(struct adapter *padapter, u8 *psta, u8 unicast_key) in rtw_setstakey_cmd() 661 u8 rtw_clearstakey_cmd(struct adapter *padapter, u8 *psta, u8 entry, u8 enqueue) in rtw_clearstakey_cmd() [all …]
|
D | rtw_wlan_util.c | 114 u8 judge_network_type(struct adapter *padapter, unsigned char *rate, int ratelen) in judge_network_type() 171 static int is_basicrate(struct adapter *padapter, unsigned char rate) in is_basicrate() 188 static unsigned int ratetbl2rateset(struct adapter *padapter, unsigned char *rateset) in ratetbl2rateset() 217 void get_rate_set(struct adapter *padapter, unsigned char *pbssrate, int *bssrate_len) in get_rate_set() 266 void Save_DM_Func_Flag(struct adapter *padapter) in Save_DM_Func_Flag() 273 void Restore_DM_Func_Flag(struct adapter *padapter) in Restore_DM_Func_Flag() 280 void Switch_DM_Func(struct adapter *padapter, u32 mode, u8 enable) in Switch_DM_Func() 288 static void Set_NETYPE0_MSR(struct adapter *padapter, u8 type) in Set_NETYPE0_MSR() 293 void Set_MSR(struct adapter *padapter, u8 type) in Set_MSR() 328 void SelectChannel(struct adapter *padapter, unsigned char channel) in SelectChannel() [all …]
|
D | rtw_ap.c | 32 void init_mlme_ap_info(struct adapter *padapter) in init_mlme_ap_info() 47 void free_mlme_ap_info(struct adapter *padapter) in free_mlme_ap_info() 72 static void update_BCNTIM(struct adapter *padapter) in update_BCNTIM() 167 void rtw_add_bcn_ie(struct adapter *padapter, struct wlan_bssid_ex *pnetwork, in rtw_add_bcn_ie() 233 void rtw_remove_bcn_ie(struct adapter *padapter, struct wlan_bssid_ex *pnetwork, in rtw_remove_bcn_ie() 290 void expire_timeout_chk(struct adapter *padapter) in expire_timeout_chk() 458 void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_RATid() 553 static void update_bmc_sta(struct adapter *padapter) in update_bmc_sta() 639 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta) in update_sta_info_apmode() 702 static void update_hw_ht_param(struct adapter *padapter) in update_hw_ht_param() [all …]
|
D | rtw_mlme_ext.c | 192 void update_mgnt_tx_rate(struct adapter *padapter, u8 rate) in update_mgnt_tx_rate() 200 void update_mgntframe_attrib(struct adapter *padapter, struct pkt_attrib *pattrib) in update_mgntframe_attrib() 233 static void dump_mgntframe(struct adapter *padapter, in dump_mgntframe() 242 static s32 dump_mgntframe_and_wait(struct adapter *padapter, in dump_mgntframe_and_wait() 264 static s32 dump_mgntframe_and_wait_ack(struct adapter *padapter, in dump_mgntframe_and_wait_ack() 322 static void issue_beacon(struct adapter *padapter, int timeout_ms) in issue_beacon() 463 static void issue_probersp(struct adapter *padapter, unsigned char *da) in issue_probersp() 612 static int _issue_probereq(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, int wa… in _issue_probereq() 705 static inline void issue_probereq(struct adapter *padapter, in issue_probereq() 711 static int issue_probereq_ex(struct adapter *padapter, in issue_probereq_ex() [all …]
|
D | rtw_led.c | 28 struct adapter *padapter = pLed->padapter; in BlinkTimerCallback() local 69 void InitLed871x(struct adapter *padapter, struct LED_871x *pLed) in InitLed871x() 101 struct adapter *padapter = pLed->padapter; in SwLedBlink1() local 248 static void SwLedControlMode1(struct adapter *padapter, enum LED_CTL_MODE LedAction) in SwLedControlMode1() 468 struct adapter *padapter = pLed->padapter; in BlinkHandler() local 476 void LedControl8188eu(struct adapter *padapter, enum LED_CTL_MODE LedAction) in LedControl8188eu()
|
D | rtw_xmit.c | 52 s32 _rtw_init_xmit_priv(struct xmit_priv *pxmitpriv, struct adapter *padapter) in _rtw_init_xmit_priv() 230 struct adapter *padapter = pxmitpriv->adapter; in _rtw_free_xmit_priv() local 272 static void update_attrib_vcs_info(struct adapter *padapter, struct xmit_frame *pxmitframe) in update_attrib_vcs_info() 430 static s32 update_attrib(struct adapter *padapter, struct sk_buff *pkt, struct pkt_attrib *pattrib) in update_attrib() 628 static s32 xmitframe_addmic(struct adapter *padapter, struct xmit_frame *pxmitframe) in xmitframe_addmic() 747 static s32 xmitframe_swencrypt(struct adapter *padapter, struct xmit_frame *pxmitframe) in xmitframe_swencrypt() 776 s32 rtw_make_wlanhdr(struct adapter *padapter, u8 *hdr, struct pkt_attrib *pattrib) in rtw_make_wlanhdr() 900 s32 rtw_txframes_pending(struct adapter *padapter) in rtw_txframes_pending() 910 s32 rtw_txframes_sta_ac_pending(struct adapter *padapter, struct pkt_attrib *pattrib) in rtw_txframes_sta_ac_pending() 971 s32 rtw_xmitframe_coalesce(struct adapter *padapter, struct sk_buff *pkt, struct xmit_frame *pxmitf… in rtw_xmitframe_coalesce() [all …]
|
D | rtw_debug.c | 49 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_set_write_reg() local 91 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_read_reg() local 151 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_fwstate() local 167 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_sec_info() local 185 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_mlmext_state() local 202 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_qos_option() local 218 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_ht_option() local 233 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_rf_info() local 249 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_ap_info() local 289 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in proc_get_adapter_state() local [all …]
|
D | rtw_ioctl_set.c | 37 u8 rtw_do_join(struct adapter *padapter) in rtw_do_join() 144 u8 rtw_set_802_11_bssid(struct adapter *padapter, u8 *bssid) in rtw_set_802_11_bssid() 229 u8 rtw_set_802_11_ssid(struct adapter *padapter, struct ndis_802_11_ssid *ssid) in rtw_set_802_11_ssid() 336 u8 rtw_set_802_11_infrastructure_mode(struct adapter *padapter, in rtw_set_802_11_infrastructure_mode() 405 u8 rtw_set_802_11_disassociate(struct adapter *padapter) in rtw_set_802_11_disassociate() 428 u8 rtw_set_802_11_bssid_list_scan(struct adapter *padapter, struct ndis_802_11_ssid *pssid, int ssi… in rtw_set_802_11_bssid_list_scan() 477 u8 rtw_set_802_11_authentication_mode(struct adapter *padapter, enum ndis_802_11_auth_mode authmode) in rtw_set_802_11_authentication_mode() 506 u8 rtw_set_802_11_add_wep(struct adapter *padapter, struct ndis_802_11_wep *wep) in rtw_set_802_11_add_wep()
|
D | rtw_recv.c | 60 int _rtw_init_recv_priv(struct recv_priv *precvpriv, struct adapter *padapter) in _rtw_init_recv_priv() 115 struct adapter *padapter = precvpriv->adapter; in _rtw_free_recv_priv() local 131 struct adapter *padapter; in _rtw_alloc_recvframe() local 171 struct adapter *padapter; in rtw_free_recvframe() local 203 struct adapter *padapter = precvframe->adapter; in _rtw_enqueue_recvframe() local 412 static struct recv_frame *decryptor(struct adapter *padapter, in decryptor() 575 static void process_pwrbit_data(struct adapter *padapter, in process_pwrbit_data() 602 static void process_wmmps_data(struct adapter *padapter, in process_wmmps_data() 658 static void count_rx_stats(struct adapter *padapter, in count_rx_stats() 947 static int validate_recv_ctrl_frame(struct adapter *padapter, in validate_recv_ctrl_frame() [all …]
|
D | rtw_sreset.c | 24 void sreset_init_value(struct adapter *padapter) in sreset_init_value() 32 u8 sreset_get_wifi_status(struct adapter *padapter) in sreset_get_wifi_status() 60 void sreset_set_wifi_error_status(struct adapter *padapter, u32 status) in sreset_set_wifi_error_status()
|
D | rtw_mlme.c | 39 int rtw_init_mlme_priv(struct adapter *padapter) in rtw_init_mlme_priv() 235 void rtw_free_network_queue(struct adapter *padapter, u8 isfreeall) in rtw_free_network_queue() 257 int rtw_if_up(struct adapter *padapter) in rtw_if_up() 387 struct adapter *padapter, bool update_ie) in update_network() 824 void rtw_indicate_connect(struct adapter *padapter) in rtw_indicate_connect() 850 void rtw_indicate_disconnect(struct adapter *padapter) in rtw_indicate_disconnect() 874 inline void rtw_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_indicate_scan_done() 902 static struct sta_info *rtw_joinbss_update_stainfo(struct adapter *padapter, struct wlan_network *p… in rtw_joinbss_update_stainfo() 972 static void rtw_joinbss_update_network(struct adapter *padapter, struct wlan_network *ptarget_wlan,… in rtw_joinbss_update_network() 1164 static u8 search_max_mac_id(struct adapter *padapter) in search_max_mac_id() [all …]
|
D | rtw_sta_mgt.c | 267 u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta) in rtw_free_stainfo() 401 void rtw_free_all_stainfo(struct adapter *padapter) in rtw_free_all_stainfo() 471 u32 rtw_init_bcmc_stainfo(struct adapter *padapter) in rtw_init_bcmc_stainfo() 494 struct sta_info *rtw_get_bcmc_stainfo(struct adapter *padapter) in rtw_get_bcmc_stainfo() 503 u8 rtw_access_ctrl(struct adapter *padapter, u8 *mac_addr) in rtw_access_ctrl()
|
D | rtw_security.c | 141 void rtw_wep_encrypt(struct adapter *padapter, u8 *pxmitframe) in rtw_wep_encrypt() 199 void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_wep_decrypt() 562 u32 rtw_tkip_encrypt(struct adapter *padapter, u8 *pxmitframe) in rtw_tkip_encrypt() 643 u32 rtw_tkip_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_tkip_decrypt() 1195 u32 rtw_aes_encrypt(struct adapter *padapter, u8 *pxmitframe) in rtw_aes_encrypt() 1452 u32 rtw_aes_decrypt(struct adapter *padapter, u8 *precvframe) in rtw_aes_decrypt()
|
D | rtw_efuse.c | 300 static s32 iol_read_efuse(struct adapter *padapter, u8 txpktbuf_bndy, u16 offset, u16 size_byte, u8… in iol_read_efuse()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 54 static void check_hw_pbc(struct _adapter *padapter) in check_hw_pbc() 83 static void query_fw_rx_phy_status(struct _adapter *padapter) in query_fw_rx_phy_status() 108 static void StatusWatchdogCallback(struct _adapter *padapter) in StatusWatchdogCallback() 114 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl() 131 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl() 145 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl() 159 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl() 175 static u8 write_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_bbreg_hdl() 188 static u8 read_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_rfreg_hdl() 204 static u8 write_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_rfreg_hdl() [all …]
|
D | rtl871x_cmd.c | 222 u8 r8712_sitesurvey_cmd(struct _adapter *padapter, in r8712_sitesurvey_cmd() 257 u8 r8712_setdatarate_cmd(struct _adapter *padapter, u8 *rateset) in r8712_setdatarate_cmd() 279 u8 r8712_set_chplan_cmd(struct _adapter *padapter, int chplan) in r8712_set_chplan_cmd() 300 u8 r8712_setbasicrate_cmd(struct _adapter *padapter, u8 *rateset) in r8712_setbasicrate_cmd() 322 u8 r8712_setptm_cmd(struct _adapter *padapter, u8 type) in r8712_setptm_cmd() 342 u8 r8712_setfwdig_cmd(struct _adapter *padapter, u8 type) in r8712_setfwdig_cmd() 362 u8 r8712_setfwra_cmd(struct _adapter *padapter, u8 type) in r8712_setfwra_cmd() 382 u8 r8712_setrfreg_cmd(struct _adapter *padapter, u8 offset, u32 val) in r8712_setrfreg_cmd() 403 u8 r8712_getrfreg_cmd(struct _adapter *padapter, u8 offset, u8 *pval) in r8712_getrfreg_cmd() 428 void r8712_getbbrfreg_cmdrsp_callback(struct _adapter *padapter, in r8712_getbbrfreg_cmdrsp_callback() [all …]
|
D | rtl8712_led.c | 87 static void InitLed871x(struct _adapter *padapter, struct LED_871x *pLed, in InitLed871x() 121 static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOn() 149 static void SwLedOff(struct _adapter *padapter, struct LED_871x *pLed) in SwLedOff() 180 void r8712_InitSwLeds(struct _adapter *padapter) in r8712_InitSwLeds() 192 void r8712_DeInitSwLeds(struct _adapter *padapter) in r8712_DeInitSwLeds() 206 struct _adapter *padapter = pLed->padapter; in SwLedBlink() local 281 struct _adapter *padapter = pLed->padapter; in SwLedBlink1() local 434 struct _adapter *padapter = pLed->padapter; in SwLedBlink2() local 499 struct _adapter *padapter = pLed->padapter; in SwLedBlink3() local 593 struct _adapter *padapter = pLed->padapter; in SwLedBlink4() local [all …]
|
D | os_intfs.c | 128 static void loadparam(struct _adapter *padapter, struct net_device *pnetdev) in loadparam() 177 struct _adapter *padapter = netdev_priv(pnetdev); in r871x_net_set_mac_address() local 187 struct _adapter *padapter = netdev_priv(pnetdev); in r871x_net_get_stats() local 211 struct _adapter *padapter; in r8712_init_netdev() local 234 static u32 start_drv_threads(struct _adapter *padapter) in start_drv_threads() 243 void r8712_stop_drv_threads(struct _adapter *padapter) in r8712_stop_drv_threads() 252 static void start_drv_timers(struct _adapter *padapter) in start_drv_timers() 260 void r8712_stop_drv_timers(struct _adapter *padapter) in r8712_stop_drv_timers() 270 static u8 init_default_value(struct _adapter *padapter) in init_default_value() 308 u8 r8712_init_drv_sw(struct _adapter *padapter) in r8712_init_drv_sw() [all …]
|
D | rtl871x_eeprom.c | 34 static void up_clk(struct _adapter *padapter, u16 *x) in up_clk() 41 static void down_clk(struct _adapter *padapter, u16 *x) in down_clk() 48 static void shift_out_bits(struct _adapter *padapter, u16 data, u16 count) in shift_out_bits() 76 static u16 shift_in_bits(struct _adapter *padapter) in shift_in_bits() 100 static void standby(struct _adapter *padapter) in standby() 113 static u16 wait_eeprom_cmd_done(struct _adapter *padapter) in wait_eeprom_cmd_done() 128 static void eeprom_clean(struct _adapter *padapter) in eeprom_clean() 147 void r8712_eeprom_write16(struct _adapter *padapter, u16 reg, u16 data) in r8712_eeprom_write16() 195 u16 r8712_eeprom_read16(struct _adapter *padapter, u16 reg) /*ReadEEprom*/ in r8712_eeprom_read16()
|
D | rtl871x_pwrctrl.c | 38 void r8712_set_rpwm(struct _adapter *padapter, u8 val8) in r8712_set_rpwm() 69 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() 97 void r8712_cpwm_int_hdl(struct _adapter *padapter, in r8712_cpwm_int_hdl() 127 static void _rpwm_check_handler (struct _adapter *padapter) in _rpwm_check_handler() 141 struct _adapter *padapter = container_of(pwrpriv, in SetPSModeWorkItemCallback() local 155 struct _adapter *padapter = container_of(pwrpriv, in rpwm_workitem_callback() local 173 void r8712_init_pwrctrl_priv(struct _adapter *padapter) in r8712_init_pwrctrl_priv() 205 sint r8712_register_cmd_alive(struct _adapter *padapter) in r8712_register_cmd_alive() 228 void r8712_unregister_cmd_alive(struct _adapter *padapter) in r8712_unregister_cmd_alive()
|
D | rtl8712_efuse.c | 38 static void efuse_reg_ctrl(struct _adapter *padapter, u8 bPowerOn) in efuse_reg_ctrl() 68 u8 r8712_efuse_reg_init(struct _adapter *padapter) in r8712_efuse_reg_init() 73 void r8712_efuse_reg_uninit(struct _adapter *padapter) in r8712_efuse_reg_uninit() 78 static u8 efuse_one_byte_read(struct _adapter *padapter, u16 addr, u8 *data) in efuse_one_byte_read() 101 static u8 efuse_one_byte_write(struct _adapter *padapter, u16 addr, u8 data) in efuse_one_byte_write() 122 static u8 efuse_one_byte_rw(struct _adapter *padapter, u8 bRead, u16 addr, in efuse_one_byte_rw() 158 static u8 efuse_is_empty(struct _adapter *padapter, u8 *empty) in efuse_is_empty() 174 void r8712_efuse_change_max_size(struct _adapter *padapter) in r8712_efuse_change_max_size() 190 int r8712_efuse_get_max_size(struct _adapter *padapter) in r8712_efuse_get_max_size() 221 u16 r8712_efuse_get_current_size(struct _adapter *padapter) in r8712_efuse_get_current_size() [all …]
|
D | rtl871x_ioctl_set.c | 58 static u8 do_join(struct _adapter *padapter) in do_join() 127 u8 r8712_set_802_11_bssid(struct _adapter *padapter, u8 *bssid) in r8712_set_802_11_bssid() 173 void r8712_set_802_11_ssid(struct _adapter *padapter, in r8712_set_802_11_ssid() 241 void r8712_set_802_11_infrastructure_mode(struct _adapter *padapter, in r8712_set_802_11_infrastructure_mode() 289 u8 r8712_set_802_11_disassociate(struct _adapter *padapter) in r8712_set_802_11_disassociate() 304 u8 r8712_set_802_11_bssid_list_scan(struct _adapter *padapter) in r8712_set_802_11_bssid_list_scan() 328 u8 r8712_set_802_11_authentication_mode(struct _adapter *padapter, in r8712_set_802_11_authentication_mode() 344 u8 r8712_set_802_11_add_wep(struct _adapter *padapter, in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_rtl.c | 52 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_small_packet_crc_hdl() local 69 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_middle_packet_crc_hdl() local 86 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_large_packet_crc_hdl() local 118 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_rx_total_packet_hdl() local 150 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_rx_icv_err_hdl() local 175 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_preamble_mode_hdl() local 205 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_channelplan_hdl() local 219 struct _adapter *padapter = (struct _adapter *) in oid_rt_set_channelplan_hdl() local 232 struct _adapter *padapter = (struct _adapter *) in oid_rt_set_preamble_mode_hdl() local 270 struct _adapter *padapter = (struct _adapter *) in oid_rt_get_total_tx_bytes_hdl() local [all …]
|
D | hal_init.c | 46 struct _adapter *padapter = context; in rtl871x_load_fw_cb() local 65 int rtl871x_load_fw(struct _adapter *padapter) in rtl871x_load_fw() 80 static u32 rtl871x_open_fw(struct _adapter *padapter, const u8 **ppmappedfw) in rtl871x_open_fw() 93 static void fill_fwpriv(struct _adapter *padapter, struct fw_priv *pfwpriv) in fill_fwpriv() 155 static u8 rtl8712_dl_fw(struct _adapter *padapter) in rtl8712_dl_fw() 322 uint rtl8712_hal_init(struct _adapter *padapter) in rtl8712_hal_init() 360 uint rtl8712_hal_deinit(struct _adapter *padapter) in rtl8712_hal_deinit() 383 uint rtl871x_hal_init(struct _adapter *padapter) in rtl871x_hal_init()
|
D | rtl871x_ioctl_linux.c | 75 void r8712_indicate_wx_assoc_event(struct _adapter *padapter) in r8712_indicate_wx_assoc_event() 86 void r8712_indicate_wx_disassoc_event(struct _adapter *padapter) in r8712_indicate_wx_disassoc_event() 97 struct _adapter *padapter) in handle_pairwise_key() 115 struct _adapter *padapter) in handle_group_key() 140 static inline char *translate_scan(struct _adapter *padapter, in translate_scan() 339 struct _adapter *padapter = netdev_priv(dev); in wpa_set_auth_algs() local 372 struct _adapter *padapter = netdev_priv(dev); in wpa_set_encryption() local 485 static int r871x_set_wpa_ie(struct _adapter *padapter, char *pie, in r871x_set_wpa_ie() 609 struct _adapter *padapter = netdev_priv(dev); in r8711_wx_get_name() local 666 struct _adapter *padapter = netdev_priv(dev); in r8711_wx_set_freq() local [all …]
|
D | rtl8712_recv.c | 50 int r8712_init_recv_priv(struct recv_priv *precvpriv, struct _adapter *padapter) in r8712_init_recv_priv() 105 struct _adapter *padapter = precvpriv->adapter; in r8712_free_recv_priv() local 122 int r8712_init_recvbuf(struct _adapter *padapter, struct recv_buf *precvbuf) in r8712_init_recvbuf() 140 struct _adapter *padapter = precvframe->u.hdr.adapter; in r8712_free_recvframe() local 251 union recv_frame *r8712_recvframe_chk_defrag(struct _adapter *padapter, in r8712_recvframe_chk_defrag() 329 static int amsdu_to_msdu(struct _adapter *padapter, union recv_frame *prframe) in amsdu_to_msdu() 430 void r8712_rxcmd_event_hdl(struct _adapter *padapter, void *prxcmdbuf) in r8712_rxcmd_event_hdl() 509 int r8712_recv_indicatepkts_in_order(struct _adapter *padapter, in r8712_recv_indicatepkts_in_order() 568 static int recv_indicatepkt_reorder(struct _adapter *padapter, in recv_indicatepkt_reorder() 628 struct _adapter *padapter = preorder_ctrl->padapter; in r8712_reordering_ctrl_timeout_handler() local [all …]
|
D | recv_linux.c | 44 int r8712_os_recv_resource_alloc(struct _adapter *padapter, in r8712_os_recv_resource_alloc() 52 int r8712_os_recvbuf_resource_alloc(struct _adapter *padapter, in r8712_os_recvbuf_resource_alloc() 75 int r8712_os_recvbuf_resource_free(struct _adapter *padapter, in r8712_os_recvbuf_resource_free() 87 void r8712_handle_tkip_mic_err(struct _adapter *padapter, u8 bgroup) in r8712_handle_tkip_mic_err() 106 void r8712_recv_indicatepkt(struct _adapter *padapter, in r8712_recv_indicatepkt()
|
D | rtl8712_xmit.c | 64 int r8712_txframes_sta_ac_pending(struct _adapter *padapter, in r8712_txframes_sta_ac_pending() 98 struct _adapter *padapter = pxmitframe->padapter; in get_ff_hwaddr() local 236 void r8712_do_queue_select(struct _adapter *padapter, in r8712_do_queue_select() 283 struct _adapter *padapter = pxmitframe->padapter; in r8712_construct_txaggr_cmd_hdr() local 300 struct _adapter *padapter = pxmitframe->padapter; in r8712_append_mpdu_unit() local 379 struct _adapter *padapter = pxmitframe->padapter; in r8712_dump_aggr_xframe() local 423 struct _adapter *padapter = pxmitframe->padapter; in update_txdesc() local 615 int r8712_xmitframe_complete(struct _adapter *padapter, in r8712_xmitframe_complete() 706 static void dump_xframe(struct _adapter *padapter, in dump_xframe() 748 int r8712_xmit_direct(struct _adapter *padapter, struct xmit_frame *pxmitframe) in r8712_xmit_direct() [all …]
|
D | usb_intf.c | 256 static uint r8712_usb_dvobj_init(struct _adapter *padapter) in r8712_usb_dvobj_init() 283 static void r8712_usb_dvobj_deinit(struct _adapter *padapter) in r8712_usb_dvobj_deinit() 287 void rtl871x_intf_stop(struct _adapter *padapter) in rtl871x_intf_stop() 303 void r871x_dev_unload(struct _adapter *padapter) in r871x_dev_unload() 329 struct _adapter *padapter) in disable_ht_for_spec_devid() 364 struct _adapter *padapter = NULL; in r871xu_drv_init() local 609 struct _adapter *padapter = netdev_priv(pnetdev); in r871xu_dev_remove() local
|
D | rtl871x_xmit.c | 65 struct _adapter *padapter) in _r8712_init_xmit_priv() 163 struct _adapter *padapter = pxmitpriv->adapter; in _free_xmit_priv() local 184 sint r8712_update_attrib(struct _adapter *padapter, _pkt *pkt, in r8712_update_attrib() 346 static sint xmitframe_addmic(struct _adapter *padapter, in xmitframe_addmic() 450 static sint xmitframe_swencrypt(struct _adapter *padapter, in xmitframe_swencrypt() 474 static sint make_wlanhdr(struct _adapter *padapter, u8 *hdr, in make_wlanhdr() 584 sint r8712_xmitframe_coalesce(struct _adapter *padapter, _pkt *pkt, in r8712_xmitframe_coalesce() 707 void r8712_update_protection(struct _adapter *padapter, u8 *ie, uint ie_len) in r8712_update_protection() 827 struct _adapter *padapter = pxmitpriv->adapter; in r8712_free_xmitframe() local 869 static inline struct tx_servq *get_sta_pending(struct _adapter *padapter, in get_sta_pending() [all …]
|
D | xmit_linux.c | 109 struct _adapter *padapter = container_of(work, struct _adapter, in r8712_SetFilter() local 127 int r8712_xmit_resource_alloc(struct _adapter *padapter, in r8712_xmit_resource_alloc() 142 void r8712_xmit_resource_free(struct _adapter *padapter, in r8712_xmit_resource_free() 155 void r8712_xmit_complete(struct _adapter *padapter, struct xmit_frame *pxframe) in r8712_xmit_complete() 165 struct _adapter *padapter = netdev_priv(pnetdev); in r8712_xmit_entry() local
|
D | usb_ops_linux.c | 45 void *padapter; member 158 struct _adapter *padapter = (struct _adapter *)pintf->adapter; in usb_write_mem_complete() local 172 struct _adapter *padapter = (struct _adapter *)pintfhdl->adapter; in r8712_usb_write_mem() local 197 struct _adapter *padapter = (struct _adapter *)precvbuf->adapter; in r8712_usb_read_port_complete() local 316 void r8712_usb_read_port_cancel(struct _adapter *padapter) in r8712_usb_read_port_cancel() 332 struct _adapter *padapter = (struct _adapter *)priv; in r8712_xmit_bh() local 351 struct _adapter *padapter = pxmitframe->padapter; in usb_write_port_complete() local 404 struct _adapter *padapter = (struct _adapter *)pintfhdl->adapter; in r8712_usb_write_port() local 472 void r8712_usb_write_port_cancel(struct _adapter *padapter) in r8712_usb_write_port_cancel()
|
D | usb_halinit.c | 36 u8 r8712_usb_hal_bus_init(struct _adapter *padapter) in r8712_usb_hal_bus_init() 294 unsigned int r8712_usb_inirp_init(struct _adapter *padapter) in r8712_usb_inirp_init() 314 unsigned int r8712_usb_inirp_deinit(struct _adapter *padapter) in r8712_usb_inirp_deinit()
|
D | rtl871x_sta_mgt.c | 162 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta) in r8712_free_stainfo() 210 void r8712_free_all_stainfo(struct _adapter *padapter) in r8712_free_all_stainfo() 263 void r8712_init_bcmc_stainfo(struct _adapter *padapter) in r8712_init_bcmc_stainfo() 271 struct sta_info *r8712_get_bcmc_stainfo(struct _adapter *padapter) in r8712_get_bcmc_stainfo()
|
D | rtl871x_mlme.c | 44 static sint _init_mlme_priv(struct _adapter *padapter) in _init_mlme_priv() 168 static void _free_network_queue(struct _adapter *padapter) in _free_network_queue() 187 sint r8712_if_up(struct _adapter *padapter) in r8712_if_up() 222 int r8712_init_mlme_priv(struct _adapter *padapter) in r8712_init_mlme_priv() 328 struct _adapter *padapter) in update_network() 663 void r8712_indicate_connect(struct _adapter *padapter) in r8712_indicate_connect() 680 void r8712_ind_disconnect(struct _adapter *padapter) in r8712_ind_disconnect() 1671 void r8712_joinbss_reset(struct _adapter *padapter) in r8712_joinbss_reset() 1693 unsigned int r8712_restructure_ht_ie(struct _adapter *padapter, u8 *in_ie, in r8712_restructure_ht_ie() 1732 static void update_ht_cap(struct _adapter *padapter, u8 *pie, uint ie_len) in update_ht_cap() [all …]
|
D | rtl871x_recv.c | 64 struct _adapter *padapter) in _r8712_init_recv_priv() 111 struct _adapter *padapter; in r8712_alloc_recvframe() local 219 union recv_frame *r8712_decryptor(struct _adapter *padapter, in r8712_decryptor() 661 struct _adapter *padapter; in r8712_recv_entry() local
|
D | rtl871x_security.c | 164 void r8712_wep_encrypt(struct _adapter *padapter, u8 *pxmitframe) in r8712_wep_encrypt() 220 void r8712_wep_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_wep_decrypt() 571 u32 r8712_tkip_encrypt(struct _adapter *padapter, u8 *pxmitframe) in r8712_tkip_encrypt() 651 u32 r8712_tkip_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_tkip_decrypt() 1157 u32 r8712_aes_encrypt(struct _adapter *padapter, u8 *pxmitframe) in r8712_aes_encrypt() 1365 u32 r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe) in r8712_aes_decrypt() 1407 struct _adapter *padapter = (struct _adapter *)data; in r8712_use_tkipkey_handler() local
|
D | rtl871x_io.c | 50 static uint _init_intf_hdl(struct _adapter *padapter, in _init_intf_hdl()
|
D | rtl871x_mp_ioctl.c | 159 static int mp_start_test(struct _adapter *padapter) in mp_start_test() 219 static int mp_stop_test(struct _adapter *padapter) in mp_stop_test() 246 int mp_start_joinbss(struct _adapter *padapter, struct ndis_802_11_ssid *pssid) in mp_start_joinbss()
|
D | mlme_linux.c | 75 void r8712_init_mlme_timer(struct _adapter *padapter) in r8712_init_mlme_timer()
|
D | rtl871x_led.h | 86 struct _adapter *padapter; member
|
D | rtl871x_mp.c | 88 void mp871xinit(struct _adapter *padapter) in mp871xinit() 96 void mp871xdeinit(struct _adapter *padapter) in mp871xdeinit()
|
D | sta_info.h | 111 struct _adapter *padapter; member
|
D | rtl871x_recv.h | 18 struct _adapter *padapter; member
|
D | drv_types.h | 130 struct _adapter *padapter; member
|
D | rtl871x_mp.h | 67 struct _adapter *padapter; member
|
D | rtl871x_xmit.h | 159 struct _adapter *padapter; member
|
D | rtl871x_cmd.h | 64 struct _adapter *padapter; member
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_pwrctrl.c | 26 void ips_enter23a(struct rtw_adapter *padapter) in ips_enter23a() 56 int ips_leave23a(struct rtw_adapter *padapter) in ips_leave23a() 149 void rtw_ps_processor23a(struct rtw_adapter *padapter) in rtw_ps_processor23a() 179 struct rtw_adapter *padapter = (struct rtw_adapter *)data; in pwr_state_check_handler() local 191 void rtw_set_rpwm23a(struct rtw_adapter *padapter, u8 pslv) in rtw_set_rpwm23a() 248 static bool PS_RDY_CHECK(struct rtw_adapter *padapter) in PS_RDY_CHECK() 278 void rtw_set_ps_mode23a(struct rtw_adapter *padapter, u8 ps_mode, in rtw_set_ps_mode23a() 331 s32 LPS_RF_ON_check23a(struct rtw_adapter *padapter, u32 delay_ms) in LPS_RF_ON_check23a() 365 void LPS_Enter23a(struct rtw_adapter *padapter) in LPS_Enter23a() 391 void LPS_Leave23a(struct rtw_adapter *padapter) in LPS_Leave23a() [all …]
|
D | rtw_sreset.c | 19 void rtw_sreset_init(struct rtw_adapter *padapter) in rtw_sreset_init() 30 void rtw_sreset_reset_value(struct rtw_adapter *padapter) in rtw_sreset_reset_value() 40 bool rtw_sreset_inprogress(struct rtw_adapter *padapter) in rtw_sreset_inprogress() 48 static void sreset_restore_security_station(struct rtw_adapter *padapter) in sreset_restore_security_station() 79 static void sreset_restore_network_station(struct rtw_adapter *padapter) in sreset_restore_network_station() 115 static void sreset_restore_network_status(struct rtw_adapter *padapter) in sreset_restore_network_status() 141 static void sreset_stop_adapter(struct rtw_adapter *padapter) in sreset_stop_adapter() 166 static void sreset_start_adapter(struct rtw_adapter *padapter) in sreset_start_adapter() 191 struct rtw_adapter *padapter = GET_PRIMARY_ADAPTER(active_adapter); in rtw_sreset_reset() local
|
D | rtw_mlme_ext.c | 312 static void rtw_correct_TSF(struct rtw_adapter *padapter) in rtw_correct_TSF() 350 int init_hw_mlme_ext23a(struct rtw_adapter *padapter) in init_hw_mlme_ext23a() 359 static void init_mlme_ext_priv23a_value(struct rtw_adapter *padapter) in init_mlme_ext_priv23a_value() 431 static void init_channel_list(struct rtw_adapter *padapter, in init_channel_list() 483 static u8 init_channel_set(struct rtw_adapter *padapter, u8 cplan, in init_channel_set() 567 int init_mlme_ext_priv23a(struct rtw_adapter *padapter) in init_mlme_ext_priv23a() 600 struct rtw_adapter *padapter = pmlmeext->padapter; in free_mlme_ext_priv23a() local 613 _mgt_dispatcher23a(struct rtw_adapter *padapter, struct mlme_handler *ptable, in _mgt_dispatcher23a() 630 void mgt_dispatcher23a(struct rtw_adapter *padapter, in mgt_dispatcher23a() 722 OnProbeReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame) in OnProbeReq23a() [all …]
|
D | rtw_ap.c | 26 void init_mlme_ap_info23a(struct rtw_adapter *padapter) in init_mlme_ap_info23a() 40 void free_mlme_ap_info23a(struct rtw_adapter *padapter) in free_mlme_ap_info23a() 65 static void update_BCNTIM(struct rtw_adapter *padapter) in update_BCNTIM() 174 void expire_timeout_chk23a(struct rtw_adapter *padapter) in expire_timeout_chk23a() 350 void add_RATid23a(struct rtw_adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_RATid23a() 446 static void update_bmc_sta(struct rtw_adapter *padapter) in update_bmc_sta() 534 void update_sta_info23a_apmode23a(struct rtw_adapter *padapter, struct sta_info *psta) in update_sta_info23a_apmode23a() 602 static void update_hw_ht_param(struct rtw_adapter *padapter) in update_hw_ht_param() 631 static void start_bss_network(struct rtw_adapter *padapter, u8 *pbuf) in start_bss_network() 789 int rtw_check_beacon_data23a(struct rtw_adapter *padapter, in rtw_check_beacon_data23a() [all …]
|
D | rtw_wlan_util.c | 127 u8 judge_network_type23a(struct rtw_adapter *padapter, in judge_network_type23a() 197 static int is_basicrate(struct rtw_adapter *padapter, unsigned char rate) in is_basicrate() 215 static unsigned int ratetbl2rateset(struct rtw_adapter *padapter, in ratetbl2rateset() 245 void get_rate_set23a(struct rtw_adapter *padapter, in get_rate_set23a() 327 void SelectChannel23a(struct rtw_adapter *padapter, unsigned char channel) in SelectChannel23a() 339 static void set_bwmode(struct rtw_adapter *padapter, unsigned short bwmode, in set_bwmode() 354 void set_channel_bwmode23a(struct rtw_adapter *padapter, unsigned char channel, in set_channel_bwmode23a() 394 bool is_client_associated_to_ap23a(struct rtw_adapter *padapter) in is_client_associated_to_ap23a() 412 bool is_client_associated_to_ibss23a(struct rtw_adapter *padapter) in is_client_associated_to_ibss23a() 424 bool is_IBSS_empty23a(struct rtw_adapter *padapter) in is_IBSS_empty23a() [all …]
|
D | rtw_cmd.c | 320 int rtw_sitesurvey_cmd23a(struct rtw_adapter *padapter, in rtw_sitesurvey_cmd23a() 396 void rtw_getbbrfreg_cmdrsp_callback23a(struct rtw_adapter *padapter, in rtw_getbbrfreg_cmdrsp_callback23a() 403 int rtw_createbss_cmd23a(struct rtw_adapter *padapter) in rtw_createbss_cmd23a() 444 int rtw_joinbss_cmd23a(struct rtw_adapter *padapter, in rtw_joinbss_cmd23a() 592 int rtw_disassoc_cmd23a(struct rtw_adapter *padapter, u32 deauth_timeout_ms, in rtw_disassoc_cmd23a() 633 int rtw_setopmode_cmd23a(struct rtw_adapter *padapter, in rtw_setopmode_cmd23a() 662 int rtw_setstakey_cmd23a(struct rtw_adapter *padapter, u8 *psta, u8 unicast_key) in rtw_setstakey_cmd23a() 727 int rtw_clearstakey_cmd23a(struct rtw_adapter *padapter, u8 *psta, u8 entry, in rtw_clearstakey_cmd23a() 780 int rtw_addbareq_cmd23a(struct rtw_adapter *padapter, u8 tid, u8 *addr) in rtw_addbareq_cmd23a() 816 int rtw_dynamic_chk_wk_cmd23a(struct rtw_adapter *padapter) in rtw_dynamic_chk_wk_cmd23a() [all …]
|
D | rtw_xmit.c | 52 struct rtw_adapter *padapter) in _rtw_init_xmit_priv23a() 198 struct rtw_adapter *padapter = pxmitpriv->adapter; in _rtw_free_xmit_priv23a() local 238 static void update_attrib_vcs_info(struct rtw_adapter *padapter, struct xmit_frame *pxmitframe) in update_attrib_vcs_info() 416 static int update_attrib(struct rtw_adapter *padapter, in update_attrib() 635 static int xmitframe_addmic(struct rtw_adapter *padapter, in xmitframe_addmic() 804 static int xmitframe_swencrypt(struct rtw_adapter *padapter, in xmitframe_swencrypt() 837 static int rtw_make_wlanhdr(struct rtw_adapter *padapter, u8 *hdr, in rtw_make_wlanhdr() 979 s32 rtw_txframes_pending23a(struct rtw_adapter *padapter) in rtw_txframes_pending23a() 989 s32 rtw_txframes_sta_ac_pending23a(struct rtw_adapter *padapter, in rtw_txframes_sta_ac_pending23a() 1064 int rtw_xmitframe_coalesce23a(struct rtw_adapter *padapter, struct sk_buff *skb, in rtw_xmitframe_coalesce23a() [all …]
|
D | rtw_recv.c | 46 struct rtw_adapter *padapter) in _rtw_init_recv_priv23a() 90 struct rtw_adapter *padapter = precvpriv->adapter; in _rtw_free_recv_priv23a() local 109 struct rtw_adapter *padapter; in rtw_alloc_recvframe23a() local 139 struct rtw_adapter *padapter = precvframe->adapter; in rtw_free_recvframe23a() local 169 struct rtw_adapter *padapter = precvframe->adapter; in rtw_enqueue_recvframe23a() local 460 struct recv_frame *decryptor(struct rtw_adapter *padapter, in decryptor() 620 void process23a_pwrbit_data(struct rtw_adapter *padapter, in process23a_pwrbit_data() 650 void process_wmmps_data(struct rtw_adapter *padapter, in process_wmmps_data() 709 static void count_rx_stats(struct rtw_adapter *padapter, in count_rx_stats() 1040 static int validate_recv_ctrl_frame(struct rtw_adapter *padapter, in validate_recv_ctrl_frame() [all …]
|
D | rtw_sta_mgt.c | 197 int rtw_free_stainfo23a(struct rtw_adapter *padapter, struct sta_info *psta) in rtw_free_stainfo23a() 326 void rtw_free_all_stainfo23a(struct rtw_adapter *padapter) in rtw_free_all_stainfo23a() 387 int rtw_init_bcmc_stainfo23a(struct rtw_adapter *padapter) in rtw_init_bcmc_stainfo23a() 408 struct sta_info *rtw_get_bcmc_stainfo23a(struct rtw_adapter *padapter) in rtw_get_bcmc_stainfo23a() 417 bool rtw_access_ctrl23a(struct rtw_adapter *padapter, u8 *mac_addr) in rtw_access_ctrl23a()
|
D | rtw_efuse.c | 35 static void Efuse_PowerSwitch(struct rtw_adapter *padapter, in Efuse_PowerSwitch() 398 static int efuse_read8(struct rtw_adapter *padapter, u16 address, u8 *value) in efuse_read8() 403 static int efuse_write8(struct rtw_adapter *padapter, u16 address, u8 *value) in efuse_write8() 409 int rtw_efuse_access23a(struct rtw_adapter *padapter, u8 bWrite, u16 start_addr, in rtw_efuse_access23a() 453 u16 efuse_GetMaxSize23a(struct rtw_adapter *padapter) in efuse_GetMaxSize23a() 463 int rtw_efuse_map_read23a(struct rtw_adapter *padapter, in rtw_efuse_map_read23a() 483 int rtw_BT_efuse_map_read23a(struct rtw_adapter *padapter, in rtw_BT_efuse_map_read23a()
|
D | rtw_mlme.c | 33 static void rtw_init_mlme_timer(struct rtw_adapter *padapter) in rtw_init_mlme_timer() 50 int rtw_init_mlme_priv23a(struct rtw_adapter *padapter) in rtw_init_mlme_priv23a() 172 void rtw_free_network_queue23a(struct rtw_adapter *padapter) in rtw_free_network_queue23a() 192 int rtw_if_up23a(struct rtw_adapter *padapter) in rtw_if_up23a() 227 static void _rtw_roaming(struct rtw_adapter *padapter, in _rtw_roaming() 272 void rtw23a_roaming(struct rtw_adapter *padapter, in rtw23a_roaming() 352 struct rtw_adapter *padapter, bool update_ie) in update_network23a() 795 void rtw_indicate_connect23a(struct rtw_adapter *padapter) in rtw_indicate_connect23a() 827 void rtw_indicate_disconnect23a(struct rtw_adapter *padapter) in rtw_indicate_disconnect23a() 886 rtw_joinbss_update_stainfo(struct rtw_adapter *padapter, in rtw_joinbss_update_stainfo() [all …]
|
D | rtw_security.c | 147 void rtw_wep_encrypt23a(struct rtw_adapter *padapter, in rtw_wep_encrypt23a() 211 void rtw_wep_decrypt23a(struct rtw_adapter *padapter, in rtw_wep_decrypt23a() 600 int rtw_tkip_encrypt23a(struct rtw_adapter *padapter, in rtw_tkip_encrypt23a() 709 int rtw_tkip_decrypt23a(struct rtw_adapter *padapter, in rtw_tkip_decrypt23a() 1280 int rtw_aes_encrypt23a(struct rtw_adapter *padapter, in rtw_aes_encrypt23a() 1564 int rtw_aes_decrypt23a(struct rtw_adapter *padapter, in rtw_aes_decrypt23a() 1622 struct rtw_adapter *padapter = (struct rtw_adapter *)FunctionContext; in rtw_use_tkipkey_handler23a() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_hal_init.c | 31 void iol_mode_enable(struct adapter *padapter, u8 enable) in iol_mode_enable() 52 s32 iol_execute(struct adapter *padapter, u8 control) in iol_execute() 75 static s32 iol_InitLLTTable(struct adapter *padapter, u8 txpktbuf_bndy) in iol_InitLLTTable() 86 s32 rtl8188e_iol_efuse_patch(struct adapter *padapter) in rtl8188e_iol_efuse_patch() 104 void _8051Reset88E(struct adapter *padapter) in _8051Reset88E() 114 void rtl8188e_InitializeFirmwareVars(struct adapter *padapter) in rtl8188e_InitializeFirmwareVars() 125 static void rtl8188e_free_hal_data(struct adapter *padapter) in rtl8188e_free_hal_data() 131 static void ReadChipVersion8188E(struct adapter *padapter) in ReadChipVersion8188E() 225 static s32 _LLTWrite(struct adapter *padapter, u32 address, u32 data) in _LLTWrite() 250 s32 InitLLTTable(struct adapter *padapter, u8 txpktbuf_bndy) in InitLLTTable() [all …]
|
D | rtl8188eu_led.c | 32 void SwLedOn(struct adapter *padapter, struct LED_871x *pLed) in SwLedOn() 45 void SwLedOff(struct adapter *padapter, struct LED_871x *pLed) in SwLedOff() 74 void rtl8188eu_InitSwLeds(struct adapter *padapter) in rtl8188eu_InitSwLeds() 88 void rtl8188eu_DeInitSwLeds(struct adapter *padapter) in rtl8188eu_DeInitSwLeds()
|
D | rtl8188e_rxdesc.c | 26 static void process_rssi(struct adapter *padapter, struct recv_frame *prframe) in process_rssi() 42 static void process_link_qual(struct adapter *padapter, in process_link_qual() 65 void rtl8188e_process_phy_info(struct adapter *padapter, void *prframe) in rtl8188e_process_phy_info() 146 struct adapter *padapter = precvframe->adapter; in update_recvframe_phyinfo_88e() local
|
D | rtl8188eu_recv.c | 31 int rtl8188eu_init_recv_priv(struct adapter *padapter) in rtl8188eu_init_recv_priv() 95 void rtl8188eu_free_recv_priv(struct adapter *padapter) in rtl8188eu_free_recv_priv()
|
D | pwrseqcmd.c | 26 u8 rtl88eu_pwrseqcmdparsing(struct adapter *padapter, u8 cut_vers, u8 fab_vers, in rtl88eu_pwrseqcmdparsing()
|
D | rtl8188e_xmit.c | 62 void _dbg_dump_tx_info(struct adapter *padapter, int frame_tag, in _dbg_dump_tx_info()
|
D | hal_com.c | 61 hal_com_get_channel_plan(struct adapter *padapter, u8 hw_channel_plan, in hal_com_get_channel_plan()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | os_intfs.c | 541 static void loadparam(struct adapter *padapter, struct net_device *pnetdev) in loadparam() 616 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); in rtw_net_set_mac_address() local 627 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); in rtw_net_get_stats() local 677 struct adapter *padapter = rtw_netdev_priv(dev); in rtw_select_queue() local 736 struct adapter *padapter; in rtw_init_netdev() local 760 static int rtw_start_drv_threads(struct adapter *padapter) in rtw_start_drv_threads() 777 void rtw_stop_drv_threads(struct adapter *padapter) in rtw_stop_drv_threads() 788 static u8 rtw_init_default_value(struct adapter *padapter) in rtw_init_default_value() 835 u8 rtw_reset_drv_sw(struct adapter *padapter) in rtw_reset_drv_sw() 864 u8 rtw_init_drv_sw(struct adapter *padapter) in rtw_init_drv_sw() [all …]
|
D | ioctl_linux.c | 69 void indicate_wx_scan_complete_event(struct adapter *padapter) in indicate_wx_scan_complete_event() 77 void rtw_indicate_wx_assoc_event(struct adapter *padapter) in rtw_indicate_wx_assoc_event() 92 void rtw_indicate_wx_disassoc_event(struct adapter *padapter) in rtw_indicate_wx_disassoc_event() 105 static char *translate_scan(struct adapter *padapter, in translate_scan() 327 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in wpa_set_auth_algs() local 361 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in wpa_set_encryption() local 504 static int rtw_set_wpa_ie(struct adapter *padapter, char *pie, unsigned short ielen) in rtw_set_wpa_ie() 635 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in rtw_wx_get_name() local 694 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in rtw_wx_get_freq() local 715 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev); in rtw_wx_set_mode() local [all …]
|
D | xmit_linux.c | 72 int rtw_os_xmit_resource_alloc(struct adapter *padapter, struct xmit_buf *pxmitbuf, u32 alloc_sz) in rtw_os_xmit_resource_alloc() 93 void rtw_os_xmit_resource_free(struct adapter *padapter, in rtw_os_xmit_resource_free() 106 void rtw_os_pkt_complete(struct adapter *padapter, struct sk_buff *pkt) in rtw_os_pkt_complete() 124 void rtw_os_xmit_complete(struct adapter *padapter, struct xmit_frame *pxframe) in rtw_os_xmit_complete() 131 void rtw_os_xmit_schedule(struct adapter *padapter) in rtw_os_xmit_schedule() 148 static void rtw_check_xmit_resource(struct adapter *padapter, struct sk_buff *pkt) in rtw_check_xmit_resource() 166 static int rtw_mlcst2unicst(struct adapter *padapter, struct sk_buff *skb) in rtw_mlcst2unicst() 218 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(pnetdev); in rtw_xmit_entry() local
|
D | usb_intf.c | 158 static void usb_intf_start(struct adapter *padapter) in usb_intf_start() 167 static void usb_intf_stop(struct adapter *padapter) in usb_intf_stop() 190 static void rtw_dev_unload(struct adapter *padapter) in rtw_dev_unload() 226 struct adapter *padapter = dvobj->if1; in rtw_suspend() local 290 static int rtw_resume_process(struct adapter *padapter) in rtw_resume_process() 334 struct adapter *padapter = dvobj->if1; in rtw_resume() local 350 struct adapter *padapter = NULL; in rtw_usb_if1_init() local 519 struct adapter *padapter = dvobj->if1; in rtw_dev_remove() local
|
D | mlme_linux.c | 28 void rtw_init_mlme_timer(struct adapter *padapter) in rtw_init_mlme_timer() 46 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted) in rtw_os_indicate_scan_done() 131 void init_addba_retry_timer(struct adapter *padapter, struct sta_info *psta) in init_addba_retry_timer() 137 void init_mlme_ext_timer(struct adapter *padapter) in init_mlme_ext_timer() 149 void rtw_indicate_sta_assoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_assoc_event() 173 void rtw_indicate_sta_disassoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_disassoc_event()
|
D | recv_linux.c | 37 int rtw_os_recvbuf_resource_alloc(struct adapter *padapter, in rtw_os_recvbuf_resource_alloc() 48 void rtw_handle_tkip_mic_err(struct adapter *padapter, u8 bgroup) in rtw_handle_tkip_mic_err() 84 int rtw_recv_indicatepkt(struct adapter *padapter, in rtw_recv_indicatepkt()
|
D | rtw_android.c | 91 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(net); in rtw_android_get_rssi() local 108 struct adapter *padapter = (struct adapter *)rtw_netdev_priv(net); in rtw_android_get_link_speed() local
|
D | usb_ops_linux.c | 532 void usb_read_port_cancel(struct adapter *padapter) in usb_read_port_cancel() 622 struct adapter *padapter = pxmitbuf->padapter; in usb_write_port_complete() local 698 u32 usb_write_port(struct adapter *padapter, u32 addr, u32 cnt, u8 *wmem) in usb_write_port() 790 void usb_write_port_cancel(struct adapter *padapter) in usb_write_port_cancel()
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | os_intfs.c | 175 static void loadparam(struct rtw_adapter *padapter, struct net_device *pnetdev) in loadparam() 240 struct rtw_adapter *padapter = netdev_priv(pnetdev); in rtw_net_set_mac_address() local 250 struct rtw_adapter *padapter = netdev_priv(pnetdev); in rtw_net_get_stats() local 300 struct rtw_adapter *padapter = netdev_priv(dev); in rtw_select_queue() local 356 struct rtw_adapter *padapter; in rtw_init_netdev23a() local 378 static int rtw_init_default_value(struct rtw_adapter *padapter) in rtw_init_default_value() 425 int rtw_reset_drv_sw23a(struct rtw_adapter *padapter) in rtw_reset_drv_sw23a() 453 int rtw_init_drv_sw23a(struct rtw_adapter *padapter) in rtw_init_drv_sw23a() 526 void rtw_cancel_all_timer23a(struct rtw_adapter *padapter) in rtw_cancel_all_timer23a() 553 int rtw_free_drv_sw23a(struct rtw_adapter *padapter) in rtw_free_drv_sw23a() [all …]
|
D | xmit_linux.c | 27 int rtw_os_xmit_resource_alloc23a(struct rtw_adapter *padapter, in rtw_os_xmit_resource_alloc23a() 48 void rtw_os_xmit_resource_free23a(struct rtw_adapter *padapter, in rtw_os_xmit_resource_free23a() 60 void rtw_os_pkt_complete23a(struct rtw_adapter *padapter, struct sk_buff *pkt) in rtw_os_pkt_complete23a() 77 void rtw_os_xmit_complete23a(struct rtw_adapter *padapter, in rtw_os_xmit_complete23a() 86 void rtw_os_xmit_schedule23a(struct rtw_adapter *padapter) in rtw_os_xmit_schedule23a() 101 static void rtw_check_xmit_resource(struct rtw_adapter *padapter, in rtw_check_xmit_resource() 122 struct rtw_adapter *padapter = netdev_priv(pnetdev); in rtw_xmit23a_entry23a() local
|
D | ioctl_cfg80211.c | 242 static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter, in rtw_cfg80211_inform_bss() 301 void rtw_cfg80211_indicate_connect(struct rtw_adapter *padapter) in rtw_cfg80211_indicate_connect() 360 void rtw_cfg80211_indicate_disconnect(struct rtw_adapter *padapter) in rtw_cfg80211_indicate_disconnect() 388 static int set_pairwise_key(struct rtw_adapter *padapter, struct sta_info *psta) in set_pairwise_key() 422 static int set_group_key(struct rtw_adapter *padapter, struct key_params *parms, in set_group_key() 477 struct rtw_adapter *padapter = netdev_priv(dev); in rtw_cfg80211_ap_set_encryption() local 721 struct rtw_adapter *padapter = netdev_priv(dev); in rtw_cfg80211_set_encryption() local 871 struct rtw_adapter *padapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_add_key() local 950 struct rtw_adapter *padapter = netdev_priv(ndev); in cfg80211_rtw_del_key() local 967 struct rtw_adapter *padapter = netdev_priv(ndev); in cfg80211_rtw_set_default_key() local [all …]
|
D | usb_ops_linux.c | 21 void rtl8723au_read_port_cancel(struct rtw_adapter *padapter) in rtl8723au_read_port_cancel() 43 struct rtw_adapter *padapter = pxmitbuf->padapter; in usb_write_port23a_complete() local 119 int rtl8723au_write_port(struct rtw_adapter *padapter, u32 addr, u32 cnt, in rtl8723au_write_port() 210 void rtl8723au_write_port_cancel(struct rtw_adapter *padapter) in rtl8723au_write_port_cancel()
|
D | usb_intf.c | 214 void rtl8723a_usb_intf_stop(struct rtw_adapter *padapter) in rtl8723a_usb_intf_stop() 237 static void rtw_dev_unload(struct rtw_adapter *padapter) in rtw_dev_unload() 274 struct rtw_adapter *padapter = dvobj->if1; in rtw_suspend() local 343 struct rtw_adapter *padapter = dvobj->if1; in rtw_resume() local 399 struct rtw_adapter *padapter = NULL; in rtw_usb_if1_init() local 576 struct rtw_adapter *padapter; in rtw_disconnect() local
|
D | recv_linux.c | 27 void rtw_handle_tkip_mic_err23a(struct rtw_adapter *padapter, u8 bgroup) in rtw_handle_tkip_mic_err23a() 72 int rtw_recv_indicatepkt23a(struct rtw_adapter *padapter, in rtw_recv_indicatepkt23a()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbt_precomp.h | 46 #define GetDefaultAdapter(padapter) padapter argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | usb_ops_linux.h | 55 static inline u8 rtw_usb_bulk_size_boundary(struct adapter *padapter, in rtw_usb_bulk_size_boundary()
|
D | rtw_led.h | 57 struct adapter *padapter; member
|
D | rtw_cmd.h | 36 struct adapter *padapter; member 51 struct adapter *padapter; member
|
D | rtw_xmit.h | 204 struct adapter *padapter; member 225 struct adapter *padapter; member
|
D | rtw_mlme.h | 190 struct adapter *padapter; member 414 struct adapter *padapter; member
|
D | rtw_recv.h | 42 struct adapter *padapter; member
|
D | sta_info.h | 304 struct adapter *padapter; member
|
D | rtw_mlme_ext.h | 410 struct adapter *padapter; member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-iop3xx.c | 399 struct i2c_adapter *padapter = platform_get_drvdata(pdev); in iop3xx_i2c_remove() local
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | main.c | 56 void **padapter) in mwifiex_register()
|