Home
last modified time | relevance | path

Searched defs:ath12k (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h694 struct ath12k { struct
695 struct ath12k_base *ab; argument
696 struct ath12k_pdev *pdev; argument
697 struct ath12k_hw *ah; argument
698 struct ath12k_wmi_pdev *wmi; argument
699 struct ath12k_pdev_dp dp; argument
703 struct ath12k_he ar_he; argument
710 enum ath12k_scan_state state; argument
737 * vdev_stop_status info, scan data, ath12k_sta info, ath12k_link_vif info, argument
740 spinlock_t data_lock;
[all …]
H A Ddbring.c151 int (*handler)(struct ath12k *, in ath12k_dbring_set_cfg()