Home
last modified time | relevance | path

Searched refs:mt76x02_wait_for_mac (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_init.c133 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2u_init_hardware()
146 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2u_init_hardware()
Dpci_init.c75 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x2_mac_reset()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/
Dusb.c149 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0u_init_hardware()
254 if (!mt76x02_wait_for_mac(mdev)) { in mt76x0u_probe()
Dpci.c104 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0e_register_device()
Dinit.c221 if (!mt76x02_wait_for_mac(&dev->mt76)) in mt76x0_init_hardware()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.h143 static inline bool mt76x02_wait_for_mac(struct mt76_dev *dev) in mt76x02_wait_for_mac() function