Home
last modified time | relevance | path

Searched refs:bool_val (Results 1 – 2 of 2) sorted by relevance

/drivers/soc/qcom/
A Dqcom_aoss.c514 bool bool_val; in qmp_debugfs_write() local
528 ret = kstrtobool_from_user(user_buf, count, &bool_val); in qmp_debugfs_write()
532 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write()
/drivers/net/team/
A Dteam_core.c1462 ctx->data.bool_val = team_port_enabled(port); in team_port_en_option_get()
1470 if (ctx->data.bool_val) in team_port_en_option_set()
1482 ctx->data.bool_val = port->user.linkup; in team_user_linkup_option_get()
1492 port->user.linkup = ctx->data.bool_val; in team_user_linkup_option_set()
1503 ctx->data.bool_val = port->user.linkup_enabled; in team_user_linkup_en_option_get()
1511 port->user.linkup_enabled = ctx->data.bool_val; in team_user_linkup_en_option_set()
2373 if (ctx.data.bool_val && in team_nl_fill_one_option_get()
2645 ctx.data.bool_val = attr_data ? true : false; in team_nl_options_set_doit()

Completed in 16 milliseconds