Lines Matching refs:hif_sc
117 void hif_sdio_close(struct hif_softc *hif_sc) in hif_sdio_close() argument
128 QDF_STATUS hif_sdio_open(struct hif_softc *hif_sc, in hif_sdio_open() argument
131 hif_sc->bus_type = bus_type; in hif_sdio_open()
184 void hif_sdio_disable_bus(struct hif_softc *hif_sc) in hif_sdio_disable_bus() argument
186 struct sdio_func *func = dev_to_sdio_func(hif_sc->qdf_dev->dev); in hif_sdio_disable_bus()
188 hif_sdio_device_removed(hif_sc, func); in hif_sdio_disable_bus()
200 QDF_STATUS hif_sdio_get_config_item(struct hif_softc *hif_sc, in hif_sdio_get_config_item() argument
203 struct hif_sdio_softc *sc = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_get_config_item()
206 return hif_configure_device(hif_sc, hif_device, opcode, in hif_sdio_get_config_item()
216 void hif_sdio_set_mailbox_swap(struct hif_softc *hif_sc) in hif_sdio_set_mailbox_swap() argument
218 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_set_mailbox_swap()
230 void hif_sdio_claim_device(struct hif_softc *hif_sc) in hif_sdio_claim_device() argument
232 struct hif_sdio_softc *scn = HIF_GET_SDIO_SOFTC(hif_sc); in hif_sdio_claim_device()
235 hif_device->claimed_ctx = hif_sc; in hif_sdio_claim_device()