Searched refs:read_cachesize (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ahb.c | 68 .read_cachesize = ath_ahb_read_cachesize,
|
D | htc.h | 545 common->bus_ops->read_cachesize(common, csz); in ath_read_cachesize()
|
D | pci.c | 881 .read_cachesize = ath_pci_read_cachesize,
|
D | ath9k.h | 1118 common->bus_ops->read_cachesize(common, csz); in ath_read_cachesize()
|
D | htc_drv_init.c | 540 .read_cachesize = ath_usb_read_cachesize,
|
D | hw.h | 995 void (*read_cachesize)(struct ath_common *common, int *csz); member
|
/linux-6.1.9/drivers/net/wireless/ath/ath5k/ |
D | ahb.c | 79 .read_cachesize = ath5k_ahb_read_cachesize,
|
D | pci.c | 148 .read_cachesize = ath5k_pci_read_cachesize,
|
D | ath5k.h | 1461 void (*read_cachesize)(struct ath_common *common, int *csz); member 1693 common->bus_ops->read_cachesize(common, csz); in ath5k_read_cachesize()
|