Searched refs:pdevt (Results 1 – 2 of 2) sorted by relevance
146 int device_match_devt(struct device *dev, const void *pdevt);
5346 int device_match_devt(struct device *dev, const void *pdevt)5348 return dev->devt == *(dev_t *)pdevt; in device_match_any() 5330 device_match_devt(struct device * dev,const void * pdevt) device_match_devt() argument