Lines Matching refs:mfd_cell
38 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_enable()
51 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_disable()
63 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
114 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
122 const struct mfd_cell *cell) in mfd_match_of_node_to_dev()
166 const struct mfd_cell *cell, in mfd_add_device()
187 pdev->mfd_cell = kmemdup(cell, sizeof(*cell), GFP_KERNEL); in mfd_add_device()
188 if (!pdev->mfd_cell) in mfd_add_device()
333 const struct mfd_cell *cells, int n_devs, in mfd_add_devices()
360 const struct mfd_cell *cell; in mfd_remove_devices_fn()
418 const struct mfd_cell *cells, int n_devs, in devm_mfd_add_devices()