Lines Matching refs:config
1501 * zynqmp_pm_set_feature_config - PM call to request IOCTL for feature config
1502 * @id: The config ID of the feature to be configured
1503 * @value: The config value of the feature to be configured
1515 * @id: The config id of the feature to be queried
1528 * zynqmp_pm_set_sd_config - PM call to set value of SD config registers
1530 * @config: The config type of SD registers
1535 int zynqmp_pm_set_sd_config(u32 node, enum pm_sd_config_type config, u32 value)
1538 config, value, NULL);
1543 * zynqmp_pm_set_gem_config - PM call to set value of GEM config registers
1545 * @config: The config type of GEM registers
1550 int zynqmp_pm_set_gem_config(u32 node, enum pm_gem_config_type config,
1554 config, value, NULL);