stm32_match      1000 drivers/tty/serial/stm32-usart.c static const struct of_device_id stm32_match[] = {
stm32_match      1007 drivers/tty/serial/stm32-usart.c MODULE_DEVICE_TABLE(of, stm32_match);
stm32_match      1143 drivers/tty/serial/stm32-usart.c 	match = of_match_device(stm32_match, &pdev->dev);
stm32_match      1430 drivers/tty/serial/stm32-usart.c 		.of_match_table = of_match_ptr(stm32_match),