Searched defs:mfd_cell (Results 1 – 2 of 2) sorted by relevance
29 struct mfd_cell { struct30 const char *name;31 int id;55 const struct mfd_cell_acpi_match *acpi_match; argument61 int num_resources;62 const struct resource *resources;86 extern int mfd_cell_enable(struct platform_device *pdev); argument
35 struct mfd_cell *mfd_cell; member