Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_io.c2792 static int dev_match_devt(struct device *dev, const void *data) in dev_match_devt() function
2802 return class_find_device(tty_class, NULL, &devt, dev_match_devt); in tty_get_device()