Searched refs:curr_part (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/mtd/ |
D | bcm47xxpart.c | 89 uint8_t i, curr_part = 0; in bcm47xxpart_parse() local 125 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse() 141 bcm47xxpart_add_part(&parts[curr_part++], "boot", in bcm47xxpart_parse() 151 bcm47xxpart_add_part(&parts[curr_part++], "board_data", in bcm47xxpart_parse() 158 bcm47xxpart_add_part(&parts[curr_part++], "factory", in bcm47xxpart_parse() 166 bcm47xxpart_add_part(&parts[curr_part++], "POT", offset, in bcm47xxpart_parse() 174 bcm47xxpart_add_part(&parts[curr_part++], "ML", offset, in bcm47xxpart_parse() 181 if (BCM47XXPART_MAX_PARTS - curr_part < 4) { in bcm47xxpart_parse() 188 trx_part = curr_part; in bcm47xxpart_parse() 189 bcm47xxpart_add_part(&parts[curr_part++], "firmware", in bcm47xxpart_parse() [all …]
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | io.c | 71 struct wlcore_partition_set *part = &wl->curr_part; in wlcore_translate_addr() 143 memcpy(&wl->curr_part, p, sizeof(*p)); in wlcore_set_partition()
|
D | wlcore.h | 214 struct wlcore_partition_set curr_part; member
|
D | boot.c | 372 dest_addr += wl->curr_part.reg.start; in wlcore_boot_upload_nvs()
|
D | debugfs.c | 1089 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_read() 1176 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_write()
|
D | main.c | 873 old_part = wl->curr_part; in wl12xx_read_fwlog_panic()
|