Searched refs:get_topology (Results 1 – 2 of 2) sorted by relevance
3933 ret = type->get_topology(type); in pmu_set_mapping()4020 .get_topology = skx_iio_get_topology,4402 .get_topology = skx_upi_get_topology,4798 .get_topology = snr_iio_get_topology,5416 .get_topology = icx_iio_get_topology,5680 .get_topology = icx_upi_get_topology,6201 .get_topology = spr_upi_get_topology,6413 if (from_type->get_topology) in uncore_type_customized_copy()6414 to_type->get_topology = from_type->get_topology; in uncore_type_customized_copy()
98 int (*get_topology)(struct intel_uncore_type *type); member