Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dpcic.h50 int ath11k_pcic_read(struct ath11k_base *ab, void *buf, u32 start, u32 end);
H A Dpcic.c228 int ath11k_pcic_read(struct ath11k_base *ab, void *buf, u32 start, u32 end) in ath11k_pcic_read() function
264 EXPORT_SYMBOL(ath11k_pcic_read);
H A Dpci.c886 .read = ath11k_pcic_read,