Searched refs:htc_sdio_device (Results 1 – 2 of 2) sorted by relevance
57 struct hif_sdio_device *htc_sdio_device = hif_dev_from_hif(hif_device); in hif_start() local68 hif_dev_enable_interrupts(htc_sdio_device); in hif_start()97 struct hif_sdio_device *htc_sdio_device = hif_dev_from_hif(hif_device); in hif_sdio_stop() local100 if (htc_sdio_device) { in hif_sdio_stop()101 hif_dev_disable_interrupts(htc_sdio_device); in hif_sdio_stop()102 hif_dev_destroy(htc_sdio_device); in hif_sdio_stop()126 struct hif_sdio_device *htc_sdio_device = hif_dev_from_hif(hif_device); in hif_send_head() local128 return hif_dev_send_buffer(htc_sdio_device, in hif_send_head()185 struct hif_sdio_device *htc_sdio_device = hif_dev_from_hif(hif_device); in hif_post_init() local189 if (!htc_sdio_device) in hif_post_init()[all …]
37 void hif_dev_destroy(struct hif_sdio_device *htc_sdio_device);39 QDF_STATUS hif_dev_setup(struct hif_sdio_device *htc_sdio_device);41 QDF_STATUS hif_dev_enable_interrupts(struct hif_sdio_device *htc_sdio_device);43 QDF_STATUS hif_dev_disable_interrupts(struct hif_sdio_device *htc_sdio_device);45 QDF_STATUS hif_dev_send_buffer(struct hif_sdio_device *htc_sdio_device,