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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_txx9.c1273 static struct platform_device *serial_txx9_plat_devs; variable in typeref:struct:platform_device
1285 serial_txx9_plat_devs = platform_device_alloc("serial_txx9", -1);
1286 if (!serial_txx9_plat_devs) {
1291 ret = platform_device_add(serial_txx9_plat_devs);
1296 &serial_txx9_plat_devs->dev);
1309 platform_device_del(serial_txx9_plat_devs);
1311 platform_device_put(serial_txx9_plat_devs);
1326 platform_device_unregister(serial_txx9_plat_devs);

Completed in 30 milliseconds