/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_mlme.h | 176 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf); 177 void r8712_surveydone_event_callback(struct _adapter *adapter, u8 *pbuf); 178 void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf); 179 void r8712_stassoc_event_callback(struct _adapter *adapter, u8 *pbuf); 180 void r8712_stadel_event_callback(struct _adapter *adapter, u8 *pbuf); 181 void r8712_atimdone_event_callback(struct _adapter *adapter, u8 *pbuf); 182 void r8712_cpwm_event_callback(struct _adapter *adapter, u8 *pbuf); 183 void r8712_wpspbc_event_callback(struct _adapter *adapter, u8 *pbuf); 184 void r8712_free_network_queue(struct _adapter *adapter); 185 int r8712_init_mlme_priv(struct _adapter *adapter); [all …]
|
D | rtl871x_mp.h | 67 struct _adapter *padapter; 83 struct _adapter *papdater; 255 void mp871xinit(struct _adapter *padapter); 256 void mp871xdeinit(struct _adapter *padapter); 257 u32 r8712_bb_reg_read(struct _adapter *Adapter, u16 offset); 258 u8 r8712_bb_reg_write(struct _adapter *Adapter, u16 offset, u32 value); 259 u32 r8712_rf_reg_read(struct _adapter *Adapter, u8 path, u8 offset); 260 u8 r8712_rf_reg_write(struct _adapter *Adapter, u8 path, 262 u32 r8712_get_bb_reg(struct _adapter *Adapter, u16 offset, u32 bitmask); 263 u8 r8712_set_bb_reg(struct _adapter *Adapter, u16 offset, [all …]
|
D | rtl871x_mp_ioctl.c | 44 struct _adapter *Adapter = (struct _adapter *) in oid_rt_wireless_mode_hdl() 70 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_write_bb_reg_hdl() 91 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_read_bb_reg_hdl() 113 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_write_rf_reg_hdl() 136 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_read_rf_reg_hdl() 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() 265 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_set_data_rate_hdl() 283 struct _adapter *Adapter = (struct _adapter *) in oid_rt_pro_start_test_hdl() [all …]
|
D | usb_osintf.h | 34 unsigned int r8712_usb_inirp_init(struct _adapter *padapter); 35 unsigned int r8712_usb_inirp_deinit(struct _adapter *padapter); 36 uint rtl871x_hal_init(struct _adapter *padapter); 37 uint rtl8712_hal_deinit(struct _adapter *padapter); 39 void rtl871x_intf_stop(struct _adapter *padapter); 40 void r871x_dev_unload(struct _adapter *padapter); 41 void r8712_stop_drv_threads(struct _adapter *padapter); 42 void r8712_stop_drv_timers(struct _adapter *padapter); 43 u8 r8712_init_drv_sw(struct _adapter *padapter); 44 u8 r8712_free_drv_sw(struct _adapter *padapter);
|
D | rtl871x_cmd.h | 64 struct _adapter *padapter; 723 u8 r8712_setMacAddr_cmd(struct _adapter *padapter, u8 *mac_addr); 724 u8 r8712_setassocsta_cmd(struct _adapter *padapter, u8 *mac_addr); 725 u8 r8712_sitesurvey_cmd(struct _adapter *padapter, 727 u8 r8712_createbss_cmd(struct _adapter *padapter); 728 u8 r8712_setstakey_cmd(struct _adapter *padapter, u8 *psta, u8 unicast_key); 729 u8 r8712_joinbss_cmd(struct _adapter *padapter, 731 u8 r8712_disassoc_cmd(struct _adapter *padapter); 732 u8 r8712_setopmode_cmd(struct _adapter *padapter, 734 u8 r8712_setdatarate_cmd(struct _adapter *padapter, u8 *rateset); [all …]
|
D | rtl8712_efuse.h | 28 u8 r8712_efuse_reg_init(struct _adapter *padapter); 29 void r8712_efuse_reg_uninit(struct _adapter *padapter); 30 u16 r8712_efuse_get_current_size(struct _adapter *padapter); 31 int r8712_efuse_get_max_size(struct _adapter *padapter); 32 void r8712_efuse_change_max_size(struct _adapter *padapter); 33 u8 r8712_efuse_pg_packet_read(struct _adapter *padapter, 35 u8 r8712_efuse_pg_packet_write(struct _adapter *padapter, 38 u8 r8712_efuse_access(struct _adapter *padapter, u8 bRead, 40 u8 r8712_efuse_map_read(struct _adapter *padapter, u16 addr, 42 u8 r8712_efuse_map_write(struct _adapter *padapter, u16 addr,
|
D | mlme_osdep.h | 32 void r8712_init_mlme_timer(struct _adapter *padapter); 33 void r8712_os_indicate_disconnect(struct _adapter *adapter); 34 void r8712_os_indicate_connect(struct _adapter *adapter); 35 void r8712_report_sec_ie(struct _adapter *adapter, u8 authmode, u8 *sec_ie); 36 int r8712_recv_indicatepkts_in_order(struct _adapter *adapter, 39 void r8712_indicate_wx_assoc_event(struct _adapter *padapter); 40 void r8712_indicate_wx_disassoc_event(struct _adapter *padapter);
|
D | rtl871x_ioctl_set.h | 38 u8 r8712_set_802_11_authentication_mode(struct _adapter *pdapter, 41 u8 r8712_set_802_11_bssid(struct _adapter *padapter, u8 *bssid); 43 u8 r8712_set_802_11_add_wep(struct _adapter *padapter, 46 u8 r8712_set_802_11_disassociate(struct _adapter *padapter); 48 u8 r8712_set_802_11_bssid_list_scan(struct _adapter *padapter); 50 void r8712_set_802_11_infrastructure_mode(struct _adapter *padapter, 53 void r8712_set_802_11_ssid(struct _adapter *padapter,
|
D | recv_osdep.h | 34 struct _adapter *padapter); 37 void r8712_recv_indicatepkt(struct _adapter *adapter, 39 void r8712_handle_tkip_mic_err(struct _adapter *padapter, u8 bgroup); 41 struct _adapter *padapter); 43 int r8712_os_recv_resource_alloc(struct _adapter *padapter, 45 int r8712_os_recvbuf_resource_alloc(struct _adapter *padapter, 47 int r8712_os_recvbuf_resource_free(struct _adapter *padapter,
|
D | rtl8712_cmd.c | 55 static void check_hw_pbc(struct _adapter *padapter) in check_hw_pbc() 84 static void query_fw_rx_phy_status(struct _adapter *padapter) in query_fw_rx_phy_status() 109 static void StatusWatchdogCallback(struct _adapter *padapter) in StatusWatchdogCallback() 115 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl() 132 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl() 134 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_macreg_hdl() 146 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl() 148 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in write_macreg_hdl() 160 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl() 163 void (*pcmd_callback)(struct _adapter *dev, struct cmd_obj *pcmd); in read_bbreg_hdl() [all …]
|
D | rtl8712_io.c | 37 u8 r8712_read8(struct _adapter *adapter, u32 addr) in r8712_read8() 44 u16 r8712_read16(struct _adapter *adapter, u32 addr) in r8712_read16() 51 u32 r8712_read32(struct _adapter *adapter, u32 addr) in r8712_read32() 58 void r8712_write8(struct _adapter *adapter, u32 addr, u8 val) in r8712_write8() 65 void r8712_write16(struct _adapter *adapter, u32 addr, u16 val) in r8712_write16() 72 void r8712_write32(struct _adapter *adapter, u32 addr, u32 val) in r8712_write32() 79 void r8712_read_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_mem() 89 void r8712_write_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_mem() 96 void r8712_read_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_port() 106 void r8712_write_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_port()
|
D | rtl871x_pwrctrl.c | 38 void r8712_set_rpwm(struct _adapter *padapter, u8 val8) in r8712_set_rpwm() 70 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() 98 void r8712_cpwm_int_hdl(struct _adapter *padapter, in r8712_cpwm_int_hdl() 128 static void _rpwm_check_handler (struct _adapter *padapter) in _rpwm_check_handler() 142 struct _adapter *padapter = container_of(pwrpriv, in SetPSModeWorkItemCallback() 143 struct _adapter, pwrctrlpriv); in SetPSModeWorkItemCallback() 156 struct _adapter *padapter = container_of(pwrpriv, in rpwm_workitem_callback() 157 struct _adapter, pwrctrlpriv); in rpwm_workitem_callback() 169 struct _adapter *adapter = in rpwm_check_handler() 175 void r8712_init_pwrctrl_priv(struct _adapter *padapter) in r8712_init_pwrctrl_priv() [all …]
|
D | drv_types.h | 31 struct _adapter; 47 struct _adapter; 126 struct _adapter *padapter; 129 uint (*inirp_init)(struct _adapter *adapter); 130 uint (*inirp_deinit)(struct _adapter *adapter); 139 struct _adapter { struct 167 uint (*dvobj_init)(struct _adapter *adapter); argument 168 void (*dvobj_deinit)(struct _adapter *adapter); argument 188 u8 r8712_usb_hal_bus_init(struct _adapter *adapter); argument
|
D | rtl871x_mp.c | 88 void mp871xinit(struct _adapter *padapter) in mp871xinit() 96 void mp871xdeinit(struct _adapter *padapter) in mp871xdeinit() 106 static u32 fw_iocmd_read(struct _adapter *pAdapter, struct IOCMD_STRUCT iocmd) in fw_iocmd_read() 121 static u8 fw_iocmd_write(struct _adapter *pAdapter, in fw_iocmd_write() 136 u32 r8712_bb_reg_read(struct _adapter *pAdapter, u16 offset) in r8712_bb_reg_read() 160 u8 r8712_bb_reg_write(struct _adapter *pAdapter, u16 offset, u32 value) in r8712_bb_reg_write() 187 u32 r8712_rf_reg_read(struct _adapter *pAdapter, u8 path, u8 offset) in r8712_rf_reg_read() 198 u8 r8712_rf_reg_write(struct _adapter *pAdapter, u8 path, u8 offset, u32 value) in r8712_rf_reg_write() 219 static u32 get_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask) in get_bb_reg() 228 static u8 set_bb_reg(struct _adapter *pAdapter, in set_bb_reg() [all …]
|
D | rtl871x_io.h | 120 void (*_async_io_callback)(struct _adapter *padapter, 235 u8 r8712_read8(struct _adapter *adapter, u32 addr); 236 u16 r8712_read16(struct _adapter *adapter, u32 addr); 237 u32 r8712_read32(struct _adapter *adapter, u32 addr); 238 void r8712_read_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem); 239 void r8712_read_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem); 240 void r8712_write8(struct _adapter *adapter, u32 addr, u8 val); 241 void r8712_write16(struct _adapter *adapter, u32 addr, u16 val); 242 void r8712_write32(struct _adapter *adapter, u32 addr, u32 val); 243 void r8712_write_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem); [all …]
|
D | mlme_linux.c | 37 struct _adapter *adapter = in sitesurvey_ctrl_handler() 48 struct _adapter *adapter = in join_timeout_handler() 56 struct _adapter *adapter = in _scan_timeout_handler() 64 struct _adapter *adapter = in dhcp_timeout_handler() 72 struct _adapter *adapter = in wdg_timeout_handler() 81 void r8712_init_mlme_timer(struct _adapter *padapter) in r8712_init_mlme_timer() 93 void r8712_os_indicate_connect(struct _adapter *adapter) in r8712_os_indicate_connect() 100 void r8712_os_indicate_disconnect(struct _adapter *adapter) in r8712_os_indicate_disconnect() 147 void r8712_report_sec_ie(struct _adapter *adapter, u8 authmode, u8 *sec_ie) in r8712_report_sec_ie()
|
D | rtl871x_pwrctrl.h | 118 void r8712_init_pwrctrl_priv(struct _adapter *adapter); 119 sint r8712_register_cmd_alive(struct _adapter *padapter); 120 void r8712_unregister_cmd_alive(struct _adapter *padapter); 121 void r8712_cpwm_int_hdl(struct _adapter *padapter, 123 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, 125 void r8712_set_rpwm(struct _adapter *padapter, u8 val8);
|
D | rtl871x_xmit.h | 162 struct _adapter *padapter; 228 struct _adapter *adapter; 267 void r8712_update_protection(struct _adapter *padapter, u8 *ie, uint ie_len); 273 sint r8712_xmit_classifier(struct _adapter *padapter, 275 sint r8712_xmitframe_coalesce(struct _adapter *padapter, _pkt *pkt, 279 sint r8712_update_attrib(struct _adapter *padapter, _pkt *pkt, 281 int r8712_txframes_sta_ac_pending(struct _adapter *padapter, 284 struct _adapter *padapter); 288 int r8712_pre_xmit(struct _adapter *padapter, struct xmit_frame *pxmitframe); 289 int r8712_xmit_enqueue(struct _adapter *padapter, [all …]
|
D | rtl871x_ioctl_rtl.c | 52 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_small_packet_crc_hdl() 68 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_middle_packet_crc_hdl() 84 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_large_packet_crc_hdl() 115 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_rx_total_packet_hdl() 146 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_rx_icv_err_hdl() 170 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_preamble_mode_hdl() 199 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_channelplan_hdl() 212 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_set_channelplan_hdl() 224 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_set_preamble_mode_hdl() 261 struct _adapter *padapter = poid_par_priv->adapter_context; in oid_rt_get_total_tx_bytes_hdl() [all …]
|
D | os_intfs.c | 124 static void loadparam(struct _adapter *padapter, struct net_device *pnetdev) in loadparam() 173 struct _adapter *padapter = netdev_priv(pnetdev); in r871x_net_set_mac_address() 183 struct _adapter *padapter = netdev_priv(pnetdev); in r871x_net_get_stats() 207 struct _adapter *padapter; in r8712_init_netdev() 210 pnetdev = alloc_etherdev(sizeof(struct _adapter)); in r8712_init_netdev() 230 static u32 start_drv_threads(struct _adapter *padapter) in start_drv_threads() 239 void r8712_stop_drv_threads(struct _adapter *padapter) in r8712_stop_drv_threads() 251 static void start_drv_timers(struct _adapter *padapter) in start_drv_timers() 259 void r8712_stop_drv_timers(struct _adapter *padapter) in r8712_stop_drv_timers() 269 static u8 init_default_value(struct _adapter *padapter) in init_default_value() [all …]
|
D | rtl871x_led.h | 89 struct _adapter *padapter; 115 void (*LedControlHandler)(struct _adapter *padapter, 124 void r8712_InitSwLeds(struct _adapter *padapter); 125 void r8712_DeInitSwLeds(struct _adapter *padapter); 126 void LedControl871x(struct _adapter *padapter, enum LED_CTL_MODE LedAction);
|
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()
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/txbf/ |
D | halcomtxbf.h | 47 #define hal_com_txbf_enter_work_item_callback(_adapter) NULL argument 48 #define hal_com_txbf_leave_work_item_callback(_adapter) NULL argument 49 #define hal_com_txbf_fw_ndpa_work_item_callback(_adapter) NULL argument 50 #define hal_com_txbf_clk_work_item_callback(_adapter) NULL argument 51 #define hal_com_txbf_rate_work_item_callback(_adapter) NULL argument 52 #define hal_com_txbf_fw_ndpa_timer_callback(_adapter) NULL argument 53 #define hal_com_txbf_status_work_item_callback(_adapter) NULL argument 54 #define hal_com_txbf_get(_adapter, _get_type, _pout_buf) argument
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_eeprom.c | 13 void up_clk(_adapter *padapter, u16 *x) in up_clk() 24 void down_clk(_adapter *padapter, u16 *x) in down_clk() 33 void shift_out_bits(_adapter *padapter, u16 data, u16 count) in shift_out_bits() 71 u16 shift_in_bits(_adapter *padapter) in shift_in_bits() 105 void standby(_adapter *padapter) in standby() 121 u16 wait_eeprom_cmd_done(_adapter *padapter) in wait_eeprom_cmd_done() 140 void eeprom_clean(_adapter *padapter) in eeprom_clean() 169 void eeprom_write16(_adapter *padapter, u16 reg, u16 data) in eeprom_write16() 231 u16 eeprom_read16(_adapter *padapter, u16 reg) /*ReadEEprom*/ in eeprom_read16() 275 void eeprom_read_sz(_adapter *padapter, u16 reg, u8 *data, u32 sz) in eeprom_read_sz() [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm.h | 894 #define IS_HARDWARE_TYPE_8188E(_adapter) false argument 895 #define IS_HARDWARE_TYPE_8188F(_adapter) false argument 896 #define IS_HARDWARE_TYPE_8703B(_adapter) false argument 897 #define IS_HARDWARE_TYPE_8723D(_adapter) false argument 898 #define IS_HARDWARE_TYPE_8821C(_adapter) false argument 899 #define IS_HARDWARE_TYPE_8812AU(_adapter) false argument 900 #define IS_HARDWARE_TYPE_8814A(_adapter) false argument 901 #define IS_HARDWARE_TYPE_8814AU(_adapter) false argument 902 #define IS_HARDWARE_TYPE_8814AE(_adapter) false argument 903 #define IS_HARDWARE_TYPE_8814AS(_adapter) false argument [all …]
|