Searched refs:peci_pcs_read (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/peci/ |
| H A D | cpu.c | 48 int peci_pcs_read(struct peci_device *device, u8 index, u16 param, u32 *data) in peci_pcs_read() function 67 EXPORT_SYMBOL_NS_GPL(peci_pcs_read, "PECI_CPU");
|
| /linux/drivers/hwmon/peci/ |
| H A D | cputemp.c | 96 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_TEMP_TARGET, 0, &pcs); in update_temp_target() 212 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_THERMAL_MARGIN, 0, &pcs); in get_dts() 245 ret = peci_pcs_read(priv->peci_dev, PECI_PCS_MODULE_TEMP, core_index, &pcs); in get_core_temp()
|
| /linux/include/linux/ |
| H A D | peci-cpu.h | 52 int peci_pcs_read(struct peci_device *device, u8 index,
|