Home
last modified time | relevance | path

Searched refs:get_isr (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dhw-ops.h54 return ath9k_hw_ops(ah)->get_isr(ah, masked); in ath9k_hw_getisr()
Dar9002_mac.c365 ops->get_isr = ar9002_hw_get_isr; in ar9002_hw_attach_mac_ops()
Dar9003_mac.c412 ops->get_isr = ar9003_hw_get_isr; in ar9003_hw_attach_mac_ops()
Dhw.h638 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked); member