Lines Matching defs:ath_btcoex
779 struct ath_btcoex { struct
780 spinlock_t btcoex_lock;
781 struct timer_list period_timer; /* Timer for BT period */
782 struct timer_list no_stomp_timer;
783 u32 bt_priority_cnt;
784 unsigned long bt_priority_time;
785 unsigned long op_flags;
786 int bt_stomp_type; /* Types of BT stomping */
787 u32 btcoex_no_stomp; /* in msec */
788 u32 btcoex_period; /* in msec */
789 u32 btscan_no_stomp; /* in msec */
790 u32 duty_cycle;
791 u32 bt_wait_time;
792 int rssi_count;
793 struct ath_mci_profile mci;
794 u8 stomp_audio;