Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/util/
H A Dparse-sublevel-options.c13 char *vstr, *s = strdup(str); in parse_one_sublevel_option() local
21 vstr = strchr(s, '='); in parse_one_sublevel_option()
22 if (vstr) in parse_one_sublevel_option()
23 *vstr++ = 0; in parse_one_sublevel_option()
37 if (vstr) in parse_one_sublevel_option()
38 v = atoi(vstr); in parse_one_sublevel_option()
/linux/samples/trace_events/
H A Dtrace-events-sample.h306 __vstring( vstr, fmt, va )
317 __assign_vstr(vstr, fmt, va);
373 __get_str(vstr))
/linux/arch/arm/crypto/
H A Dsha1-ce-core.S121 vstr dgbs, [r0, #16]
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_devlink.c29 ctx->val.vstr[0] = '\0'; in otx2_cpt_dl_uc_info()
H A Dotx2_cptpf_ucode.c1598 strscpy(tmp_buf, ctx->val.vstr, strlen(ctx->val.vstr) + 1); in otx2_cpt_dl_custom_egrp_create()
1750 if (strncasecmp(ctx->val.vstr, "egrp", 4)) in otx2_cpt_dl_custom_egrp_delete()
1752 tmp = ctx->val.vstr; in otx2_cpt_dl_custom_egrp_delete()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c1462 snprintf(ctx->val.vstr, sizeof(ctx->val.vstr), "%s", mode_str); in ice_devlink_local_fwd_get()
1480 int new_local_fwd_mode = ice_devlink_local_fwd_str_to_mode(ctx->val.vstr); in ice_devlink_local_fwd_set()
1488 dev_info(dev, "Setting local_fwd to %s\n", ctx->val.vstr); in ice_devlink_local_fwd_set()
1513 if (ice_devlink_local_fwd_str_to_mode(val.vstr) < 0) { in ice_devlink_local_fwd_validate()
/linux/drivers/tty/serial/
H A Dsunsab.h29 u8 vstr; /* Version Status Register */ member
H A Dsunsab.c292 !(readb(&up->regs->r.vstr) & SAB82532_VSTR_CD)); in check_status()
396 val = readb(&up->regs->r.vstr); in sunsab_get_mctrl()
989 up->type = readb(&up->regs->r.vstr) & 0x0f; in sunsab_init_one()
/linux/drivers/staging/greybus/
H A Daudio_codec.h123 char vstr[NAME_SIZE]; member
/linux/net/devlink/
H A Dparam.c219 val.vstr)) in devlink_nl_param_value_fill_one()
479 strcpy(value->vstr, nla_data(param_data)); in devlink_param_value_get_from_info()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c3530 char *value = val.vstr; in mlx5_fs_mode_validate()
3569 if (!strcmp(ctx->val.vstr, "smfs")) in mlx5_fs_mode_set()
3584 strscpy(ctx->val.vstr, "smfs", sizeof(ctx->val.vstr)); in mlx5_fs_mode_get()
3586 strscpy(ctx->val.vstr, "dmfs", sizeof(ctx->val.vstr)); in mlx5_fs_mode_get()