Lines Matching refs:device
3 * driver.c - device id matching, driver model, etc.
82 static int pnp_device_probe(struct device *dev)
126 static void pnp_device_remove(struct device *dev)
144 static void pnp_device_shutdown(struct device *dev)
153 static int pnp_bus_match(struct device *dev, struct device_driver *drv)
163 static int __pnp_bus_suspend(struct device *dev, pm_message_t state)
185 /* can_write is necessary to be able to re-start the device on resume */
197 static int pnp_bus_suspend(struct device *dev)
202 static int pnp_bus_freeze(struct device *dev)
207 static int pnp_bus_poweroff(struct device *dev)
212 static int pnp_bus_resume(struct device *dev)
285 * pnp_add_id - adds an EISA id to the specified device
286 * @dev: pointer to the desired device