Searched refs:mfd_add_hotplug_devices (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/mfd/ |
D | cros_ec_dev.c | 230 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe() 244 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe() 261 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe() 276 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe() 293 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe() 305 retval = mfd_add_hotplug_devices(ec->dev, cros_ec_platform_cells, in ec_device_probe() 315 retval = mfd_add_hotplug_devices(ec->dev, cros_ec_vbc_cells, in ec_device_probe()
|
D | viperboard.c | 89 ret = mfd_add_hotplug_devices(&interface->dev, vprbrd_devs, in vprbrd_probe()
|
D | dln2.c | 817 ret = mfd_add_hotplug_devices(dev, dln2_devs, ARRAY_SIZE(dln2_devs)); in dln2_probe()
|
/linux-6.12.1/include/linux/mfd/ |
D | core.h | 137 static inline int mfd_add_hotplug_devices(struct device *parent, in mfd_add_hotplug_devices() function
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | isp_v4_1_1.c | 132 r = mfd_add_hotplug_devices(isp->parent, isp->isp_cell, 2); in isp_v4_1_1_hw_init()
|
D | isp_v4_1_0.c | 132 r = mfd_add_hotplug_devices(isp->parent, isp->isp_cell, 2); in isp_v4_1_0_hw_init()
|
D | amdgpu_acp.c | 321 r = mfd_add_hotplug_devices(adev->acp.parent, adev->acp.acp_cell, 2); in acp_hw_init() 442 r = mfd_add_hotplug_devices(adev->acp.parent, adev->acp.acp_cell, ACP_DEVS); in acp_hw_init()
|
/linux-6.12.1/drivers/misc/cardreader/ |
D | rtsx_usb.c | 661 ret = mfd_add_hotplug_devices(&intf->dev, rtsx_usb_cells, in rtsx_usb_probe()
|
/linux-6.12.1/drivers/hid/ |
D | hid-sensor-hub.c | 719 ret = mfd_add_hotplug_devices(&hdev->dev, in sensor_hub_probe()
|