Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/ !
H A Dhif.c590 struct hif_sdio_dev *hifdevice = hif_devices[i]; in hif_device_inserted() local
592 if (hifdevice && in hif_device_inserted()
593 hifdevice->power_config == HIF_DEVICE_POWER_CUT && in hif_device_inserted()
594 hifdevice->host == func->card->host) { in hif_device_inserted()
596 hifdevice->func = func; in hif_device_inserted()
597 hifdevice->power_config = HIF_DEVICE_POWER_UP; in hif_device_inserted()
598 hif_sdio_set_drvdata(ol_sc, func, hifdevice); in hif_device_inserted()
949 struct hif_sdio_dev *hifdevice = NULL; in add_hif_device() local
954 hifdevice = (struct hif_sdio_dev *) qdf_mem_malloc(sizeof( in add_hif_device()
956 AR_DEBUG_ASSERT(hifdevice); in add_hif_device()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ !
H A Dhif_sdio_dev.h96 struct hif_sdio_dev *hifdevice) in hif_sdio_set_drvdata() argument
98 sdio_set_drvdata(func, hifdevice); in hif_sdio_set_drvdata()
137 struct hif_sdio_dev *hifdevice) in hif_sdio_set_drvdata() argument
141 sc->hif_handle = hifdevice; in hif_sdio_set_drvdata()