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

/linux-4.1.27/include/target/
H A Dtarget_core_backend.h29 struct se_device *(*alloc_device)(struct se_hba *, const char *); member in struct:se_subsystem_api
/linux-4.1.27/drivers/mtd/nand/
H A Dnandsim.c572 static int alloc_device(struct nandsim *ns) alloc_device() function
582 NS_ERR("alloc_device: cache file not readable\n"); alloc_device()
587 NS_ERR("alloc_device: cache file not writeable\n"); alloc_device()
594 NS_ERR("alloc_device: unable to allocate pages written array\n"); alloc_device()
600 NS_ERR("alloc_device: unable to allocate file buf\n"); alloc_device()
610 NS_ERR("alloc_device: unable to allocate page array\n"); alloc_device()
784 if ((ret = alloc_device(ns)) != 0) init_nandsim()
/linux-4.1.27/drivers/target/
H A Dtarget_core_rd.c738 .alloc_device = rd_alloc_device,
H A Dtarget_core_iblock.c909 .alloc_device = iblock_alloc_device,
H A Dtarget_core_file.c963 .alloc_device = fd_alloc_device,
H A Dtarget_core_pscsi.c1148 .alloc_device = pscsi_alloc_device,
H A Dtarget_core_user.c1083 .alloc_device = tcmu_alloc_device,
H A Dtarget_core_device.c1476 dev = hba->transport->alloc_device(hba, name); target_alloc_device()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c305 Fix alloc_device() bug <jari@markkus2.fimr.fi>
309 Fix boot command probe bug in alloc_device() as
315 Upgraded alloc_device() code.

Completed in 256 milliseconds