Searched refs:id_str (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/mtd/lpddr/
H A Dqinfo_probe.c44 static long lpddr_get_qinforec_pos(struct map_info *map, char *id_str) argument
52 if (strcmp(id_str, qinfo_array[i].id_str) == 0) {
63 static uint16_t lpddr_info_query(struct map_info *map, char *id_str) argument
67 unsigned long adr = lpddr_get_qinforec_pos(map, id_str);
/linux-master/include/linux/mtd/
H A Dqinfo.h34 * @id_str - descriptive string to access the record
40 char *id_str; member in struct:qinfo_query_info
/linux-master/fs/nfs/
H A Dnfs4idmap.c353 char id_str[NFS_UINT_MAXLEN]; local
357 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str));
358 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap);
368 char id_str[NFS_UINT_MAXLEN]; local
373 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap);
377 ret = kstrtol(id_str, 10, &id_long);
635 char id_str[NFS_UINT_MAXLEN]; local
647 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str,
648 sizeof(id_str));
[all...]
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c539 char *id_str; local
541 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL);
542 if (IS_ERR(id_str))
543 return PTR_ERR(id_str);
545 t->id = simple_strtoul(id_str, NULL, 0);
546 kfree(id_str);
/linux-master/tools/bpf/bpftool/
H A Dstruct_ops.c235 static struct res do_one_id(const char *id_str, work_func func, void *data, argument
245 id = strtoul(id_str, &endptr, 0);
247 p_err("invalid id %s", id_str);
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c185 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, argument
190 if (!id_str || !id_size || !strlen(id_str))
198 if (strncmp(pg->device_id_str, id_str, id_size))
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c1080 char id_str[GOODIX_ID_MAX_LEN + 1]; local
1086 memcpy(id_str, buf, GOODIX_ID_MAX_LEN);
1087 id_str[GOODIX_ID_MAX_LEN] = 0;
1088 strscpy(ts->id, id_str, GOODIX_ID_MAX_LEN + 1);
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c892 const char *id_str = filp->f_path.dentry->d_parent->d_name.name; local
918 if (!kstrtou8(id_str, 16, &id))
/linux-master/drivers/block/
H A Dvirtio_blk.c807 /* return id (s/n) string for *disk to *id_str
809 static int virtblk_get_id(struct gendisk *disk, char *id_str) argument
826 err = blk_rq_map_kern(q, req, id_str, VIRTIO_BLK_ID_BYTES, GFP_KERNEL);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1700 char *dom_str = NULL, *id_str; local
1713 id_str = strsep(&dom_str, "=");
1715 if (!id_str || kstrtoul(id_str, 10, &dom_id)) {
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c712 #define __ARM64_FTR_REG_OVERRIDE(id_str, id, table, ovr) { \
715 .name = id_str, \

Completed in 416 milliseconds