serial_txx9_plat_devs 1255 drivers/tty/serial/serial_txx9.c static struct platform_device *serial_txx9_plat_devs;
serial_txx9_plat_devs 1267 drivers/tty/serial/serial_txx9.c 	serial_txx9_plat_devs = platform_device_alloc("serial_txx9", -1);
serial_txx9_plat_devs 1268 drivers/tty/serial/serial_txx9.c 	if (!serial_txx9_plat_devs) {
serial_txx9_plat_devs 1273 drivers/tty/serial/serial_txx9.c 	ret = platform_device_add(serial_txx9_plat_devs);
serial_txx9_plat_devs 1278 drivers/tty/serial/serial_txx9.c 				   &serial_txx9_plat_devs->dev);
serial_txx9_plat_devs 1291 drivers/tty/serial/serial_txx9.c 	platform_device_del(serial_txx9_plat_devs);
serial_txx9_plat_devs 1293 drivers/tty/serial/serial_txx9.c 	platform_device_put(serial_txx9_plat_devs);
serial_txx9_plat_devs 1308 drivers/tty/serial/serial_txx9.c 	platform_device_unregister(serial_txx9_plat_devs);