Searched refs:idstr (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/acpi/
H A Dacpi_pnp.c321 static bool matching_id(char *idstr, char *list_id) matching_id() argument
325 if (memcmp(idstr, list_id, 3)) matching_id()
329 char c = toupper(idstr[i]); matching_id()
338 static bool acpi_pnp_match(char *idstr, const struct acpi_device_id **matchid) acpi_pnp_match() argument
343 if (matching_id(idstr, (char *)devid->id)) { acpi_pnp_match()
H A Dscan.c2222 char *idstr, acpi_scan_handler_matching()
2228 return handler->match(idstr, matchid); acpi_scan_handler_matching()
2231 if (!strcmp((char *)devid->id, idstr)) { acpi_scan_handler_matching()
2241 static struct acpi_scan_handler *acpi_scan_match_handler(char *idstr, acpi_scan_match_handler() argument
2247 if (acpi_scan_handler_matching(handler, idstr, matchid)) acpi_scan_match_handler()
2221 acpi_scan_handler_matching(struct acpi_scan_handler *handler, char *idstr, const struct acpi_device_id **matchid) acpi_scan_handler_matching() argument
/linux-4.1.27/fs/nfsd/
H A Dnfs4idmap.c132 char idstr[11]; idtoname_request() local
135 snprintf(idstr, sizeof(idstr), "%u", ent->id); idtoname_request()
137 qword_add(bpp, blen, idstr); idtoname_request()
/linux-4.1.27/include/acpi/
H A Dacpi_bus.h136 bool (*match)(char *idstr, const struct acpi_device_id **matchid);
/linux-4.1.27/drivers/staging/dgap/
H A Ddgap.h1199 char *idstr; member in struct:cnode::__anon9776::__anon9779
1212 char *idstr; member in struct:cnode::__anon9776::__anon9780
/linux-4.1.27/scripts/
H A Danalyze_suspend.py227 idstr = '' variable in class: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)

Completed in 253 milliseconds