Searched defs:qcom_nand_host (Results 1 – 1 of 1) sorted by relevance
93 struct qcom_nand_host { struct94 struct qcom_nand_boot_partition *boot_partitions;96 struct nand_chip chip;97 struct list_head node;99 int nr_boot_partitions;123 static struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host() argument