Searched refs:idstr (Results 1 – 3 of 3) sorted by relevance
| /drivers/acpi/ |
| A D | acpi_pnp.c | 314 static bool matching_id(const char *idstr, const char *list_id) in matching_id() argument 318 if (strlen(idstr) != strlen(list_id)) in matching_id() 321 if (memcmp(idstr, list_id, 3)) in matching_id() 325 char c = toupper(idstr[i]); in matching_id() 334 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument 339 if (matching_id(idstr, (char *)devid->id)) { in acpi_pnp_match()
|
| A D | scan.c | 1966 const char *idstr, in acpi_scan_handler_matching() argument 1972 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 1975 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 1985 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument 1991 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
| /drivers/nvme/host/ |
| A D | core.c | 3039 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 3049 if (memcmp(idstr, match, matchlen)) in string_matches() 3053 if (idstr[matchlen] != ' ') in string_matches()
|
Completed in 17 milliseconds