Lines Matching refs:device
81 /* If something in array of ids matches this device, return it. */
92 int xenbus_match(struct device *_dev, struct device_driver *_drv)
209 int xenbus_dev_probe(struct device *_dev)
265 int xenbus_dev_remove(struct device *_dev)
285 * If the toolstack has forced the device state to closing then set
322 static int cmp_dev(struct device *dev, void *data)
344 static int cleanup_dev(struct device *dev, void *data)
379 static void xenbus_dev_release(struct device *dev)
385 static ssize_t nodename_show(struct device *dev,
392 static ssize_t devtype_show(struct device *dev,
399 static ssize_t modalias_show(struct device *dev,
407 static ssize_t state_show(struct device *dev,
447 device is going away after switching to Closed. */
479 /* Register with generic device framework. */
575 /* backend/<type>/... or device/<type>/... */
597 int xenbus_dev_suspend(struct device *dev)
617 int xenbus_dev_resume(struct device *dev)
655 int xenbus_dev_cancel(struct device *dev)
704 * allow the PCI platform device to be initialised, before we
738 * need to wait for the platform PCI device to come up.