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()
102 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
110 const struct mfd_cell *cell) in mfd_match_of_node_to_dev()
154 const struct mfd_cell *cell, in mfd_add_device()
175 pdev->mfd_cell = kmemdup(cell, sizeof(*cell), GFP_KERNEL); in mfd_add_device()
176 if (!pdev->mfd_cell) in mfd_add_device()
326 const struct mfd_cell *cells, int n_devs, in mfd_add_devices()
353 const struct mfd_cell *cell; in mfd_remove_devices_fn()
414 const struct mfd_cell *cells, int n_devs, in devm_mfd_add_devices()