Searched refs:idstr (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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 | 1911 const char *idstr, in acpi_scan_handler_matching() argument 1917 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 1920 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 1930 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument 1936 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
/linux-6.1.9/fs/nfsd/ |
D | nfs4idmap.c | 136 char idstr[11]; in idtoname_request() local 139 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 141 qword_add(bpp, blen, idstr); in idtoname_request()
|
/linux-6.1.9/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 | 1496 self.idstr = idchar[num] 1958 devid = '%s%d' % (self.idstr, self.html_device_id)
|
/linux-6.1.9/include/acpi/ |
D | acpi_bus.h | 126 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
/linux-6.1.9/drivers/nvme/host/ |
D | core.c | 2678 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2688 if (memcmp(idstr, match, matchlen)) in string_matches() 2692 if (idstr[matchlen] != ' ') in string_matches()
|