Searched refs:intel_pmc_dev (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/mfd/ |
H A D | intel_pmc_bxt.h | 14 * struct intel_pmc_dev - Intel PMC device structure 22 struct intel_pmc_dev { struct 31 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data); argument 32 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val); 33 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data); 35 static inline int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_read64() 41 static inline int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_update() 47 static inline int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read()
|
/linux/drivers/mfd/ |
H A D | intel_pmc_bxt.c | 82 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data) in intel_pmc_gcr_read64() 107 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val) in intel_pmc_gcr_update() 138 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read() 168 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in simplecmd_store() 204 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in northpeak_store() 303 struct intel_pmc_dev *pmc, in intel_pmc_get_resources() 392 static int intel_pmc_create_devices(struct intel_pmc_dev *pmc) in intel_pmc_create_devices() 425 struct intel_pmc_dev *pmc; in intel_pmc_probe()
|
/linux/arch/x86/include/asm/ |
H A D | intel_telemetry.h | 56 struct intel_pmc_dev *pmc;
|
/linux/drivers/platform/x86/intel/telemetry/ |
H A D | debugfs.c | 842 struct intel_pmc_dev *pmc = plt_config->pmc; in pm_suspend_exit_cb()
|