Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dapbuart.c575 static const struct of_device_id apbuart_match[] = { variable
584 MODULE_DEVICE_TABLE(of, apbuart_match);
590 .of_match_table = apbuart_match,
600 for_each_matching_node(np, apbuart_match) { in grlib_apbuart_configure()