Searched refs:idstr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | acpi_pnp.c | 321 static bool matching_id(char *idstr, char *list_id) in matching_id() argument 325 if (memcmp(idstr, list_id, 3)) in matching_id() 329 char c = toupper(idstr[i]); in matching_id() 338 static bool acpi_pnp_match(char *idstr, const struct acpi_device_id **matchid) in acpi_pnp_match() argument 343 if (matching_id(idstr, (char *)devid->id)) { in acpi_pnp_match()
|
D | scan.c | 2222 char *idstr, in acpi_scan_handler_matching() argument 2228 return handler->match(idstr, matchid); in acpi_scan_handler_matching() 2231 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching() 2241 static struct acpi_scan_handler *acpi_scan_match_handler(char *idstr, in acpi_scan_match_handler() argument 2247 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 132 char idstr[11]; in idtoname_request() local 135 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 137 qword_add(bpp, blen, idstr); in idtoname_request()
|
/linux-4.1.27/drivers/staging/dgap/ |
D | dgap.h | 1199 char *idstr; member 1212 char *idstr; member
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 136 bool (*match)(char *idstr, const struct acpi_device_id **matchid);
|
/linux-4.1.27/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)
|