Searched refs:host_list (Results 1 – 11 of 11) sorted by relevance
| /drivers/scsi/ibmvscsi/ |
| A D | ibmvscsi.h | 86 struct list_head host_list; member
|
| A D | ibmvscsi.c | 2323 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe() 2360 list_del(&hostdata->host_list); in ibmvscsi_remove()
|
| /drivers/nvme/target/ |
| A D | fc.c | 109 struct list_head host_list; member 157 struct list_head host_list; member 981 list_del(&hostport->host_list); in nvmet_fc_hostport_free() 1008 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_match_hostport() 1053 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport() 1056 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport() 1409 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
|
| /drivers/mtd/nand/raw/brcmnand/ |
| A D | brcmnand.c | 264 struct list_head host_list; member 3173 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend() 3216 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume() 3329 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe() 3520 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3524 if (!list_empty(&ctrl->host_list)) in brcmnand_probe() 3548 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3551 if (list_empty(&ctrl->host_list)) { in brcmnand_probe() 3572 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
|
| /drivers/scsi/ |
| A D | aha152x.c | 511 struct list_head host_list; member 744 INIT_LIST_HEAD(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one() 747 list_add_tail(&HOSTDATA(shpnt)->host_list, &aha152x_host_list); in aha152x_probe_one() 859 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one() 884 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_release() 1327 list_for_each_entry(hd, &aha152x_host_list, host_list) { in run() 3385 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
|
| A D | scsi_debug.c | 431 struct list_head host_list; member 6793 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in stop_all_queued() 7102 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in block_unblock_all_queues() 7593 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info() 7798 host_list) { in fake_rw_store() 7974 host_list) { in max_luns_store() 8081 host_list) { in virtual_gb_store() 8860 list_add_tail(&sdbg_host->host_list, &sdebug_host_list); in sdebug_add_host_helper() 8871 list_del(&sdbg_host->host_list); in sdebug_add_host_helper() 8915 struct sdebug_host_info, host_list); in sdebug_do_remove_host() [all …]
|
| A D | BusLogic.c | 2318 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init() 2356 list_del(&myadapter->host_list); in blogic_init() 2370 list_del(&myadapter->host_list); in blogic_init() 2389 list_del(&myadapter->host_list); in blogic_init() 2433 list_del(&adapter->host_list); in blogic_deladapter() 3712 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
|
| A D | BusLogic.h | 1041 struct list_head host_list; member
|
| /drivers/gpu/drm/ |
| A D | drm_mipi_dsi.c | 301 static LIST_HEAD(host_list); 318 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node() 343 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
|
| /drivers/mtd/nand/ |
| A D | qpic_common.c | 771 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc()
|
| /drivers/mtd/nand/raw/ |
| A D | qcom_nandc.c | 2226 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices() 2350 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()
|
Completed in 65 milliseconds