Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dcore.c3475 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() argument
3477 return dev->devt == *(dev_t *)pdevt; in device_match_devt()
/Linux-v5.4/include/linux/
Ddevice.h170 int device_match_devt(struct device *dev, const void *pdevt);