Searched refs:get_topology (Results 1 – 2 of 2) sorted by relevance
3945 ret = type->get_topology(type); in pmu_set_mapping()4032 .get_topology = skx_iio_get_topology,4414 .get_topology = skx_upi_get_topology,4810 .get_topology = snr_iio_get_topology,5428 .get_topology = icx_iio_get_topology,5656 .get_topology = icx_upi_get_topology,6250 .get_topology = spr_upi_get_topology,6408 if (from_type->get_topology) in uncore_type_customized_copy()6409 to_type->get_topology = from_type->get_topology; in uncore_type_customized_copy()
97 int (*get_topology)(struct intel_uncore_type *type); member