Home
last modified time | relevance | path

Searched refs:serial_txx9_plat_devs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dserial_txx9.c1198 static struct platform_device *serial_txx9_plat_devs; variable
1208 serial_txx9_plat_devs = platform_device_alloc("serial_txx9", -1); in serial_txx9_init()
1209 if (!serial_txx9_plat_devs) { in serial_txx9_init()
1214 ret = platform_device_add(serial_txx9_plat_devs); in serial_txx9_init()
1219 &serial_txx9_plat_devs->dev); in serial_txx9_init()
1235 platform_device_del(serial_txx9_plat_devs); in serial_txx9_init()
1237 platform_device_put(serial_txx9_plat_devs); in serial_txx9_init()
1252 platform_device_unregister(serial_txx9_plat_devs); in serial_txx9_exit()