Home
last modified time | relevance | path

Searched refs:mt7615_wait_for_mcu_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c38 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_radar_pattern_set()
71 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_scs_set()
102 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_pm_set()
196 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_dbdc_set()
225 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_fw_debug_set()
256 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_reset_test_set()
H A Dpci_init.c116 mcu_running = mt7615_wait_for_mcu_init(dev); in mt7615_unregister_device()
H A Dinit.c25 if (!mt7615_wait_for_mcu_init(mdev)) in mt7615_thermal_show_temp()
225 bool mt7615_wait_for_mcu_init(struct mt7615_dev *dev) in mt7615_wait_for_mcu_init() function
231 EXPORT_SYMBOL_GPL(mt7615_wait_for_mcu_init);
H A Dmt7615.h396 bool mt7615_wait_for_mcu_init(struct mt7615_dev *dev);
H A Dmain.c35 if (!mt7615_wait_for_mcu_init(dev)) in mt7615_start()