Searched refs:idstr (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/acpi/ |
D | acpi_pnp.c | 316 static bool matching_id(const char *idstr, const char *list_id) in matching_id() argument 320 if (strlen(idstr) != strlen(list_id)) in matching_id() 323 if (memcmp(idstr, list_id, 3)) in matching_id() 327 char c = toupper(idstr[i]); in matching_id() 336 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument 341 if (matching_id(idstr, (char *)devid->id)) { in acpi_pnp_match()
|
D | scan.c | 1917 const char *idstr, in acpi_scan_handler_matching() argument 1923 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 1926 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 1936 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument 1942 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
/Linux-v6.6/tools/perf/arch/arm64/util/ |
D | header.c | 103 int strcmp_cpuid_str(const char *mapcpuid, const char *idstr) in strcmp_cpuid_str() argument 108 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
|
/Linux-v6.6/fs/nfsd/ |
D | nfs4idmap.c | 137 char idstr[11]; in idtoname_request() local 140 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 142 qword_add(bpp, blen, idstr); in idtoname_request()
|
/Linux-v6.6/sound/usb/ |
D | midi2.c | 711 char idstr[16]; in create_midi2_ump() local 723 snprintf(idstr, sizeof(idstr), "UMP %d", rmidi->index); in create_midi2_ump() 726 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
|
/Linux-v6.6/tools/power/pm-graph/ |
D | bootgraph.py | 218 idstr = '' variable in Data 227 self.idstr = 'a' 240 devid = '%s%d' % (self.idstr, self.html_device_id)
|
D | sleepgraph.py | 1514 self.idstr = idchar[num] 1978 devid = '%s%d' % (self.idstr, self.html_device_id)
|
/Linux-v6.6/include/acpi/ |
D | acpi_bus.h | 127 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
/Linux-v6.6/drivers/nvme/host/ |
D | core.c | 2593 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2603 if (memcmp(idstr, match, matchlen)) in string_matches() 2607 if (idstr[matchlen] != ' ') in string_matches()
|