atmel_ssc_dt_ids  115 drivers/misc/atmel-ssc.c static const struct of_device_id atmel_ssc_dt_ids[] = {
atmel_ssc_dt_ids  129 drivers/misc/atmel-ssc.c MODULE_DEVICE_TABLE(of, atmel_ssc_dt_ids);
atmel_ssc_dt_ids  137 drivers/misc/atmel-ssc.c 		match = of_match_node(atmel_ssc_dt_ids, pdev->dev.of_node);
atmel_ssc_dt_ids  271 drivers/misc/atmel-ssc.c 		.of_match_table	= of_match_ptr(atmel_ssc_dt_ids),