Home
last modified time | relevance | path

Searched refs:host_release (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme-fc-driver.h961 void (*host_release)(void *hosthandle); member
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfc.c1000 if (tgtport->ops->host_release && hostport->invalid) in nvmet_fc_hostport_free()
1001 tgtport->ops->host_release(hostport->hosthandle); in nvmet_fc_hostport_free()
1546 if (noassoc && tgtport->ops->host_release) in nvmet_fc_invalidate_host()
1547 tgtport->ops->host_release(hosthandle); in nvmet_fc_invalidate_host()
H A Dfcloop.c1029 .host_release = fcloop_t2h_host_release,
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/anybuss/
H A Dhost.c1409 static void host_release(struct device *dev, void *res) in host_release() function
1423 dr = devres_alloc(host_release, sizeof(struct anybuss_host *), in devm_anybuss_host_common_probe()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1411 .host_release = lpfc_nvmet_host_release,