Lines Matching defs:device
89 const char *device;
97 * @pinctrl_dev: pinctrl device registered.
111 * @dev: device entry for the Atmel PIO controller.
132 struct device *dev;
533 /* Want the device name not the group one. */
535 atmel_pioctrl->pins[pin_id]->device = np->name;
537 atmel_pioctrl->pins[pin_id]->device = np->parent->name;
630 * If all the pins of a device have the same configuration (or no one),
878 if (!atmel_pioctrl->pins[pin_id]->device)
883 atmel_pioctrl->pins[pin_id]->device,
925 static int __maybe_unused atmel_pctrl_suspend(struct device *dev)
953 static int __maybe_unused atmel_pctrl_resume(struct device *dev)
1011 struct device *dev = &pdev->dev;