Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_driver_ops.h177 void hdd_hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value);
180 void hdd_hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value) in hdd_hif_set_enable_detection() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_driver_ops.c403 void hdd_hif_set_enable_detection(struct hif_opaque_softc *hif_ctx, bool value) in hdd_hif_set_enable_detection() function
H A Dwlan_hdd_main.c5208 hdd_hif_set_enable_detection(hif_ctx, true); in hdd_wlan_start_modules()