Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dqcom_nandc.c483 * @boot_partitions: array of boot partitions where offset and size of the
518 struct qcom_nand_boot_partition *boot_partitions; member
1836 boot_partition = &host->boot_partitions[host->nr_boot_partitions - 1]; in qcom_nandc_is_boot_partition()
1850 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
3210 host->boot_partitions = devm_kcalloc(dev, host->nr_boot_partitions, in qcom_nand_host_parse_boot_partitions()
3211 sizeof(*host->boot_partitions), GFP_KERNEL); in qcom_nand_host_parse_boot_partitions()
3212 if (!host->boot_partitions) { in qcom_nand_host_parse_boot_partitions()
3218 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()

Completed in 6 milliseconds