Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath12k/
Dcore.h584 struct ath12k { struct
585 struct ath12k_base *ab; argument
586 struct ath12k_pdev *pdev; argument
587 struct ath12k_hw *ah; argument
588 struct ath12k_wmi_pdev *wmi; argument
589 struct ath12k_pdev_dp dp; argument
593 struct ath12k_he ar_he; argument
600 enum ath12k_scan_state state; argument
627 * vdev_stop_status info, scan data, ath12k_sta info, ath12k_link_vif info, argument
630 spinlock_t data_lock;
[all …]
Ddbring.c150 int (*handler)(struct ath12k *, in ath12k_dbring_set_cfg()