Searched refs:ACPI_DT_NAMESPACE_HID (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | internal.h | 243 #define ACPI_DT_NAMESPACE_HID "PRP0001" macro
|
H A D | device_sysfs.c | 146 * Since we skip ACPI_DT_NAMESPACE_HID from the modalias below, 0 should in create_pnp_modalias() 147 * be returned if ACPI_DT_NAMESPACE_HID is the only ACPI/PNP ID in the in create_pnp_modalias() 152 if (strcmp(id->id, ACPI_DT_NAMESPACE_HID)) in create_pnp_modalias() 165 if (!strcmp(id->id, ACPI_DT_NAMESPACE_HID)) in create_pnp_modalias() 189 * only be called for devices having ACPI_DT_NAMESPACE_HID in their list of
|
H A D | property.c | 398 * Check if ACPI_DT_NAMESPACE_HID is present and inthat case we fill in in acpi_init_properties() 402 if (!strcmp(hwid->id, ACPI_DT_NAMESPACE_HID)) { in acpi_init_properties() 430 ACPI_DT_NAMESPACE_HID " requires 'compatible' property\n"); in acpi_init_properties()
|
H A D | bus.c | 626 * If @dev has an ACPI companion which has ACPI_DT_NAMESPACE_HID in its list of 759 * Next, check ACPI_DT_NAMESPACE_HID and try to match the in __acpi_match_device() 762 if (!strcmp(ACPI_DT_NAMESPACE_HID, hwid->id)) in __acpi_match_device()
|
H A D | scan.c | 1947 {ACPI_DT_NAMESPACE_HID, }, 1955 * Since ACPI_DT_NAMESPACE_HID is the only ID handled here, the test in acpi_generic_device_attach()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | internal.h | 252 #define ACPI_DT_NAMESPACE_HID "PRP0001" macro
|
H A D | device_sysfs.c | 148 * Since we skip ACPI_DT_NAMESPACE_HID from the modalias below, 0 should in create_pnp_modalias() 149 * be returned if ACPI_DT_NAMESPACE_HID is the only ACPI/PNP ID in the in create_pnp_modalias() 154 if (strcmp(id->id, ACPI_DT_NAMESPACE_HID)) in create_pnp_modalias() 167 if (!strcmp(id->id, ACPI_DT_NAMESPACE_HID)) in create_pnp_modalias() 191 * only be called for devices having ACPI_DT_NAMESPACE_HID in their list of
|
H A D | property.c | 547 * Check if ACPI_DT_NAMESPACE_HID is present and inthat case we fill in in acpi_init_properties() 551 if (!strcmp(hwid->id, ACPI_DT_NAMESPACE_HID)) { in acpi_init_properties() 582 ACPI_DT_NAMESPACE_HID " requires 'compatible' property\n"); in acpi_init_properties()
|
H A D | bus.c | 729 * If @dev has an ACPI companion which has ACPI_DT_NAMESPACE_HID in its list of 863 * Next, check ACPI_DT_NAMESPACE_HID and try to match the in __acpi_match_device() 866 if (!strcmp(ACPI_DT_NAMESPACE_HID, hwid->id)) in __acpi_match_device()
|
H A D | scan.c | 2126 {ACPI_DT_NAMESPACE_HID, }, 2134 * Since ACPI_DT_NAMESPACE_HID is the only ID handled here, the test in acpi_generic_device_attach()
|
Completed in 21 milliseconds