| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/ |
| H A D | ibmvscsi.h | 86 struct list_head host_list; member
|
| H A D | ibmvscsi.c | 2318 list_add_tail(&hostdata->host_list, &ibmvscsi_head); in ibmvscsi_probe() 2355 list_del(&hostdata->host_list); in ibmvscsi_remove()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | fc.c | 109 struct list_head host_list; member 154 struct list_head host_list; member 998 list_del(&hostport->host_list); in nvmet_fc_hostport_free() 1045 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_alloc_hostport() 1061 INIT_LIST_HEAD(&newhost->host_list); in nvmet_fc_alloc_hostport() 1065 list_for_each_entry(host, &tgtport->host_list, host_list) { in nvmet_fc_alloc_hostport() 1079 list_add_tail(&newhost->host_list, &tgtport->host_list); in nvmet_fc_alloc_hostport() 1401 INIT_LIST_HEAD(&newrec->host_list); in nvmet_fc_register_targetport()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_mipi_dsi.c | 250 static LIST_HEAD(host_list); 267 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node() 292 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 130 struct list_head host_list; member 2390 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend() 2424 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume() 2508 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe() 2687 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 2709 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 2732 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_remove()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 234 struct list_head host_list; member 2807 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend() 2850 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume() 2958 INIT_LIST_HEAD(&ctrl->host_list); in brcmnand_probe() 3130 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3135 if (list_empty(&ctrl->host_list)) { in brcmnand_probe() 3156 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | aha152x.c | 493 struct list_head host_list; member 725 INIT_LIST_HEAD(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one() 728 list_add_tail(&HOSTDATA(shpnt)->host_list, &aha152x_host_list); in aha152x_probe_one() 840 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_probe_one() 865 list_del(&HOSTDATA(shpnt)->host_list); in aha152x_release() 1299 list_for_each_entry(hd, &aha152x_host_list, host_list) { in run() 3339 list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) { in aha152x_exit()
|
| H A D | scsi_debug.c | 306 struct list_head host_list; member 898 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in sdebug_max_tgts_luns() 1044 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in all_config_cdb_len() 1059 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in clear_luns_changed_on_target() 5282 list_for_each_entry(sdbg_host, &sdebug_host_list, host_list) { in scsi_debug_host_reset() 5836 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in scsi_debug_show_info() 6038 host_list) { in fake_rw_store() 6177 list_for_each_entry(sdhp, &sdebug_host_list, host_list) { in lun_format_store() 6214 host_list) { in max_luns_store() 6313 host_list) { in virtual_gb_store() [all …]
|
| H A D | BusLogic.c | 2468 list_add_tail(&myadapter->host_list, &blogic_host_list); in blogic_init() 2506 list_del(&myadapter->host_list); in blogic_init() 2520 list_del(&myadapter->host_list); in blogic_init() 2541 list_del(&myadapter->host_list); in blogic_init() 2585 list_del(&adapter->host_list); in blogic_deladapter() 3885 list_for_each_entry_safe(ha, next, &blogic_host_list, host_list) in blogic_exit()
|
| H A D | BusLogic.h | 1052 struct list_head host_list; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | qcom_nandc.c | 360 struct list_head host_list; member 2755 INIT_LIST_HEAD(&nandc->host_list); in qcom_nandc_alloc() 2891 list_add_tail(&host->node, &nandc->host_list); in qcom_probe_nand_devices() 3012 list_for_each_entry(host, &nandc->host_list, node) { in qcom_nandc_remove()
|