Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
H A Dhif.c150 static struct hif_sdio_dev *hif_devices[MAX_HIF_DEVICES]; variable
553 if (hif_devices[i] && !hif_devices[i]->func) { in hif_sdio_shutdown()
556 __func__, hif_devices[i])); in hif_sdio_shutdown()
557 del_hif_device(hif_devices[i]); in hif_sdio_shutdown()
558 hif_devices[i] = NULL; in hif_sdio_shutdown()
590 struct hif_sdio_dev *hifdevice = hif_devices[i]; in hif_device_inserted()
616 if (!hif_devices[i]) { in hif_device_inserted()
617 hif_devices[i] = device; in hif_device_inserted()
676 if (hif_devices[i] == device) { in hif_device_inserted()
677 hif_devices[i] = NULL; in hif_device_inserted()
[all …]