Lines Matching defs:rtl_priv
2657 struct rtl_priv { struct
2660 struct rtl_priv *buddy_priv; argument
2661 struct rtl_dmsp_ctl dmsp_ctl;
2662 struct rtl_locks locks;
2663 struct rtl_works works;
2664 struct rtl_mac mac80211;
2665 struct rtl_hal rtlhal;
2666 struct rtl_regulatory regd;
2667 struct rtl_rfkill rfkill;
2668 struct rtl_io io;
2669 struct rtl_phy phy;
2670 struct rtl_dm dm;
2671 struct rtl_security sec;
2672 struct rtl_efuse efuse;
2673 struct rtl_led_ctl ledctl;
2674 struct rtl_tx_report tx_report;
2675 struct rtl_scan_list scan_list;
2677 struct rtl_ps_ctl psc;
2678 struct rate_adaptive ra;
2679 struct dynamic_primary_cca primarycca;
2680 struct wireless_stats stats;
2681 struct rt_link_detect link_info;
2682 struct false_alarm_statistics falsealm_cnt;
2684 struct rtl_rate_priv *rate_priv;
2687 struct list_head entry_list;
2690 struct sk_buff_head c2hcmd_queue;
2692 struct rtl_debug dbg;
2693 int max_fw_size;
2698 const struct rtl_hal_cfg *cfg;
2699 const struct rtl_intf_ops *intf_ops;
2705 unsigned long status;
2708 struct dig_t dm_digtable;
2709 struct ps_t dm_pstable;
2711 u32 reg_874;
2712 u32 reg_c70;
2713 u32 reg_85c;
2714 u32 reg_a74;
2715 bool reg_init; /* true if regs saved */
2716 bool bt_operation_on;
2717 __le32 *usb_data;
2718 int usb_data_index;
2719 bool initialized;
2720 bool enter_ps; /* true when entering PS */
2721 u8 rate_mask[5];
2727 struct proxim proximity;
2730 struct bt_coexist_info btcoexist;
2754 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument