Searched refs:alloc_device (Results 1 – 8 of 8) sorted by relevance
32 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
643 .alloc_device = rd_alloc_device,
867 .alloc_device = iblock_alloc_device,
931 .alloc_device = fd_alloc_device,
1079 .alloc_device = pscsi_alloc_device,
729 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
2622 .alloc_device = tcmu_alloc_device,
527 static int __init alloc_device(struct nandsim *ns) in alloc_device() function742 if ((ret = alloc_device(ns)) != 0) in init_nandsim()