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()
80 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
119 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
127 const struct mfd_cell *cell) in mfd_match_of_node_to_dev()
171 const struct mfd_cell *cell, in mfd_add_device()
192 pdev->mfd_cell = kmemdup(cell, sizeof(*cell), GFP_KERNEL); in mfd_add_device()
193 if (!pdev->mfd_cell) in mfd_add_device()
343 const struct mfd_cell *cells, int n_devs, in mfd_add_devices()
370 const struct mfd_cell *cell; in mfd_remove_devices_fn()
438 const struct mfd_cell *cells, int n_devs, in devm_mfd_add_devices()