Searched refs:mt76x0_chip_onoff (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | init.c | 65 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()
|
D | mt76x0.h | 285 void mt76x0_chip_onoff(struct mt76x0_dev *dev, bool enable, bool reset);
|
D | usb.c | 288 mt76x0_chip_onoff(dev, false, false); in mt76x0_probe()
|