Lines Matching full:peci
6 #include <linux/peci.h>
7 #include <linux/peci-cpu.h>
13 * peci_temp_read() - read the maximum die temperature from PECI target device
14 * @device: PECI device to which request is going to be sent
17 * It uses GetTemp PECI command.
39 * @device: PECI device to which request is going to be sent
44 * It uses RdPkgConfig PECI command.
71 * @device: PECI device to which request is going to be sent
78 * It uses RdPCIConfigLocal PECI command.
106 * @device: PECI device to which request is going to be sent
114 * Like &peci_pci_local_read, but it uses RdEndpointConfig PECI command.
142 * @device: PECI device to which request is going to be sent
151 * It uses RdEndpointConfig PECI command.
269 dev_warn(dev, "Failed to register PECI auxiliary: %s, ret = %d\n", in peci_cpu_add_adevices()
333 MODULE_DEVICE_TABLE(peci, peci_cpu_device_ids);
339 .name = "peci-cpu",
345 MODULE_DESCRIPTION("PECI CPU driver");
347 MODULE_IMPORT_NS(PECI);