Searched refs:diag_write (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 714 .diag_write = ath10k_pci_diag_write_mem,
|
| H A D | usb.c | 723 .diag_write = ath10k_usb_hif_diag_write,
|
| H A D | sdio.c | 2116 .diag_write = ath10k_sdio_hif_diag_write_mem,
|
| H A D | pci.c | 3074 .diag_write = ath10k_pci_diag_write_mem,
|