Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/soc/mediatek/
Dmtk-pmic-wrap.c792 static struct of_device_id of_pwrap_match_tbl[] = { variable
803 MODULE_DEVICE_TABLE(of, of_pwrap_match_tbl);
811 of_match_device(of_pwrap_match_tbl, &pdev->dev); in pwrap_probe()
931 .of_match_table = of_match_ptr(of_pwrap_match_tbl),