Home
last modified time | relevance | path

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

/include/linux/
Dof_device.h15 extern const struct of_device_id *of_match_device(
26 return of_match_device(drv->of_match_table, dev) != NULL; in of_driver_match_device()
107 #define of_match_device(matches, dev) \ macro