Home
last modified time | relevance | path

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

/openbmc/linux/drivers/peci/
H A Ddevice.c138 static int peci_dev_exists(struct device *dev, void *data) in peci_dev_exists() function
158 ret = device_for_each_child(&controller->dev, &addr, peci_dev_exists); in peci_device_create()