Searched refs:diag_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hif.h | 35 int (*diag_read)(struct ath10k *ar, u32 address, void *buf, member 112 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read()
|
H A D | ahb.c | 705 .diag_read = ath10k_pci_hif_diag_read,
|
H A D | usb.c | 730 .diag_read = ath10k_usb_hif_diag_read,
|
H A D | sdio.c | 2120 .diag_read = ath10k_sdio_hif_diag_read,
|
H A D | pci.c | 3171 .diag_read = ath10k_pci_hif_diag_read,
|