Lines Matching refs:match
1490 struct of_regulator_match *match;
1494 match = &ddata->palmas_matches[idx];
1495 np = match->of_node;
1497 if (!match->init_data || !np)
1504 pdata->reg_data[idx] = match->init_data;
1530 match->name, prop);
1604 const struct of_device_id *match;
1608 match = of_match_device(of_match_ptr(of_palmas_match_tbl), &pdev->dev);
1610 if (!match)
1613 driver_data = (struct palmas_pmic_driver_data *)match->data;