| /linux/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 28 u8 host_id; member 52 tsp->host_id = temp[1]; in ti_sci_proc_of_get_tsp() 83 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 86 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover()
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_res.h | 14 snic_icmnd_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, u64 ctx, in snic_icmnd_init() argument 19 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ICMND, 0, cmnd_id, host_id, sg_cnt, in snic_icmnd_init() 35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, in snic_itmf_init() argument 38 snic_io_hdr_enc(&req->hdr, SNIC_REQ_ITMF, 0, cmnd_id, host_id, 0, ctx); in snic_itmf_init()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym53c8xx.h | 111 u_char host_id; member 125 #define SYM_SETUP_HOST_ID sym_driver_setup.host_id 140 .host_id = 7, \
|
| H A D | sym_nvram.c | 47 np->myaddr = nvram->data.Symbios.host_id & 0x0f; in sym_nvram_setup_host() 56 np->myaddr = nvram->data.Tekram.host_id & 0x0f; in sym_nvram_setup_host() 60 if (nvram->data.parisc.host_id != -1) in sym_nvram_setup_host() 61 np->myaddr = nvram->data.parisc.host_id; in sym_nvram_setup_host() 149 sym_name(np), nvram->host_id & 0x0f, in sym_display_Symbios_nvram() 193 sym_name(np), nvram->host_id & 0x0f, in sym_display_Tekram_nvram()
|
| H A D | sym_nvram.h | 64 u_char host_id; member 142 u_char host_id; member
|
| H A D | sym_glue.h | 201 u_char host_id; member
|
| H A D | sym_glue.c | 54 module_param_named(hostid, sym_driver_setup.host_id, byte, 0); 101 sym_driver_setup.host_id = 7; in sym2_setup_params() 1334 np->myaddr = dev->host_id; in sym_attach() 1647 sym_dev->host_id = tmp; in sym_config_pqs() 1719 sym_dev.host_id = SYM_SETUP_HOST_ID; in sym2_probe()
|
| /linux/drivers/scsi/pcmcia/ |
| H A D | aha152x_stub.c | 64 static int host_id = 7; variable 71 module_param(host_id, int, 0); 169 s.scsiid = host_id; in aha152x_config_cs()
|
| H A D | nsp_cs.c | 366 unsigned int host_id = SCpnt->device->host->this_id; in nsphw_start_selection() local 405 nsp_index_write(base, SCSIDATALATCH, BIT(host_id) | BIT(target)); in nsphw_start_selection() 654 unsigned int host_id = SCpnt->device->host->this_id; in nsp_reselected() local 663 tmp = id_reg & (~BIT(host_id)); in nsp_reselected()
|
| /linux/drivers/soc/qcom/ |
| H A D | smsm.c | 376 static int smsm_parse_mbox(struct qcom_smsm *smsm, unsigned int host_id) in smsm_parse_mbox() argument 378 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_mbox() 381 host->mbox_chan = mbox_request_channel(&smsm->mbox_client, host_id); in smsm_parse_mbox() 398 static int smsm_parse_ipc(struct qcom_smsm *smsm, unsigned host_id) in smsm_parse_ipc() argument 402 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 406 snprintf(key, sizeof(key), "qcom,ipc-%d", host_id); in smsm_parse_ipc()
|
| /linux/drivers/nfc/st21nfca/ |
| H A D | se.c | 92 u8 se_event, host_id; in st21nfca_hci_control_se() local 141 host_id = sk_host_list->data[i]; in st21nfca_hci_control_se() 144 if (state == ST21NFCA_SE_MODE_ON && host_id == se_idx) in st21nfca_hci_control_se() 146 else if (state == ST21NFCA_SE_MODE_OFF && host_id != se_idx) in st21nfca_hci_control_se()
|
| /linux/drivers/scsi/ |
| H A D | atp870u.h | 36 unsigned char host_id[2]; member
|
| H A D | zalon.c | 130 device.host_id = 7; in zalon_probe()
|
| H A D | nsp32.c | 453 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_selection_autopara() local 523 param->target_id = BIT(host_id) | BIT(target); in nsp32_selection_autopara() 585 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_selection_autoscsi() local 633 BIT(host_id) | BIT(target)); in nsp32_selection_autoscsi() 809 unsigned int host_id = SCpnt->device->host->this_id; in nsp32_reselection() local 819 tmpid &= (~BIT(host_id)); in nsp32_reselection()
|
| H A D | ncr53c8xx.h | 528 u8 host_id; member 1287 u_char host_id; member
|
| /linux/drivers/nfc/st-nci/ |
| H A D | se.c | 434 u8 host_id; in st_nci_control_se() local 482 host_id = sk_host_list->data[i]; in st_nci_control_se() 484 if (state == ST_NCI_SE_MODE_ON && host_id == se_idx) in st_nci_control_se() 486 else if (state == ST_NCI_SE_MODE_OFF && host_id != se_idx) in st_nci_control_se()
|
| /linux/drivers/hv/ |
| H A D | hv_trace.h | 298 __array(char, host_id, 16) 303 export_guid(__entry->host_id, &msg->host_service_id); 308 __entry->guest_id, __entry->host_id, __entry->ret
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_controlq_api.h | 43 u8 host_id; member
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 57 u64 host_id; member 1124 static int guest_session__map_id(struct guest_session *gs, u64 id, u64 host_id, u32 vcpu) in guest_session__map_id() argument 1133 guest_id->host_id = host_id; in guest_session__map_id() 1171 u64 host_id; in guest_session__map_ids() local 1178 host_id = guest_session__allocate_new_id(gs, host_evlist); in guest_session__map_ids() 1179 ret = guest_session__map_id(gs, id, host_id, sid->cpu.cpu); in guest_session__map_ids() 1239 id_array[i] = guest_id->host_id; in guest_session__add_attr() 1720 sample->id = guest_id->host_id; in guest_session__inject_events() 1721 sample->stream_id = guest_id->host_id; in guest_session__inject_events()
|
| /linux/drivers/memstick/host/ |
| H A D | jmb38x_ms.c | 53 char host_id[32]; member 865 snprintf(host->host_id, sizeof(host->host_id), DRIVER_NAME ":slot%d", in jmb38x_ms_alloc_host() 878 if (!request_irq(host->irq, jmb38x_ms_isr, IRQF_SHARED, host->host_id, in jmb38x_ms_alloc_host()
|
| /linux/drivers/target/ |
| H A D | target_core_rd.c | 33 static int rd_attach_hba(struct se_hba *hba, u32 host_id) in rd_attach_hba() argument 41 rd_host->rd_host_id = host_id; in rd_attach_hba()
|
| H A D | target_core_file.c | 37 static int fd_attach_hba(struct se_hba *hba, u32 host_id) in fd_attach_hba() argument 47 fd_host->fd_host_id = host_id; in fd_attach_hba()
|
| H A D | target_core_user.c | 92 u32 host_id; member 1581 static int tcmu_attach_hba(struct se_hba *hba, u32 host_id) in tcmu_attach_hba() argument 1589 tcmu_hba->host_id = host_id; in tcmu_attach_hba() 2182 str = kasprintf(GFP_KERNEL, "tcm-user/%u/%s/%s", hba->host_id, in tcmu_update_uio_info() 2185 str = kasprintf(GFP_KERNEL, "tcm-user/%u/%s", hba->host_id, in tcmu_update_uio_info()
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 121 u8 host_id; member 353 hdr->host = info->host_id; in ti_sci_get_one_xfer() 2966 u8 proc_id, u8 host_id) in ti_sci_cmd_proc_handover() argument 2993 req->host_id = host_id; in ti_sci_cmd_proc_handover() 3933 info->host_id = info->desc->default_host_id; in ti_sci_probe() 3937 info->host_id = info->desc->default_host_id; in ti_sci_probe() 3939 info->host_id = h_id; in ti_sci_probe()
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 620 int host_id; member
|