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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c66 static struct device *lcs_root_dev; variable in typeref:struct:device
2415 err = ccwgroup_create_from_string(lcs_root_dev,
2450 lcs_root_dev = root_device_register("lcs");
2451 rc = IS_ERR(lcs_root_dev) ? PTR_ERR(lcs_root_dev) : 0;
2466 root_device_unregister(lcs_root_dev);
2487 root_device_unregister(lcs_root_dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c66 static struct device *lcs_root_dev; variable in typeref:struct:device
2415 err = ccwgroup_create_from_string(lcs_root_dev,
2450 lcs_root_dev = root_device_register("lcs");
2451 rc = IS_ERR(lcs_root_dev) ? PTR_ERR(lcs_root_dev) : 0;
2466 root_device_unregister(lcs_root_dev);
2487 root_device_unregister(lcs_root_dev);

Completed in 169 milliseconds