Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dexpr.c73 struct expr_id_data *val_ptr; in test__expr() local
138 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAR", &val_ptr)); in test__expr()
139 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr)); in test__expr()
140 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BOZO", &val_ptr)); in test__expr()
148 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1,param=3@", &val_ptr)); in test__expr()
149 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT2,param=3@", &val_ptr)); in test__expr()
156 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event1", &val_ptr)); in test__expr()
157 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event2", &val_ptr)); in test__expr()
172 &val_ptr)); in test__expr()
181 &val_ptr)); in test__expr()
[all …]
/linux/drivers/video/backlight/
H A Dqcom-wled.c156 u32 *val_ptr; member
162 bool *val_ptr; member
1317 .val_ptr = &cfg->boost_i_limit, in wled_configure()
1322 .val_ptr = &cfg->string_i_limit, in wled_configure()
1327 .val_ptr = &cfg->ovp, in wled_configure()
1332 .val_ptr = &cfg->switch_freq, in wled_configure()
1340 .val_ptr = &cfg->boost_i_limit, in wled_configure()
1345 .val_ptr = &cfg->string_i_limit, in wled_configure()
1350 .val_ptr = &cfg->ovp, in wled_configure()
1355 .val_ptr = &cfg->switch_freq, in wled_configure()
[all …]
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c169 void *val_ptr; in patch_map_thread() local
177 val_ptr = &val; in patch_map_thread()
179 val_ptr = blob; in patch_map_thread()
182 val_ptr = &val; in patch_map_thread()
187 ret = map_update_retriable(opts->map_fd, &i, val_ptr, 0, in patch_map_thread()
190 ret = bpf_map_update_elem(opts->map_fd, &i, val_ptr, 0); in patch_map_thread()
/linux/arch/mips/fw/cfe/
H A Dcfe_api.c123 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_enumenv()
220 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(dest); in cfe_getenv()
388 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_setenv()
H A Dcfe_api_int.h61 cfe_xptr_t val_ptr; /* value string buffer */ member
/linux/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h191 RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */