Home
last modified time | relevance | path

Searched refs:of_cmos_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c40 static __initconst const struct of_device_id of_cmos_match[] = { variable
52 struct device_node *node = of_find_matching_node(NULL, of_cmos_match); in x86_wallclock_init()
/openbmc/linux/drivers/rtc/
H A Drtc-cmos.c1458 static const struct of_device_id of_cmos_match[] = { variable
1464 MODULE_DEVICE_TABLE(of, of_cmos_match);
1538 .of_match_table = of_match_ptr(of_cmos_match),