Searched refs:list1 (Results 1 – 2 of 2) sorted by relevance
1275 char *list1 = NULL; in bootargs_add_fwver() local1283 list1 = calloc(1, sizeof(struct tag_fwver)); in bootargs_add_fwver()1284 if (!list1) in bootargs_add_fwver()1288 strcat(list1, t->u.fwver.ver[i]); in bootargs_add_fwver()1289 strcat(list1, ","); in bootargs_add_fwver()1311 if (list1 || list2) { in bootargs_add_fwver()1317 if (list1) in bootargs_add_fwver()1318 strcat(fwver, list1); in bootargs_add_fwver()1331 if (list1) in bootargs_add_fwver()1332 free(list1); in bootargs_add_fwver()
89 const fdt32_t *list1; in regulators_parse_assigned_mem_state() local96 list1 = dev_read_prop(dev, "regulator-on-in-mem", &size1); in regulators_parse_assigned_mem_state()98 if (!list1 && !list2) in regulators_parse_assigned_mem_state()100 if (list1 && !list2) in regulators_parse_assigned_mem_state()102 else if (!list1 && list2) in regulators_parse_assigned_mem_state()105 size1 = size1 / sizeof(*list1); in regulators_parse_assigned_mem_state()117 phandle = fdt32_to_cpu(*list1++); in regulators_parse_assigned_mem_state()