Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
H A Dhif_sdio.c57 struct hif_sdio_device *htc_sdio_device = hif_dev_from_hif(hif_device); in hif_start() local
68 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() local
100 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() local
128 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() local
189 if (!htc_sdio_device) in hif_post_init()
[all …]
H A Dhif_sdio_dev.h37 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,