Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dif_sdio.c74 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_sdio_bus_suspend()
93 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_sdio_bus_resume()
203 struct hif_sdio_softc *sc = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_get_config_item()
218 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_set_mailbox_swap()
232 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_claim_device()
246 struct hif_sdio_softc *hif_ctx = HIF_GET_SDIO_SOFTC(scn); in hif_sdio_mask_interrupt_call()
274 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_check_fw_reg()
Dhif_sdio.c55 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_start()
95 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_sdio_stop()
124 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_send_head()
149 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_hdl); in hif_map_service_to_pipe()
183 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_post_init()
Dhif_diag_reg_access.c93 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_diag_read_access()
141 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_diag_write_access()
Dhif_bmi_reg_access.c302 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_reg_based_get_target_info()
406 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_exchange_bmi_msg()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
Dhif.c535 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_sdio_shutdown()
1002 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_ctx); in hif_detach_htc()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h147 #define HIF_GET_SDIO_SOFTC(scn) ((struct hif_sdio_softc *)scn) macro