Home
last modified time | relevance | path

Searched refs:str_val (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/media/atomisp/pci/
A Datomisp_csi2_bridge.c175 char *str_val; in gmin_cfg_get_int() local
179 str_val = gmin_cfg_get(adev, key); in gmin_cfg_get_int()
180 if (!str_val) in gmin_cfg_get_int()
183 ret = kstrtoul(str_val, 0, &int_val); in gmin_cfg_get_int()
184 kfree(str_val); in gmin_cfg_get_int()
/drivers/soc/qcom/
A Dqcom_aoss.c513 const char *str_val; in qmp_debugfs_write() local
532 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write()
534 ret = snprintf(buf, sizeof(buf), entry->fmt, str_val); in qmp_debugfs_write()
/drivers/net/team/
A Dteam_mode_loadbalance.c339 ctx->data.str_val = name; in lb_tx_method_get()
347 func = lb_select_tx_port_get_func(ctx->data.str_val); in lb_tx_method_set()
A Dteam_core.c1397 ctx->data.str_val = team->mode->kind; in team_mode_option_get()
1402 return team_change_mode(team, ctx->data.str_val); in team_mode_option_set()
2360 ctx.data.str_val)) in team_nl_fill_one_option_get()
2638 ctx.data.str_val = nla_data(attr_data); in team_nl_options_set_doit()
/drivers/iio/resolver/
A Dad2s1210.c1367 const char *str_val; in ad2s1210_setup_properties() local
1371 ret = device_property_read_string(dev, "adi,fixed-mode", &str_val); in ad2s1210_setup_properties()
1378 if (strcmp(str_val, "config")) in ad2s1210_setup_properties()
/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.c21 int index = 0; u8 i; const char *str_val = str; \
23 if (str_val) { \
26 "%s = ", str_val); \

Completed in 32 milliseconds