Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/misc/
Dda9063_onkey.c75 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
80 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
199 match = of_match_node(da9063_compatible_reg_id_table, in da9063_onkey_probe()
275 .of_match_table = da9063_compatible_reg_id_table,
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-da9063.c159 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
164 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
387 match = of_match_node(da9063_compatible_reg_id_table, in da9063_rtc_probe()
504 .of_match_table = da9063_compatible_reg_id_table,