Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dx86_init.c38 static __initconst const struct of_device_id of_cmos_match[] = { variable
50 struct device_node *node = of_find_matching_node(NULL, of_cmos_match); in x86_wallclock_init()
/linux-5.19.10/drivers/rtc/
Drtc-cmos.c1424 static const struct of_device_id of_cmos_match[] = { variable
1430 MODULE_DEVICE_TABLE(of, of_cmos_match);
1506 .of_match_table = of_match_ptr(of_cmos_match),