Lines Matching defs:rtl_priv
2744 struct rtl_priv { struct
2748 struct rtl_priv *buddy_priv; argument
2749 struct rtl_global_var *glb_var;
2750 struct rtl_dualmac_easy_concurrent_ctl easy_concurrent_ctl;
2751 struct rtl_dmsp_ctl dmsp_ctl;
2752 struct rtl_locks locks;
2753 struct rtl_works works;
2754 struct rtl_mac mac80211;
2755 struct rtl_hal rtlhal;
2756 struct rtl_regulatory regd;
2757 struct rtl_rfkill rfkill;
2758 struct rtl_io io;
2759 struct rtl_phy phy;
2760 struct rtl_dm dm;
2761 struct rtl_security sec;
2762 struct rtl_efuse efuse;
2763 struct rtl_led_ctl ledctl;
2764 struct rtl_tx_report tx_report;
2765 struct rtl_scan_list scan_list;
2767 struct rtl_ps_ctl psc;
2768 struct rate_adaptive ra;
2769 struct dynamic_primary_cca primarycca;
2770 struct wireless_stats stats;
2771 struct rt_link_detect link_info;
2772 struct false_alarm_statistics falsealm_cnt;
2774 struct rtl_rate_priv *rate_priv;
2777 struct list_head entry_list;
2780 struct sk_buff_head c2hcmd_queue;
2782 struct rtl_debug dbg;
2783 int max_fw_size;
2788 struct rtl_hal_cfg *cfg;
2789 const struct rtl_intf_ops *intf_ops;
2795 unsigned long status;
2798 struct dig_t dm_digtable;
2799 struct ps_t dm_pstable;
2801 u32 reg_874;
2802 u32 reg_c70;
2803 u32 reg_85c;
2804 u32 reg_a74;
2805 bool reg_init; /* true if regs saved */
2806 bool bt_operation_on;
2807 __le32 *usb_data;
2808 int usb_data_index;
2809 bool initialized;
2810 bool enter_ps; /* true when entering PS */
2811 u8 rate_mask[5];
2838 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument