Lines Matching refs:driver

18  * If PM operations are defined for the @dev's driver and they include
24 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
41 * If PM operations are defined for the @dev's driver and they include
47 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
60 * If PM operations are defined for the @dev's driver and they include
66 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
85 struct device_driver *drv = dev->driver;
100 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
112 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
124 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
136 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
148 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
160 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
172 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
184 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
196 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
208 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
220 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
232 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
244 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
256 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
268 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
280 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
292 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
304 const struct dev_pm_ops *pm = dev->driver ? dev->driver->pm : NULL;
318 struct device_driver *drv = dev->driver;