Searched refs:idstr (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
D | acpi_pnp.c | 319 static bool matching_id(const char *idstr, const char *list_id) in matching_id() argument 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 | 1497 const char *idstr, in acpi_scan_handler_matching() argument 1503 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 1506 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 1516 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument 1522 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4idmap.c | 129 char idstr[11]; in idtoname_request() local 132 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 134 qword_add(bpp, blen, idstr); in idtoname_request()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 1195 char *idstr; member 1208 char *idstr; member
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 132 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 227 idstr = '' variable in Data 234 self.idstr = idchar[num] 395 devid = '%s%d' % (self.idstr, self.html_device_id) 493 devid = '%s%d' % (self.idstr, self.html_device_id)
|