Home
last modified time | relevance | path

Searched defs:mfd_cell (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Dcore.h33 struct mfd_cell { struct
34 const char *name;
35 int id;
59 const struct mfd_cell_acpi_match *acpi_match; argument
65 int num_resources;
66 const struct resource *resources;
90 extern int mfd_cell_enable(struct platform_device *pdev); argument
/Linux-v4.19/include/linux/
Dplatform_device.h35 struct mfd_cell *mfd_cell; member