Home
last modified time | relevance | path

Searched refs:uncore_freq_common_init (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-common.h108 int uncore_freq_common_init(int (*read)(struct uncore_data *data, unsigned int *value,
H A Duncore-frequency-common.c309 int uncore_freq_common_init(int (*read)(struct uncore_data *data, unsigned int *value, in uncore_freq_common_init() function
334 EXPORT_SYMBOL_NS_GPL(uncore_freq_common_init, "INTEL_UNCORE_FREQUENCY");
H A Duncore-frequency.c282 ret = uncore_freq_common_init(uncore_read, uncore_write_control_freq); in intel_uncore_init()
H A Duncore-frequency-tpmi.c490 ret = uncore_freq_common_init(uncore_read, uncore_write); in uncore_probe()