Searched refs:alloc_device (Results 1 – 8 of 8) sorted by relevance
29 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
738 .alloc_device = rd_alloc_device,
909 .alloc_device = iblock_alloc_device,
963 .alloc_device = fd_alloc_device,
1148 .alloc_device = pscsi_alloc_device,
1083 .alloc_device = tcmu_alloc_device,
1476 dev = hba->transport->alloc_device(hba, name); in target_alloc_device()
572 static int alloc_device(struct nandsim *ns) in alloc_device() function784 if ((ret = alloc_device(ns)) != 0) in init_nandsim()