wbsd_device      1896 drivers/mmc/host/wbsd.c static struct platform_device *wbsd_device;
wbsd_device      1949 drivers/mmc/host/wbsd.c 		wbsd_device = platform_device_alloc(DRIVER_NAME, -1);
wbsd_device      1950 drivers/mmc/host/wbsd.c 		if (!wbsd_device) {
wbsd_device      1955 drivers/mmc/host/wbsd.c 		result = platform_device_add(wbsd_device);
wbsd_device      1957 drivers/mmc/host/wbsd.c 			platform_device_put(wbsd_device);
wbsd_device      1976 drivers/mmc/host/wbsd.c 		platform_device_unregister(wbsd_device);