Searched refs:idstr (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/acpi/ |
H A 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()
|
/linux/fs/nfsd/ |
H A D | nfs4idmap.c | 137 char idstr[11]; in idtoname_request() local 140 snprintf(idstr, sizeof(idstr), "%u", ent->id); in idtoname_request() 142 qword_add(bpp, blen, idstr); in idtoname_request()
|
/linux/sound/usb/ |
H A D | midi2.c | 701 char idstr[16]; in create_midi2_ump() local 713 snprintf(idstr, sizeof(idstr), "UMP %d", rmidi->index); in create_midi2_ump() 716 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
|
/linux/tools/power/pm-graph/ |
H A D | bootgraph.py | 218 idstr = '' variable in Data 227 self.idstr = 'a' 240 devid = '%s%d' % (self.idstr, self.html_device_id)
|
/linux/drivers/nvme/host/ |
H A D | core.c | 2847 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument 2857 if (memcmp(idstr, match, matchlen)) in string_matches() 2861 if (idstr[matchlen] != ' ') in string_matches()
|