tb0219_platform_device  321 drivers/char/tb0219.c static struct platform_device *tb0219_platform_device;
tb0219_platform_device  335 drivers/char/tb0219.c 	tb0219_platform_device = platform_device_alloc("TB0219", -1);
tb0219_platform_device  336 drivers/char/tb0219.c 	if (!tb0219_platform_device)
tb0219_platform_device  339 drivers/char/tb0219.c 	retval = platform_device_add(tb0219_platform_device);
tb0219_platform_device  341 drivers/char/tb0219.c 		platform_device_put(tb0219_platform_device);
tb0219_platform_device  347 drivers/char/tb0219.c 		platform_device_unregister(tb0219_platform_device);
tb0219_platform_device  355 drivers/char/tb0219.c 	platform_device_unregister(tb0219_platform_device);