Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c94 struct qcom_nand_boot_partition *boot_partitions; member
845 boot_partition = &host->boot_partitions[host->nr_boot_partitions - 1]; in qcom_nandc_is_boot_partition()
859 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
2096 host->boot_partitions = devm_kcalloc(dev, host->nr_boot_partitions, in qcom_nand_host_parse_boot_partitions()
2097 sizeof(*host->boot_partitions), GFP_KERNEL); in qcom_nand_host_parse_boot_partitions()
2098 if (!host->boot_partitions) { in qcom_nand_host_parse_boot_partitions()
2104 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()