Lines Matching defs:rtl_priv
2691 struct rtl_priv { struct
2695 struct rtl_priv *buddy_priv; argument
2696 struct rtl_global_var *glb_var;
2697 struct rtl_dmsp_ctl dmsp_ctl;
2698 struct rtl_locks locks;
2699 struct rtl_works works;
2700 struct rtl_mac mac80211;
2701 struct rtl_hal rtlhal;
2702 struct rtl_regulatory regd;
2703 struct rtl_rfkill rfkill;
2704 struct rtl_io io;
2705 struct rtl_phy phy;
2706 struct rtl_dm dm;
2707 struct rtl_security sec;
2708 struct rtl_efuse efuse;
2709 struct rtl_led_ctl ledctl;
2710 struct rtl_tx_report tx_report;
2711 struct rtl_scan_list scan_list;
2713 struct rtl_ps_ctl psc;
2714 struct rate_adaptive ra;
2715 struct dynamic_primary_cca primarycca;
2716 struct wireless_stats stats;
2717 struct rt_link_detect link_info;
2718 struct false_alarm_statistics falsealm_cnt;
2720 struct rtl_rate_priv *rate_priv;
2723 struct list_head entry_list;
2726 struct sk_buff_head c2hcmd_queue;
2728 struct rtl_debug dbg;
2729 int max_fw_size;
2734 struct rtl_hal_cfg *cfg;
2735 const struct rtl_intf_ops *intf_ops;
2741 unsigned long status;
2744 struct dig_t dm_digtable;
2745 struct ps_t dm_pstable;
2747 u32 reg_874;
2748 u32 reg_c70;
2749 u32 reg_85c;
2750 u32 reg_a74;
2751 bool reg_init; /* true if regs saved */
2752 bool bt_operation_on;
2753 __le32 *usb_data;
2754 int usb_data_index;
2755 bool initialized;
2756 bool enter_ps; /* true when entering PS */
2757 u8 rate_mask[5];
2784 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument