Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h149 int device_match_devt(struct device *dev, const void *pdevt);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c4656 int device_match_devt(struct device *dev, const void *pdevt) in device_match_devt() argument
4658 return dev->devt == *(dev_t *)pdevt; in device_match_devt()