Lines Matching refs:driver

16  * If PM operations are defined for the @dev's driver and they include
22 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
35 * If PM operations are defined for the @dev's driver and they include
41 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
60 struct device_driver *drv = dev->driver;
75 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
87 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
99 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
111 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
123 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
135 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
147 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
159 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
171 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
183 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
195 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
207 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
219 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
231 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
243 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
255 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
267 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
279 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
293 struct device_driver *drv = dev->driver;