Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.c954 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_monitor_vdev_up()
1014 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_mac_monitor_vdev_start()
1637 ret = ath12k_wmi_vdev_up(arvif->ar, &params); in ath12k_control_beaconing()
2912 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_bss_assoc()
7499 ret = ath12k_wmi_vdev_up(arvif->ar, &params); in ath12k_mac_update_vif_chan()
Dwmi.h5480 int ath12k_wmi_vdev_up(struct ath12k *ar, struct ath12k_wmi_vdev_up_params *params);
Dwmi.c1107 int ath12k_wmi_vdev_up(struct ath12k *ar, struct ath12k_wmi_vdev_up_params *params) in ath12k_wmi_vdev_up() function