Lines Matching refs:mt76x2_dev
23 mt76x2_mac_pbf_init(struct mt76x2_dev *dev) in mt76x2_mac_pbf_init()
41 mt76x2_fixup_xtal(struct mt76x2_dev *dev) in mt76x2_fixup_xtal()
81 mt76x2_init_beacon_offsets(struct mt76x2_dev *dev) in mt76x2_init_beacon_offsets()
97 static int mt76x2_mac_reset(struct mt76x2_dev *dev, bool hard) in mt76x2_mac_reset()
195 int mt76x2_mac_start(struct mt76x2_dev *dev) in mt76x2_mac_start()
229 void mt76x2_mac_resume(struct mt76x2_dev *dev) in mt76x2_mac_resume()
237 mt76x2_power_on_rf_patch(struct mt76x2_dev *dev) in mt76x2_power_on_rf_patch()
258 mt76x2_power_on_rf(struct mt76x2_dev *dev, int unit) in mt76x2_power_on_rf()
280 mt76x2_power_on(struct mt76x2_dev *dev) in mt76x2_power_on()
315 void mt76x2_set_tx_ackto(struct mt76x2_dev *dev) in mt76x2_set_tx_ackto()
332 int mt76x2_init_hardware(struct mt76x2_dev *dev) in mt76x2_init_hardware()
400 void mt76x2_stop_hardware(struct mt76x2_dev *dev) in mt76x2_stop_hardware()
408 void mt76x2_cleanup(struct mt76x2_dev *dev) in mt76x2_cleanup()
417 struct mt76x2_dev *mt76x2_alloc_device(struct device *pdev) in mt76x2_alloc_device()
428 struct mt76x2_dev *dev; in mt76x2_alloc_device()
435 dev = container_of(mdev, struct mt76x2_dev, mt76); in mt76x2_alloc_device()
448 struct mt76x2_dev *dev = hw->priv; in mt76x2_regd_notifier()
484 struct mt76x2_dev *dev = container_of(mt76, struct mt76x2_dev, in mt76x2_led_set_config()
529 int mt76x2_register_device(struct mt76x2_dev *dev) in mt76x2_register_device()