Lines Matching refs:him
37 HIM *him; in hpt_match() local
40 for (him = him_list; him; him = him->next) { in hpt_match()
41 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
42 if (scan && him->get_controller_count) in hpt_match()
43 him->get_controller_count(&pci_id,0,0); in hpt_match()
46 return (him); in hpt_match()
55 HIM *him; in hpt_probe() local
57 him = hpt_match(dev, 0); in hpt_probe()
58 if (him != NULL) { in hpt_probe()
62 device_set_desc(dev, him->name); in hpt_probe()
72 HIM *him; in hpt_attach() local
85 him = hpt_match(dev, 1); in hpt_attach()
87 hba->ldm_adapter.him = him; in hpt_attach()
95 size = him->get_adapter_size(&pci_id); in hpt_attach()
103 if (!him->create_adapter(&pci_id, hba->pciaddr, hba->ldm_adapter.him_handle, hba)) { in hpt_attach()
155 hba->ldm_adapter.him->get_meminfo(hba->ldm_adapter.him_handle); in hpt_alloc_mem()
257 if (!hba->ldm_adapter.him->initialize(hba->ldm_adapter.him_handle)) { in hpt_init_vbus()
1172 hba->ldm_adapter.him->intr_control(hba->ldm_adapter.him_handle, HPT_TRUE); in hpt_final_init()