Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/device/
H A Dbus.h138 int device_match_devt(struct device *dev, const void *pdevt);
/openbmc/linux/drivers/base/
H A Dcore.c5165 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() argument
5167 return dev->devt == *(dev_t *)pdevt; in device_match_devt()