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

/linux-master/drivers/target/loopback/
H A Dtcm_loop.c99 static struct device *tcm_loop_primary; variable in typeref:struct:device
386 tl_hba->dev.parent = tcm_loop_primary;
408 tcm_loop_primary = root_device_register("tcm_loop_0");
409 if (IS_ERR(tcm_loop_primary)) {
410 pr_err("Unable to allocate tcm_loop_primary\n");
411 return PTR_ERR(tcm_loop_primary);
432 root_device_unregister(tcm_loop_primary);
440 root_device_unregister(tcm_loop_primary);

Completed in 122 milliseconds