Home
last modified time | relevance | path

Searched refs:cleanup_mapping (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore.h88 void (*cleanup_mapping)(struct intel_uncore_type *type); member
H A Duncore.c897 if (type->cleanup_mapping) in uncore_type_exit()
898 type->cleanup_mapping(type); in uncore_type_exit()
H A Duncore_snbep.c3824 .cleanup_mapping = skx_iio_cleanup_mapping,