Lines Matching refs:mt76x2_dev
22 static void mt76x2u_init_dma(struct mt76x2_dev *dev) in mt76x2u_init_dma()
37 static void mt76x2u_power_on_rf_patch(struct mt76x2_dev *dev) in mt76x2u_power_on_rf_patch()
57 static void mt76x2u_power_on_rf(struct mt76x2_dev *dev, int unit) in mt76x2u_power_on_rf()
79 static void mt76x2u_power_on(struct mt76x2_dev *dev) in mt76x2u_power_on()
115 static int mt76x2u_init_eeprom(struct mt76x2_dev *dev) in mt76x2u_init_eeprom()
135 struct mt76x2_dev *mt76x2u_alloc_device(struct device *pdev) in mt76x2u_alloc_device()
143 struct mt76x2_dev *dev; in mt76x2u_alloc_device()
150 dev = container_of(mdev, struct mt76x2_dev, mt76); in mt76x2u_alloc_device()
159 static void mt76x2u_init_beacon_offsets(struct mt76x2_dev *dev) in mt76x2u_init_beacon_offsets()
167 int mt76x2u_init_hardware(struct mt76x2_dev *dev) in mt76x2u_init_hardware()
254 int mt76x2u_register_device(struct mt76x2_dev *dev) in mt76x2u_register_device()
305 void mt76x2u_stop_hw(struct mt76x2_dev *dev) in mt76x2u_stop_hw()
312 void mt76x2u_cleanup(struct mt76x2_dev *dev) in mt76x2u_cleanup()