Searched refs:host_list (Results 1 – 10 of 10) sorted by relevance
/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.h | 86 struct list_head host_list; member
|
D | ibmvscsi.c | 2320 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe() 2357 list_del(&hostdata->host_list); in ibmvscsi_remove()
|
/drivers/nvme/target/ |
D | fc.c | 109 struct list_head host_list; member 157 struct list_head host_list; member 994 list_del(&hostport->host_list); in nvmet_fc_hostport_free() 1031 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_match_hostport() 1084 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport() 1087 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport() 1427 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
|
/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 297 static LIST_HEAD(host_list); 314 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node() 339 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
|
/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 238 struct list_head host_list; member 2923 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend() 2966 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume() 3079 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe() 3257 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3261 if (!list_empty(&ctrl->host_list)) in brcmnand_probe() 3285 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3288 if (list_empty(&ctrl->host_list)) { in brcmnand_probe() 3309 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
|
/drivers/scsi/ |
D | scsi_debug.c | 315 struct list_head host_list; member 903 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns() 1046 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len() 5270 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in stop_all_queued() 5387 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset() 5461 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in block_unblock_all_queues() 5978 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info() 6019 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in delay_store() 6060 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in ndelay_store() 6183 host_list) { in fake_rw_store() [all …]
|
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() 3392 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
|
D | BusLogic.c | 2316 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init() 2354 list_del(&myadapter->host_list); in blogic_init() 2368 list_del(&myadapter->host_list); in blogic_init() 2387 list_del(&myadapter->host_list); in blogic_init() 2431 list_del(&adapter->host_list); in blogic_deladapter() 3710 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
|
D | BusLogic.h | 1041 struct list_head host_list; member
|
/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 406 struct list_head host_list; member 3137 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc() 3339 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices() 3459 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()
|