Lines Matching defs:config
3 * Core driver for the pin config portions of the pin control subsystem
29 /* We have to be able to config the pins in SOME way */
32 "pinconf has to be able to set a pins config\n");
57 unsigned long *config)
67 return ops->pin_config_get(pctldev, pin, config);
71 unsigned long *config)
89 "cannot get configuration for pin group, missing group config get function in driver\n");
100 ret = ops->pin_config_group_get(pctldev, selector, config);
118 dev_err(pctldev->dev, "could not map pin config for \"%s\"",
128 dev_err(pctldev->dev, "could not map group config for \"%s\"",
226 seq_puts(s, "config ");
284 * FIXME: We should really get the pin controller to dump the config
296 /* no-op when not using generic pin config */
307 seq_puts(s, "Pin config settings per pin\n");
339 /* no-op when not using generic pin config */
352 seq_puts(s, "Pin config settings per pin group\n");