s3c24xx_uart_dt_match 1854 drivers/tty/serial/samsung.c static const struct of_device_id s3c24xx_uart_dt_match[];
s3c24xx_uart_dt_match 1863 drivers/tty/serial/samsung.c 		match = of_match_node(s3c24xx_uart_dt_match, pdev->dev.of_node);
s3c24xx_uart_dt_match 2460 drivers/tty/serial/samsung.c static const struct of_device_id s3c24xx_uart_dt_match[] = {
s3c24xx_uart_dt_match 2477 drivers/tty/serial/samsung.c MODULE_DEVICE_TABLE(of, s3c24xx_uart_dt_match);
s3c24xx_uart_dt_match 2487 drivers/tty/serial/samsung.c 		.of_match_table	= of_match_ptr(s3c24xx_uart_dt_match),