Searched refs:test_ops (Results 1 – 5 of 5) sorted by relevance
345 err = dev->test_ops->set_state(phy, state); in __mt76_testmode_set_state()418 if (!dev->test_ops) in mt76_testmode_cmd()515 if (dev->test_ops->set_params) { in mt76_testmode_cmd()516 err = dev->test_ops->set_params(phy, tb, state); in mt76_testmode_cmd()545 if (dev->test_ops->dump_stats) { in mt76_testmode_dump_stats()548 ret = dev->test_ops->dump_stats(phy, msg); in mt76_testmode_dump_stats()581 if (!dev->test_ops) in mt76_testmode_dump()
973 const struct mt76_testmode_ops *test_ops; member
23 static void test_ops(struct kunit *test) in test_ops() function64 KUNIT_CASE_PARAM(test_ops, lmtt_ops_gen_params),
644 dev->mt76.test_ops = &mt7615_testmode_ops; in mt7615_init_device()
1242 dev->mt76.test_ops = &mt7915_testmode_ops; in mt7915_register_device()
Completed in 20 milliseconds