Lines Matching defs:sdev
154 static int wcd934x_slim_status_up(struct slim_device *sdev)
156 struct device *dev = &sdev->dev;
162 ddata->regmap = regmap_init_slimbus(sdev, &wcd934x_regmap_config);
194 static int wcd934x_slim_status(struct slim_device *sdev,
199 return wcd934x_slim_status_up(sdev);
201 mfd_remove_devices(&sdev->dev);
210 static int wcd934x_slim_probe(struct slim_device *sdev)
212 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);