Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dda9063_onkey.c77 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
82 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
194 match = of_match_node(da9063_compatible_reg_id_table, in da9063_onkey_probe()
277 .of_match_table = da9063_compatible_reg_id_table,
/openbmc/linux/drivers/rtc/
H A Drtc-da9063.c160 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
165 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
388 match = of_match_node(da9063_compatible_reg_id_table, in da9063_rtc_probe()
515 .of_match_table = da9063_compatible_reg_id_table,