Lines Matching +full:multi +full:- +full:ported
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Linux multi-function-device driver (MFD) for the integrated peripherals
68 return -ENODEV; in vx855_probe()
72 dev_warn(&pdev->dev, in vx855_probe()
74 ret = -ENODEV; in vx855_probe()
82 /* As the region identified here includes many non-GPIO things, we in vx855_probe()
89 ret = mfd_add_devices(&pdev->dev, -1, vx855_cells, ARRAY_SIZE(vx855_cells), in vx855_probe()
92 /* we always return -ENODEV here in order to enable other in vx855_probe()
93 * drivers like old, not-yet-platform_device ported i2c-viapro */ in vx855_probe()
94 return -ENODEV; in vx855_probe()
102 mfd_remove_devices(&pdev->dev); in vx855_remove()