Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dqcom_nandc.c488 struct qcom_nand_boot_partition *boot_partitions; member
2103 boot_partition = &host->boot_partitions[host->nr_boot_partitions - 1]; in qcom_nandc_is_boot_partition()
2117 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
3067 host->boot_partitions = devm_kcalloc(dev, host->nr_boot_partitions, in qcom_nand_host_parse_boot_partitions()
3068 sizeof(*host->boot_partitions), GFP_KERNEL); in qcom_nand_host_parse_boot_partitions()
3069 if (!host->boot_partitions) { in qcom_nand_host_parse_boot_partitions()
3075 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()