Home
last modified time | relevance | path

Searched refs:alloc_device (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/target/
Dtarget_core_backend.h32 struct se_device *(*alloc_device)(struct se_hba *, const char *); member
/Linux-v4.19/drivers/target/
Dtarget_core_rd.c656 .alloc_device = rd_alloc_device,
Dtarget_core_iblock.c860 .alloc_device = iblock_alloc_device,
Dtarget_core_file.c944 .alloc_device = fd_alloc_device,
Dtarget_core_pscsi.c1110 .alloc_device = pscsi_alloc_device,
Dtarget_core_device.c761 dev = hba->backend->ops->alloc_device(hba, name); in target_alloc_device()
Dtarget_core_user.c2580 .alloc_device = tcmu_alloc_device,
/Linux-v4.19/drivers/mtd/nand/raw/
Dnandsim.c549 static int __init alloc_device(struct nandsim *ns) in alloc_device() function
767 if ((ret = alloc_device(ns)) != 0) in init_nandsim()