Searched refs:of_palmas_match_tbl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | palmas.c | 488 static const struct of_device_id of_palmas_match_tbl[] = { variable 503 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl); 539 match = of_match_device(of_palmas_match_tbl, &i2c->dev); in palmas_i2c_probe() 735 .of_match_table = of_palmas_match_tbl,
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-palmas.c | 415 static const struct of_device_id of_palmas_match_tbl[] = { variable 428 .of_match_table = of_palmas_match_tbl, 439 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-palmas.c | 410 static const struct of_device_id of_palmas_match_tbl[] = { variable 422 .of_match_table = of_palmas_match_tbl, 433 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | palmas.c | 489 static const struct of_device_id of_palmas_match_tbl[] = { variable 504 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl); 727 .of_match_table = of_palmas_match_tbl,
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | palmas-regulator.c | 1555 static const struct of_device_id of_palmas_match_tbl[] = { variable 1608 match = of_match_device(of_match_ptr(of_palmas_match_tbl), &pdev->dev); in palmas_regulators_probe() 1669 .of_match_table = of_palmas_match_tbl, 1690 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | palmas-regulator.c | 1555 static const struct of_device_id of_palmas_match_tbl[] = { variable 1608 match = of_match_device(of_match_ptr(of_palmas_match_tbl), &pdev->dev); in palmas_regulators_probe() 1670 .of_match_table = of_palmas_match_tbl, 1691 MODULE_DEVICE_TABLE(of, of_palmas_match_tbl);
|
Completed in 7 milliseconds