Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/misc/
H A 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,
/OK3568_Linux_fs/kernel/drivers/rtc/
H A 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,