Home
last modified time | relevance | path

Searched refs:ath12k_wmi_vdev_stop (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c1213 ret = ath12k_wmi_vdev_stop(ar, vdev_id); in ath12k_mac_monitor_vdev_start()
1228 ret = ath12k_wmi_vdev_stop(ar, ar->monitor_vdev_id); in ath12k_mac_monitor_vdev_stop()
1412 ret = ath12k_wmi_vdev_stop(ar, arvif->vdev_id); in ath12k_mac_vdev_stop()
H A Dwmi.h5924 int ath12k_wmi_vdev_stop(struct ath12k *ar, u8 vdev_id);
H A Dwmi.c981 int ath12k_wmi_vdev_stop(struct ath12k *ar, u8 vdev_id) in ath12k_wmi_vdev_stop() function