Searched full:bootpartition (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-6.6/drivers/mtd/parsers/ |
| D | ofpart_linksys_ns.c | 12 #define NVRAM_BOOT_PART "bootpartition" 17 int bootpartition; in ofpart_linksys_ns_bootpartition() local 21 if (!kstrtoint(buf, 0, &bootpartition)) in ofpart_linksys_ns_bootpartition() 22 return bootpartition; in ofpart_linksys_ns_bootpartition() 36 int bootpartition = ofpart_linksys_ns_bootpartition(); in linksys_ns_partitions_post_parse() local 42 if (trx_idx++ == bootpartition) in linksys_ns_partitions_post_parse()
|
| D | bcm47xxpart.c | 75 int bootpartition; in bcm47xxpart_bootpartition() local 78 if (bcm47xx_nvram_getenv("bootpartition", buf, sizeof(buf)) > 0) { in bcm47xxpart_bootpartition() 79 if (!kstrtoint(buf, 0, &bootpartition)) in bcm47xxpart_bootpartition() 80 return bootpartition; in bcm47xxpart_bootpartition()
|
| /kernel/linux/linux-5.10/drivers/mtd/parsers/ |
| D | bcm47xxpart.c | 75 int bootpartition; in bcm47xxpart_bootpartition() local 78 if (bcm47xx_nvram_getenv("bootpartition", buf, sizeof(buf)) > 0) { in bcm47xxpart_bootpartition() 79 if (!kstrtoint(buf, 0, &bootpartition)) in bcm47xxpart_bootpartition() 80 return bootpartition; in bcm47xxpart_bootpartition()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/partitions/ |
| D | brcm,bcm947xx-cfe-partitions.txt | 27 variable "bootpartition" is used.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/partitions/ |
| D | brcm,bcm947xx-cfe-partitions.yaml | 33 CFE's environment variable "bootpartition" is used.
|