Searched refs:get_topology (Results 1 – 2 of 2) sorted by relevance
3935 ret = type->get_topology(type); in pmu_set_mapping()4022 .get_topology = skx_iio_get_topology,4404 .get_topology = skx_upi_get_topology,4800 .get_topology = snr_iio_get_topology,5418 .get_topology = icx_iio_get_topology,5682 .get_topology = icx_upi_get_topology,6203 .get_topology = spr_upi_get_topology,6415 if (from_type->get_topology) in uncore_type_customized_copy()6416 to_type->get_topology = from_type->get_topology; in uncore_type_customized_copy()
98 int (*get_topology)(struct intel_uncore_type *type); member