Searched refs:device_handle (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| H A D | rsxface.c | 38 acpi_rs_validate_parameters(acpi_handle device_handle, 57 acpi_rs_validate_parameters(acpi_handle device_handle, in acpi_rs_validate_parameters() argument 69 if (!device_handle) { in acpi_rs_validate_parameters() 73 node = acpi_ns_validate_handle(device_handle); in acpi_rs_validate_parameters() 122 acpi_get_irq_routing_table(acpi_handle device_handle, in acpi_get_irq_routing_table() argument 132 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in acpi_get_irq_routing_table() 167 acpi_get_current_resources(acpi_handle device_handle, in ACPI_EXPORT_SYMBOL() 177 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in ACPI_EXPORT_SYMBOL() 209 acpi_get_possible_resources(acpi_handle device_handle, in ACPI_EXPORT_SYMBOL() 219 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in ACPI_EXPORT_SYMBOL() [all …]
|
| /linux/include/acpi/ |
| H A D | nfit.h | 10 int nfit_get_smbios_id(u32 device_handle, u16 *flags); 12 static inline int nfit_get_smbios_id(u32 device_handle, u16 *flags) in nfit_get_smbios_id() argument
|
| /linux/arch/m68k/include/asm/ |
| H A D | oplib.h | 75 extern int prom_devclose(int device_handle); 80 extern void prom_seek(int device_handle, unsigned int seek_hival,
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | nfit.c | 696 __to_nfit_memdev(nfit_mem)->device_handle; in nfit_test_search_spa() 1323 if (__to_nfit_memdev(nfit_mem)->device_handle == handle[i]) in get_dimm() 2120 memdev->device_handle = handle[0]; in nfit_test0_setup() 2136 memdev->device_handle = handle[1]; in nfit_test0_setup() 2153 memdev->device_handle = handle[0]; in nfit_test0_setup() 2170 memdev->device_handle = handle[1]; in nfit_test0_setup() 2186 memdev->device_handle = handle[2]; in nfit_test0_setup() 2203 memdev->device_handle = handle[3]; in nfit_test0_setup() 2219 memdev->device_handle = handle[0]; in nfit_test0_setup() 2235 memdev->device_handle = handle[1]; in nfit_test0_setup() [all …]
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_ctl.c | 718 u16 device_handle = MPT3SAS_INVALID_DEVICE_HANDLE; in _ctl_do_mpt_command() local 784 device_handle = le16_to_cpu(mpi_request->FunctionDependent1); in _ctl_do_mpt_command() 785 if (!device_handle || (device_handle > in _ctl_do_mpt_command() 884 if (test_bit(device_handle, ioc->device_remove_in_progress)) { in _ctl_do_mpt_command() 887 device_handle)); in _ctl_do_mpt_command() 904 if (test_bit(device_handle, ioc->device_remove_in_progress)) { in _ctl_do_mpt_command() 907 device_handle)); in _ctl_do_mpt_command() 915 ioc->put_smid_scsi_io(ioc, smid, device_handle); in _ctl_do_mpt_command() 942 if (test_bit(device_handle, ioc->device_remove_in_progress)) { in _ctl_do_mpt_command() 945 device_handle)); in _ctl_do_mpt_command() [all …]
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 399 void *device_handle; member 616 efi_handle_t device_handle; member 631 u32 device_handle; member
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 2087 bdf = *((u16 *)(&gpu->device_handle[0])) << 16 | in kfd_find_numa_node_in_srat() 2088 *((u16 *)(&gpu->device_handle[2])); in kfd_find_numa_node_in_srat()
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 640 (u8 *)ga->device_handle); in srat_parse_genport_affinity()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fusion.c | 4539 megasas_issue_tm(struct megasas_instance *instance, u16 device_handle, in megasas_issue_tm() argument 4581 mpi_request->DevHandle = cpu_to_le16(device_handle); in megasas_issue_tm()
|