|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>Go to the source code of this file.
Data Structures | |
| struct | mfd_cell |
Functions | |
| int | mfd_cell_enable (struct platform_device *pdev) |
| int | mfd_cell_disable (struct platform_device *pdev) |
| int | mfd_clone_cell (const char *cell, const char **clones, size_t n_clones) |
| int | mfd_add_devices (struct device *parent, int id, struct mfd_cell *cells, int n_devs, struct resource *mem_base, int irq_base, struct irq_domain *irq_domain) |
| void | mfd_remove_devices (struct device *parent) |
| int mfd_add_devices | ( | struct device * | parent, |
| int | id, | ||
| struct mfd_cell * | cells, | ||
| int | n_devs, | ||
| struct resource * | mem_base, | ||
| int | irq_base, | ||
| struct irq_domain * | irq_domain | ||
| ) |
Definition at line 175 of file mfd-core.c.
| int mfd_cell_disable | ( | struct platform_device * | pdev | ) |
Definition at line 41 of file mfd-core.c.
| int mfd_cell_enable | ( | struct platform_device * | pdev | ) |
Definition at line 24 of file mfd-core.c.
Definition at line 228 of file mfd-core.c.
Definition at line 219 of file mfd-core.c.
1.8.2