Lines Matching defs:process
48 static int px30_get_soc_info(struct device *dev, struct device_node *np, int *bin, int *process)
72 static int rk3288_get_soc_info(struct device *dev, struct device_node *np, int *bin, int *process)
117 if (!process) {
120 if (of_property_match_string(np, "nvmem-cell-names", "process") >= 0) {
121 ret = rockchip_nvmem_cell_read_u8(np, "process", &value);
123 dev_err(dev, "Failed to get soc process version\n");
127 *process = 0;
130 if (*process >= 0) {
131 dev_info(dev, "process=%d\n", *process);
138 static int rk3399_get_soc_info(struct device *dev, struct device_node *np, int *bin, int *process)
220 static int rv1126_get_soc_info(struct device *dev, struct device_node *np, int *bin, int *process)
419 int process = -EINVAL;
458 opp_info->data->get_soc_info(dev, np, &bin, &process);
460 rockchip_get_scale_volt_sel(dev, "cpu_leakage", reg_name, bin, process, &cluster->scale, &volt_sel);
461 pname_table = rockchip_set_opp_prop_name(dev, process, volt_sel);