Lines Matching defs:device
103 const char *device;
111 * @pinctrl_dev: pinctrl device registered.
125 * @dev: device entry for the Atmel PIO controller.
147 struct device *dev;
547 /* Want the device name not the group one. */
549 atmel_pioctrl->pins[pin_id]->device = np->name;
551 atmel_pioctrl->pins[pin_id]->device = np->parent->name;
644 * If all the pins of a device have the same configuration (or no one),
939 if (!atmel_pioctrl->pins[pin_id]->device)
943 atmel_pioctrl->pins[pin_id]->device,
991 static int __maybe_unused atmel_pctrl_suspend(struct device *dev)
1019 static int __maybe_unused atmel_pctrl_resume(struct device *dev)
1080 struct device *dev = &pdev->dev;
1096 return dev_err_probe(dev, -ENODEV, "Invalid device data\n");