Searched refs:dev_match_devt (Results 1 – 1 of 1) sorted by relevance
3122 static int dev_match_devt(struct device *dev, const void *data) in dev_match_devt() function3132 return class_find_device(tty_class, NULL, &devt, dev_match_devt); in tty_get_device()