Searched refs:get_topology (Results 1 – 2 of 2) sorted by relevance
3944 ret = type->get_topology(type); in pmu_set_mapping()4031 .get_topology = skx_iio_get_topology,4413 .get_topology = skx_upi_get_topology,4809 .get_topology = snr_iio_get_topology,5427 .get_topology = icx_iio_get_topology,5686 .get_topology = icx_upi_get_topology,6280 .get_topology = spr_upi_get_topology,6494 if (from_type->get_topology) in uncore_type_customized_copy()6495 to_type->get_topology = from_type->get_topology; in uncore_type_customized_copy()
97 int (*get_topology)(struct intel_uncore_type *type); member