Lines Matching defs:sdev
156 static int wcd934x_slim_status_up(struct slim_device *sdev)
158 struct device *dev = &sdev->dev;
164 ddata->regmap = regmap_init_slimbus(sdev, &wcd934x_regmap_config);
196 static int wcd934x_slim_status(struct slim_device *sdev,
201 return wcd934x_slim_status_up(sdev);
203 mfd_remove_devices(&sdev->dev);
212 static int wcd934x_slim_probe(struct slim_device *sdev)
214 struct device *dev = &sdev->dev;
274 static void wcd934x_slim_remove(struct slim_device *sdev)
276 struct wcd934x_ddata *ddata = dev_get_drvdata(&sdev->dev);
279 mfd_remove_devices(&sdev->dev);