Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_io.c3122 static int dev_match_devt(struct device *dev, const void *data) in dev_match_devt() function
3132 return class_find_device(tty_class, NULL, &devt, dev_match_devt); in tty_get_device()