Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsh-sci.c2513 static const struct of_device_id of_sci_match[] = { variable
2542 MODULE_DEVICE_TABLE(of, of_sci_match);
2556 match = of_match_node(of_sci_match, pdev->dev.of_node); in sci_parse_dt()
2694 .of_match_table = of_match_ptr(of_sci_match),