Lines Matching refs:mt76x0_dev

26 mt76x0_set_wlan_state(struct mt76x0_dev *dev, u32 val, bool enable)  in mt76x0_set_wlan_state()
65 void mt76x0_chip_onoff(struct mt76x0_dev *dev, bool enable, bool reset) in mt76x0_chip_onoff()
96 static void mt76x0_reset_csr_bbp(struct mt76x0_dev *dev) in mt76x0_reset_csr_bbp()
110 static void mt76x0_init_usb_dma(struct mt76x0_dev *dev) in mt76x0_init_usb_dma()
139 static int mt76x0_init_bbp(struct mt76x0_dev *dev) in mt76x0_init_bbp()
163 mt76_init_beacon_offsets(struct mt76x0_dev *dev) in mt76_init_beacon_offsets()
179 static void mt76x0_init_mac_registers(struct mt76x0_dev *dev) in mt76x0_init_mac_registers()
227 static int mt76x0_init_wcid_mem(struct mt76x0_dev *dev) in mt76x0_init_wcid_mem()
248 static int mt76x0_init_key_mem(struct mt76x0_dev *dev) in mt76x0_init_key_mem()
256 static int mt76x0_init_wcid_attr_mem(struct mt76x0_dev *dev) in mt76x0_init_wcid_attr_mem()
275 static void mt76x0_reset_counters(struct mt76x0_dev *dev) in mt76x0_reset_counters()
285 int mt76x0_mac_start(struct mt76x0_dev *dev) in mt76x0_mac_start()
312 static void mt76x0_mac_stop_hw(struct mt76x0_dev *dev) in mt76x0_mac_stop_hw()
360 void mt76x0_mac_stop(struct mt76x0_dev *dev) in mt76x0_mac_stop()
367 static void mt76x0_stop_hardware(struct mt76x0_dev *dev) in mt76x0_stop_hardware()
372 int mt76x0_init_hardware(struct mt76x0_dev *dev) in mt76x0_init_hardware()
470 void mt76x0_cleanup(struct mt76x0_dev *dev) in mt76x0_cleanup()
480 struct mt76x0_dev *mt76x0_alloc_device(struct device *pdev) in mt76x0_alloc_device()
483 struct mt76x0_dev *dev; in mt76x0_alloc_device()
597 mt76_init_sband(struct mt76x0_dev *dev, struct ieee80211_supported_band *sband, in mt76_init_sband()
633 mt76_init_sband_2g(struct mt76x0_dev *dev) in mt76_init_sband_2g()
647 mt76_init_sband_5g(struct mt76x0_dev *dev) in mt76_init_sband_5g()
657 int mt76x0_register_device(struct mt76x0_dev *dev) in mt76x0_register_device()