Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mfd/
Dcore.h29 struct mfd_cell { struct
30 const char *name;
31 int id;
55 const struct mfd_cell_acpi_match *acpi_match; argument
61 int num_resources;
62 const struct resource *resources;
86 extern int mfd_cell_enable(struct platform_device *pdev); argument
/Linux-v5.4/include/linux/
Dplatform_device.h35 struct mfd_cell *mfd_cell; member