Lines Matching defs:ath_btcoex
442 struct ath_btcoex { struct
443 bool hw_timer_enabled;
444 spinlock_t btcoex_lock;
445 struct timer_list period_timer; /* Timer for BT period */
446 u32 bt_priority_cnt;
447 unsigned long bt_priority_time;
448 int bt_stomp_type; /* Types of BT stomping */
449 u32 btcoex_no_stomp; /* in usec */
450 u32 btcoex_period; /* in usec */
451 u32 btscan_no_stomp; /* in usec */
452 u32 duty_cycle;
453 struct ath_gen_timer *no_stomp_timer; /* Timer for no BT stomping */
454 struct ath_mci_profile mci;