tcmu_root_device 87 drivers/target/target_core_user.c static struct device *tcmu_root_device; tcmu_root_device 1929 drivers/target/target_core_user.c ret = uio_register_device(tcmu_root_device, info); tcmu_root_device 2745 drivers/target/target_core_user.c tcmu_root_device = root_device_register("tcm_user"); tcmu_root_device 2746 drivers/target/target_core_user.c if (IS_ERR(tcmu_root_device)) { tcmu_root_device 2747 drivers/target/target_core_user.c ret = PTR_ERR(tcmu_root_device); tcmu_root_device 2790 drivers/target/target_core_user.c root_device_unregister(tcmu_root_device); tcmu_root_device 2803 drivers/target/target_core_user.c root_device_unregister(tcmu_root_device);