Searched refs:curr_part (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/mtd/parsers/ |
D | bcm47xxpart.c | 91 uint8_t i, curr_part = 0; in bcm47xxpart_parse() local 127 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse() 144 bcm47xxpart_add_part(&parts[curr_part++], "boot", in bcm47xxpart_parse() 154 bcm47xxpart_add_part(&parts[curr_part++], "board_data", in bcm47xxpart_parse() 161 bcm47xxpart_add_part(&parts[curr_part++], "factory", in bcm47xxpart_parse() 169 bcm47xxpart_add_part(&parts[curr_part++], "POT", offset, in bcm47xxpart_parse() 177 bcm47xxpart_add_part(&parts[curr_part++], "ML", offset, in bcm47xxpart_parse() 192 trx_parts[trx_num++] = curr_part; in bcm47xxpart_parse() 193 bcm47xxpart_add_part(&parts[curr_part++], "firmware", in bcm47xxpart_parse() 219 bcm47xxpart_add_part(&parts[curr_part++], "rootfs", in bcm47xxpart_parse() [all …]
|
D | parser_trx.c | 59 uint8_t curr_part = 0, i = 0; in parser_trx_parse() local 87 part = &parts[curr_part++]; in parser_trx_parse() 94 part = &parts[curr_part++]; in parser_trx_parse() 101 part = &parts[curr_part++]; in parser_trx_parse() 111 for (i = 0; i < curr_part; i++) { in parser_trx_parse() 112 u64 next_part_offset = (i < curr_part - 1) ? in parser_trx_parse()
|
/linux-6.1.9/drivers/net/wireless/ti/wlcore/ |
D | io.c | 57 struct wlcore_partition_set *part = &wl->curr_part; in wlcore_translate_addr() 129 memcpy(&wl->curr_part, p, sizeof(*p)); in wlcore_set_partition()
|
D | boot.c | 368 dest_addr += wl->curr_part.reg.start; in wlcore_boot_upload_nvs()
|
D | wlcore.h | 205 struct wlcore_partition_set curr_part; member
|
D | debugfs.c | 1077 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_read() 1159 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_write()
|