Searched refs:peci_pci_local_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | peci-cpu.h | 31 int peci_pci_local_read(struct peci_device *device, u8 bus, u8 dev,
|
/linux-6.1.9/drivers/peci/ |
D | cpu.c | 82 int peci_pci_local_read(struct peci_device *device, u8 bus, u8 dev, u8 func, in peci_pci_local_read() function 102 EXPORT_SYMBOL_NS_GPL(peci_pci_local_read, PECI_CPU);
|
/linux-6.1.9/drivers/hwmon/peci/ |
D | dimmtemp.c | 439 ret = peci_pci_local_read(priv->peci_dev, 1, dev, func, reg, data); in read_thresholds_hsx() 463 ret = peci_pci_local_read(priv->peci_dev, 2, dev, func, reg, data); in read_thresholds_bdxd() 489 ret = peci_pci_local_read(priv->peci_dev, 2, dev, func, reg, data); in read_thresholds_skx()
|
D | cputemp.c | 382 ret = peci_pci_local_read(peci_dev, reg->bus, reg->dev, in init_core_mask()
|