Lines Matching full:partition
3 * Qualcomm SMEM NAND flash partition parser
28 * struct smem_flash_pentry - SMEM Flash partition entry
29 * @name: Name of the partition
31 * @length: Length of the partition in blocks
32 * @attr: Flags for this partition
42 * struct smem_flash_ptable - SMEM Flash partition table
43 * @magic1: Partition table Magic 1
44 * @magic2: Partition table Magic 2
45 * @version: Partition table version
47 * @pentry: Flash partition entries belonging to this ptable
70 pr_err("%s: SMEM partition parser is incompatible with 4K sectors\n", in parse_qcomsmem_part()
75 pr_debug("Parsing partition table info from SMEM\n"); in parse_qcomsmem_part()
79 pr_err("Error reading partition table header\n"); in parse_qcomsmem_part()
86 pr_err("Partition table magic verification failed\n"); in parse_qcomsmem_part()
93 pr_err("Partition numbers exceed the max limit\n"); in parse_qcomsmem_part()
97 /* Find out length of partition data based on table version */ in parse_qcomsmem_part()
110 * Now that the partition table header has been parsed, verified in parse_qcomsmem_part()
111 * and the length of the partition table calculated, read the in parse_qcomsmem_part()
112 * complete partition table in parse_qcomsmem_part()
116 pr_err("Error reading partition table\n"); in parse_qcomsmem_part()
155 pr_debug("SMEM partition table found: ver: %d len: %d\n", in parse_qcomsmem_part()
197 MODULE_DESCRIPTION("Qualcomm SMEM NAND flash partition parser");