Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1316 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_monitor_vdev_up()
1376 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_mac_monitor_vdev_start()
1913 ret = ath12k_wmi_vdev_up(arvif->ar, &params); in ath12k_control_beaconing()
3934 ret = ath12k_wmi_vdev_up(ar, &params); in ath12k_bss_assoc()
4504 ret = ath12k_wmi_vdev_up(arvif->ar, &params); in ath12k_wmi_vdev_params_up()
11521 ret = ath12k_wmi_vdev_up(arvif->ar, &params); in ath12k_mac_update_vif_chan()
H A Dwmi.c1228 int ath12k_wmi_vdev_up(struct ath12k *ar, struct ath12k_wmi_vdev_up_params *params) in ath12k_wmi_vdev_up() function