Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dcore.h524 struct ath12k { struct
525 struct ath12k_base *ab; argument
526 struct ath12k_pdev *pdev; argument
527 struct ath12k_hw *ah; argument
528 struct ath12k_wmi_pdev *wmi; argument
529 struct ath12k_pdev_dp dp; argument
533 struct ath12k_he ar_he; argument
540 enum ath12k_scan_state state; argument
545 } scan;
570 * vdev_stop_status info, scan data, ath12k_sta info, ath12k_vif info, argument
[all …]
Ddbring.c150 int (*handler)(struct ath12k *, in ath12k_dbring_set_cfg()