Searched refs:diag_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hif.h | 38 int (*diag_write)(struct ath10k *ar, u32 address, const void *data, member 118 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write() 121 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write()
|
H A D | ahb.c | 706 .diag_write = ath10k_pci_diag_write_mem,
|
H A D | usb.c | 731 .diag_write = ath10k_usb_hif_diag_write,
|
H A D | sdio.c | 2122 .diag_write = ath10k_sdio_hif_diag_write_mem,
|
H A D | pci.c | 3077 .diag_write = ath10k_pci_diag_write_mem,
|