Home
last modified time | relevance | path

Searched refs:ath10k_sdio (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.c35 static inline int ath10k_sdio_calc_txrx_padded_len(struct ath10k_sdio *ar_sdio, in ath10k_sdio_calc_txrx_padded_len()
135 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_config()
220 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_write32()
244 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_writesb32()
277 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_read32()
300 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_read()
325 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_write()
353 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_readsb()
422 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_mbox_rx_process_packets()
541 struct ath10k_sdio *ar_sdio = ath10k_sdio_priv(ar); in ath10k_sdio_mbox_rx_alloc()
[all …]
H A Dsdio.h184 struct ath10k_sdio { struct
231 static inline struct ath10k_sdio *ath10k_sdio_priv(struct ath10k *ar) in ath10k_sdio_priv() argument
233 return (struct ath10k_sdio *)ar->drv_priv; in ath10k_sdio_priv()
H A DMakefile33 obj-$(CONFIG_ATH10K_SDIO) += ath10k_sdio.o
34 ath10k_sdio-y += sdio.o