Lines Matching refs:has_force_root_node
252 unsigned int root_id, bool has_force_root_node, in serialize_phy_packet_phy_config() argument
257 phy_packet_phy_config_set_force_root_node(quadlet, has_force_root_node); in serialize_phy_packet_phy_config()
263 unsigned int *root_id, bool *has_force_root_node, in deserialize_phy_packet_phy_config() argument
269 *has_force_root_node = phy_packet_phy_config_get_force_root_node(quadlet); in deserialize_phy_packet_phy_config()
844 bool has_force_root_node; in test_phy_packet_phy_config_force_root_node() local
849 &has_force_root_node, &has_gap_count_optimization, in test_phy_packet_phy_config_force_root_node()
854 KUNIT_EXPECT_TRUE(test, has_force_root_node); in test_phy_packet_phy_config_force_root_node()
858 serialize_phy_packet_phy_config(&quadlet, packet_identifier, root_id, has_force_root_node, in test_phy_packet_phy_config_force_root_node()
871 bool has_force_root_node; in test_phy_packet_phy_config_gap_count_optimization() local
876 &has_force_root_node, &has_gap_count_optimization, in test_phy_packet_phy_config_gap_count_optimization()
881 KUNIT_EXPECT_FALSE(test, has_force_root_node); in test_phy_packet_phy_config_gap_count_optimization()
885 serialize_phy_packet_phy_config(&quadlet, packet_identifier, root_id, has_force_root_node, in test_phy_packet_phy_config_gap_count_optimization()