Lines Matching defs:rtl_priv
2719 struct rtl_priv { struct
2723 struct rtl_priv *buddy_priv; argument
2724 struct rtl_global_var *glb_var;
2725 struct rtl_dmsp_ctl dmsp_ctl;
2726 struct rtl_locks locks;
2727 struct rtl_works works;
2728 struct rtl_mac mac80211;
2729 struct rtl_hal rtlhal;
2730 struct rtl_regulatory regd;
2731 struct rtl_rfkill rfkill;
2732 struct rtl_io io;
2733 struct rtl_phy phy;
2734 struct rtl_dm dm;
2735 struct rtl_security sec;
2736 struct rtl_efuse efuse;
2737 struct rtl_led_ctl ledctl;
2738 struct rtl_tx_report tx_report;
2739 struct rtl_scan_list scan_list;
2741 struct rtl_ps_ctl psc;
2742 struct rate_adaptive ra;
2743 struct dynamic_primary_cca primarycca;
2744 struct wireless_stats stats;
2745 struct rt_link_detect link_info;
2746 struct false_alarm_statistics falsealm_cnt;
2748 struct rtl_rate_priv *rate_priv;
2751 struct list_head entry_list;
2754 struct sk_buff_head c2hcmd_queue;
2756 struct rtl_debug dbg;
2757 int max_fw_size;
2762 struct rtl_hal_cfg *cfg;
2763 const struct rtl_intf_ops *intf_ops;
2769 unsigned long status;
2772 struct dig_t dm_digtable;
2773 struct ps_t dm_pstable;
2775 u32 reg_874;
2776 u32 reg_c70;
2777 u32 reg_85c;
2778 u32 reg_a74;
2779 bool reg_init; /* true if regs saved */
2780 bool bt_operation_on;
2781 __le32 *usb_data;
2782 int usb_data_index;
2783 bool initialized;
2784 bool enter_ps; /* true when entering PS */
2785 u8 rate_mask[5];
2812 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument