Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h450 struct ath12k { struct
451 struct ath12k_base *ab; argument
452 struct ath12k_pdev *pdev; argument
455 struct ath12k_wmi_pdev *wmi; argument
456 struct ath12k_pdev_dp dp; argument
460 struct ath12k_he ar_he; argument
461 enum ath12k_state state; argument
468 enum ath12k_scan_state state; argument
473 } scan;
475 struct {
[all …]
H A Ddbring.c150 int (*handler)(struct ath12k *, in ath12k_dbring_set_cfg()