at24_of_match     201 drivers/misc/eeprom/at24.c static const struct of_device_id at24_of_match[] = {
at24_of_match     227 drivers/misc/eeprom/at24.c MODULE_DEVICE_TABLE(of, at24_of_match);
at24_of_match     496 drivers/misc/eeprom/at24.c 	if (of_node && of_match_device(at24_of_match, dev))
at24_of_match     737 drivers/misc/eeprom/at24.c 		.of_match_table = at24_of_match,