Searched defs:mfd_cell (Results 1 – 2 of 2) sorted by relevance
33 struct mfd_cell { struct34 const char *name;35 int id;59 const struct mfd_cell_acpi_match *acpi_match; argument65 int num_resources;66 const struct resource *resources;90 extern int mfd_cell_enable(struct platform_device *pdev); argument
35 struct mfd_cell *mfd_cell; member