Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dda9063_onkey.c85 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
90 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
211 match = of_match_node(da9063_compatible_reg_id_table, in da9063_onkey_probe()
297 .of_match_table = da9063_compatible_reg_id_table,
/Linux-v4.19/drivers/rtc/
Drtc-da9063.c167 static const struct of_device_id da9063_compatible_reg_id_table[] = { variable
172 MODULE_DEVICE_TABLE(of, da9063_compatible_reg_id_table);
395 match = of_match_node(da9063_compatible_reg_id_table, in da9063_rtc_probe()
499 .of_match_table = da9063_compatible_reg_id_table,