Home
last modified time | relevance | path

Searched refs:at24_of_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/eeprom/
H A Dat24.c234 static const struct of_device_id at24_of_match[] = { variable
260 MODULE_DEVICE_TABLE(of, at24_of_match);
527 if (of_node && of_match_device(at24_of_match, dev)) in at24_get_chip_data()
830 .of_match_table = at24_of_match,
/kernel/linux/linux-6.6/drivers/misc/eeprom/
H A Dat24.c239 static const struct of_device_id at24_of_match[] = { variable
266 MODULE_DEVICE_TABLE(of, at24_of_match);
525 if (of_node && of_match_device(at24_of_match, dev)) in at24_get_chip_data()
833 .of_match_table = at24_of_match,

Completed in 3 milliseconds