Home
last modified time | relevance | path

Searched refs:peci_device_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/peci/
H A Ddevice.c182 device->dev.type = &peci_device_type; in peci_device_create()
248 const struct device_type peci_device_type = { variable
H A Dinternal.h76 extern const struct device_type peci_device_type;
H A Dcore.c180 if (dev->type != &peci_device_type) in peci_bus_device_match()