Home
last modified time | relevance | path

Searched refs:list1 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c1275 char *list1 = NULL; in bootargs_add_fwver() local
1283 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()
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c89 const fdt32_t *list1; in regulators_parse_assigned_mem_state() local
96 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()