Lines Matching defs:rtl_priv
2763 struct rtl_priv { struct
2767 struct rtl_priv *buddy_priv; argument
2768 struct rtl_global_var *glb_var;
2769 struct rtl_dualmac_easy_concurrent_ctl easy_concurrent_ctl;
2770 struct rtl_dmsp_ctl dmsp_ctl;
2771 struct rtl_locks locks;
2772 struct rtl_works works;
2773 struct rtl_mac mac80211;
2774 struct rtl_hal rtlhal;
2775 struct rtl_regulatory regd;
2776 struct rtl_rfkill rfkill;
2777 struct rtl_io io;
2778 struct rtl_phy phy;
2779 struct rtl_dm dm;
2780 struct rtl_security sec;
2781 struct rtl_efuse efuse;
2782 struct rtl_led_ctl ledctl;
2783 struct rtl_tx_report tx_report;
2784 struct rtl_scan_list scan_list;
2786 struct rtl_ps_ctl psc;
2787 struct rate_adaptive ra;
2788 struct dynamic_primary_cca primarycca;
2789 struct wireless_stats stats;
2790 struct rt_link_detect link_info;
2791 struct false_alarm_statistics falsealm_cnt;
2793 struct rtl_rate_priv *rate_priv;
2796 struct list_head entry_list;
2799 struct sk_buff_head c2hcmd_queue;
2801 struct rtl_debug dbg;
2802 int max_fw_size;
2808 struct rtl_hal_cfg *cfg;
2809 const struct rtl_intf_ops *intf_ops;
2814 unsigned long status;
2817 struct dig_t dm_digtable;
2818 struct ps_t dm_pstable;
2820 u32 reg_874;
2821 u32 reg_c70;
2822 u32 reg_85c;
2823 u32 reg_a74;
2824 bool reg_init; /* true if regs saved */
2825 bool bt_operation_on;
2826 __le32 *usb_data;
2827 int usb_data_index;
2828 bool initialized;
2829 bool enter_ps; /* true when entering PS */
2830 u8 rate_mask[5];
2856 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument