Searched refs:da9063_compatible_reg_id_table (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | da9063_onkey.c | 75 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-6.6/drivers/input/misc/ |
H A D | da9063_onkey.c | 77 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,
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-da9063.c | 159 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,
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-da9063.c | 160 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,
|
Completed in 4 milliseconds