Home
last modified time | relevance | path

Searched refs:idstr (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/arch/arm64/util/
H A Dheader.c90 int strcmp_cpuid_str(const char *mapcpuid, const char *idstr) in strcmp_cpuid_str() argument
95 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
/linux/fs/nfsd/
H A Dnfs4idmap.c137 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 Dmidi2.c693 char idstr[16]; in create_midi2_ump() local
705 snprintf(idstr, sizeof(idstr), "UMP %d", rmidi->index); in create_midi2_ump()
708 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
/linux/drivers/acpi/
H A Dscan.c1963 const char *idstr, in acpi_scan_handler_matching() argument
1969 return handler->match(idstr, matchid); in acpi_scan_handler_matching()
1972 if (!strcmp((char *)devid->id, idstr)) { in acpi_scan_handler_matching()
1982 static struct acpi_scan_handler *acpi_scan_match_handler(const char *idstr, in acpi_scan_match_handler() argument
1988 if (acpi_scan_handler_matching(handler, idstr, matchid)) in acpi_scan_match_handler()
/linux/tools/power/pm-graph/
H A Dbootgraph.py218 idstr = '' variable in Data
227 self.idstr = 'a'
240 devid = '%s%d' % (self.idstr, self.html_device_id)
H A Dsleepgraph.py1537 self.idstr = idchar[num]
2001 devid = '%s%d' % (self.idstr, self.html_device_id)
/linux/drivers/nvme/host/
H A Dcore.c3043 static bool string_matches(const char *idstr, const char *match, size_t len) in string_matches() argument
3053 if (memcmp(idstr, match, matchlen)) in string_matches()
3057 if (idstr[matchlen] != ' ') in string_matches()