Lines Matching defs:configs
81 /* comma between multiple configs */
235 * @configs: array with nconfigs entries containing the generic pinconf values
241 unsigned long **configs,
267 /* no configs found at all */
269 *configs = NULL;
275 * Now limit the number of configs to the real number of
278 *configs = kmemdup(cfg, ncfg * sizeof(unsigned long), GFP_KERNEL);
279 if (!*configs) {
300 unsigned long *configs = NULL;
331 ret = pinconf_generic_parse_dt_config(np, pctldev, &configs,
362 reserved_maps, num_maps, group, configs,
371 kfree(configs);