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