Lines Matching refs:power_class
195 unsigned int power_class, bool is_initiated_reset, in serialize_phy_packet_self_id_zero() argument
205 phy_packet_self_id_zero_set_power_class(quadlet, power_class); in serialize_phy_packet_self_id_zero()
214 unsigned int *power_class, in deserialize_phy_packet_self_id_zero() argument
224 *power_class = phy_packet_self_id_zero_get_power_class(quadlet); in deserialize_phy_packet_self_id_zero()
659 unsigned int power_class; in test_phy_packet_self_id_zero_case0() local
667 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case0()
676 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_case0()
682 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case0()
714 unsigned int power_class; in test_phy_packet_self_id_zero_case1() local
722 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_case1()
731 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_case1()
737 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_case1()
772 unsigned int power_class; in test_phy_packet_self_id_zero_and_one() local
782 &power_class, &is_initiated_reset, &has_more_packets); in test_phy_packet_self_id_zero_and_one()
791 KUNIT_EXPECT_EQ(test, 0x4, power_class); in test_phy_packet_self_id_zero_and_one()
797 power_class, is_initiated_reset, has_more_packets); in test_phy_packet_self_id_zero_and_one()