id_str            385 drivers/block/virtio_blk.c static int virtblk_get_id(struct gendisk *disk, char *id_str)
id_str            396 drivers/block/virtio_blk.c 	err = blk_rq_map_kern(q, req, id_str, VIRTIO_BLK_ID_BYTES, GFP_KERNEL);
id_str            666 drivers/input/touchscreen/goodix.c 	char id_str[5];
id_str            674 drivers/input/touchscreen/goodix.c 	memcpy(id_str, buf, 4);
id_str            675 drivers/input/touchscreen/goodix.c 	id_str[4] = 0;
id_str            676 drivers/input/touchscreen/goodix.c 	if (kstrtou16(id_str, 10, &ts->id))
id_str             44 drivers/mtd/lpddr/qinfo_probe.c static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str)
id_str             52 drivers/mtd/lpddr/qinfo_probe.c 		if (strcmp(id_str, qinfo_array[i].id_str) == 0) {
id_str             63 drivers/mtd/lpddr/qinfo_probe.c static uint16_t lpddr_info_query(struct map_info *map, char *id_str)
id_str             67 drivers/mtd/lpddr/qinfo_probe.c 	unsigned long adr = lpddr_get_qinforec_pos(map, id_str);
id_str            178 drivers/scsi/device_handler/scsi_dh_alua.c static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size,
id_str            183 drivers/scsi/device_handler/scsi_dh_alua.c 	if (!id_str || !id_size || !strlen(id_str))
id_str            191 drivers/scsi/device_handler/scsi_dh_alua.c 		if (strncmp(pg->device_id_str, id_str, id_size))
id_str            539 drivers/xen/xenbus/xenbus_xs.c 	char *id_str;
id_str            541 drivers/xen/xenbus/xenbus_xs.c 	id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL);
id_str            542 drivers/xen/xenbus/xenbus_xs.c 	if (IS_ERR(id_str))
id_str            543 drivers/xen/xenbus/xenbus_xs.c 		return PTR_ERR(id_str);
id_str            545 drivers/xen/xenbus/xenbus_xs.c 	t->id = simple_strtoul(id_str, NULL, 0);
id_str            546 drivers/xen/xenbus/xenbus_xs.c 	kfree(id_str);
id_str            352 fs/nfs/nfs4idmap.c 	char id_str[NFS_UINT_MAXLEN];
id_str            356 fs/nfs/nfs4idmap.c 	id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str));
id_str            357 fs/nfs/nfs4idmap.c 	ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap);
id_str            367 fs/nfs/nfs4idmap.c 	char id_str[NFS_UINT_MAXLEN];
id_str            372 fs/nfs/nfs4idmap.c 	data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap);
id_str            376 fs/nfs/nfs4idmap.c 		ret = kstrtol(id_str, 10, &id_long);
id_str            636 fs/nfs/nfs4idmap.c 	char id_str[NFS_UINT_MAXLEN];
id_str            648 fs/nfs/nfs4idmap.c 		len = 1 + nfs_map_numeric_to_string(im->im_id, id_str,
id_str            649 fs/nfs/nfs4idmap.c 						    sizeof(id_str));
id_str            650 fs/nfs/nfs4idmap.c 		ret = nfs_idmap_instantiate(key, authkey, id_str, len);
id_str             40 include/linux/mtd/qinfo.h 	char *id_str;
id_str             87 tools/perf/util/stat.c static const char *id_str[PERF_STAT_EVSEL_ID__MAX] = {
id_str            111 tools/perf/util/stat.c 		if (!strcmp(perf_evsel__name(evsel), id_str[i])) {