Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h2559 void hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value);
2600 void hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value) in hif_set_enable_detection() function
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c1189 void hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value) in hif_set_enable_detection() function
2098 hif_set_enable_detection(hif_ctx, false); in hif_disable()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_driver_ops.c405 hif_set_enable_detection(hif_ctx, value); in hdd_hif_set_enable_detection()