Lines Matching refs:configs
82 /* comma between multiple configs */
237 * @configs: array with nconfigs entries containing the generic pinconf values
243 unsigned long **configs,
269 /* no configs found at all */
271 *configs = NULL;
277 * Now limit the number of configs to the real number of
280 *configs = kmemdup(cfg, ncfg * sizeof(unsigned long), GFP_KERNEL);
281 if (!*configs) {
302 unsigned long *configs = NULL;
333 ret = pinconf_generic_parse_dt_config(np, pctldev, &configs,
364 reserved_maps, num_maps, group, configs,
373 kfree(configs);