Home
last modified time | relevance | path

Searched refs:mt76x0_chip_onoff (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dinit.c65 void mt76x0_chip_onoff(struct mt76x0_dev *dev, bool enable, bool reset) in mt76x0_chip_onoff() function
369 mt76x0_chip_onoff(dev, false, false); in mt76x0_stop_hardware()
385 mt76x0_chip_onoff(dev, true, true); in mt76x0_init_hardware()
466 mt76x0_chip_onoff(dev, false, false); in mt76x0_init_hardware()
Dmt76x0.h285 void mt76x0_chip_onoff(struct mt76x0_dev *dev, bool enable, bool reset);
Dusb.c288 mt76x0_chip_onoff(dev, false, false); in mt76x0_probe()