Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.c2548 static const struct of_device_id of_sci_match[] = { variable
2583 MODULE_DEVICE_TABLE(of, of_sci_match);
2597 match = of_match_node(of_sci_match, pdev->dev.of_node); in sci_parse_dt()
2723 .of_match_table = of_match_ptr(of_sci_match),