Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/eeprom/
Dsunxi_sid.c108 const struct of_device_id *of_dev_id; in sunxi_sid_probe() local
122 of_dev_id = of_match_device(sunxi_sid_of_match, &pdev->dev); in sunxi_sid_probe()
123 if (!of_dev_id) in sunxi_sid_probe()
125 sid_data->keysize = (int)of_dev_id->data; in sunxi_sid_probe()
/linux-4.1.27/drivers/soc/tegra/fuse/
Dfuse-tegra30.c106 const struct of_device_id *of_dev_id; in tegra30_fuse_probe() local
108 of_dev_id = of_match_device(tegra30_fuse_of_match, &pdev->dev); in tegra30_fuse_probe()
109 if (!of_dev_id) in tegra30_fuse_probe()
/linux-4.1.27/drivers/pwm/
Dpwm-img.c192 const struct of_device_id *of_dev_id; in img_pwm_probe() local
205 of_dev_id = of_match_device(img_pwm_of_match, &pdev->dev); in img_pwm_probe()
206 if (!of_dev_id) in img_pwm_probe()
208 pwm->data = of_dev_id->data; in img_pwm_probe()