Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dapbuart.c576 static const struct of_device_id apbuart_match[] = { variable
585 MODULE_DEVICE_TABLE(of, apbuart_match);
591 .of_match_table = apbuart_match,
601 for_each_matching_node(np, apbuart_match) { in grlib_apbuart_configure()