Searched refs:pdevt (Results 1 – 1 of 1) sorted by relevance
3763 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() argument3765 return dev->devt == *(dev_t *)pdevt; in device_match_devt()