Searched refs:flash_partition_entry (Results 1 - 1 of 1) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c64 struct flash_partition_entry { struct
118 static const struct flash_partition_entry cpe510_partitions[] = {
139 static const struct flash_partition_entry c2600_partitions[] = {
172 static const struct flash_partition_entry tl1043ndv4_partitions[] = {
251 static struct image_partition_entry make_partition_table(const struct flash_partition_entry *p) {
472 static void * generate_sysupgrade_image(const struct flash_partition_entry *flash_parts, const struct image_partition_entry *image_parts, size_t *len) {
473 const struct flash_partition_entry *flash_os_image = &flash_parts[5];
474 const struct flash_partition_entry *flash_soft_version = &flash_parts[6];
475 const struct flash_partition_entry *flash_support_list = &flash_parts[7];
476 const struct flash_partition_entry *flash_file_syste
[all...]

Completed in 63 milliseconds