Searched refs:idstr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/acpi/ |
| D | acpi_pnp.c | 318 static bool matching_id(const char *idstr, const char *list_id) in matching_id() argument 322 if (memcmp(idstr, list_id, 3)) in matching_id() 326 char c = toupper(idstr[i]); in matching_id() 335 static bool acpi_pnp_match(const char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument 340 if (matching_id(idstr, (char *)devid->id)) { in acpi_pnp_match()
|
| D | scan.c | 1745 const char *idstr, in acpi_scan_handler_matching() argument 1751 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 1754 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 1764 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument 1770 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
| /Linux-v5.10/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-v5.10/tools/power/pm-graph/ |
| D | bootgraph.py | 216 idstr = '' variable in Data 225 self.idstr = 'a' 238 devid = '%s%d' % (self.idstr, self.html_device_id)
|
| D | sleepgraph.py | 1334 self.idstr = idchar[num] 1782 devid = '%s%d' % (self.idstr, self.html_device_id)
|
| /Linux-v5.10/include/acpi/ |
| D | acpi_bus.h | 125 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
| /Linux-v5.10/drivers/nvme/host/ |
| D | core.c | 2642 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2652 if (memcmp(idstr, match, matchlen)) in string_matches() 2656 if (idstr[matchlen] != ' ') in string_matches()
|