Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcy8c_touchpad.c219 const struct of_device_id *of_dev_id; in cy8ctouch_i2c_probe() local
229 of_dev_id = of_match_device(of_cy8ctouch_dt_ids, dev); in cy8ctouch_i2c_probe()
230 if (!of_dev_id) in cy8ctouch_i2c_probe()
244 ts->cdef = of_dev_id->data; in cy8ctouch_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-img.c245 const struct of_device_id *of_dev_id; in img_pwm_probe() local
258 of_dev_id = of_match_device(img_pwm_of_match, &pdev->dev); in img_pwm_probe()
259 if (!of_dev_id) in img_pwm_probe()
261 pwm->data = of_dev_id->data; in img_pwm_probe()