Searched refs:val_ptr (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/tests/
H A Dexpr.c72 struct expr_id_data *val_ptr; local
139 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAR", &val_ptr));
140 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr));
141 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BOZO", &val_ptr));
149 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1,param=3@", &val_ptr));
150 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT2,param=3@", &val_ptr));
157 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event1", &val_ptr));
158 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event2", &val_ptr));
173 &val_ptr));
182 &val_ptr));
[all...]
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c168 void *val_ptr; local
176 val_ptr = &val;
178 val_ptr = blob;
181 val_ptr = &val;
186 ret = map_update_retriable(opts->map_fd, &i, val_ptr, 0,
189 ret = bpf_map_update_elem(opts->map_fd, &i, val_ptr, 0);
/linux-master/drivers/video/backlight/
H A Dqcom-wled.c156 u32 *val_ptr; member in struct:wled_u32_opts
162 bool *val_ptr; member in struct:wled_bool_opts
1317 .val_ptr = &cfg->boost_i_limit,
1322 .val_ptr = &cfg->string_i_limit,
1327 .val_ptr = &cfg->ovp,
1332 .val_ptr = &cfg->switch_freq,
1340 .val_ptr = &cfg->boost_i_limit,
1345 .val_ptr = &cfg->string_i_limit,
1350 .val_ptr = &cfg->ovp,
1355 .val_ptr
[all...]
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api_int.h61 cfe_xptr_t val_ptr; /* value string buffer */ member in struct:xiocb_envbuf
H A Dcfe_api.c123 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val);
220 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(dest);
388 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val);
/linux-master/include/uapi/rdma/
H A Dib_user_ioctl_verbs.h191 RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */
193 __u16 len; /* Len of the filter struct val_ptr points to */
/linux-master/drivers/hid/
H A Dhid-sensor-hub.c245 u8 *val_ptr; local
271 val_ptr = (u8 *)report->field[field_index]->value;
276 memcpy(&((u8 *)buffer)[buffer_index], val_ptr,
278 val_ptr += sizeof(__s32);
/linux-master/tools/perf/util/
H A Dmetricgroup.c297 struct expr_id_data *val_ptr; local
317 if (hashmap__find(ids, metric_id, &val_ptr)) {
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c320 static int get_itvc_reg(struct cx231xx *dev, u32 gpio_direction, u32 *val_ptr) argument
329 (u8 *)val_ptr, 4, 0, 1);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c6319 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; local
6322 val_ptr = (u8 *)&val;
6328 val_ptr[i] = bytes_buf[*offset];

Completed in 250 milliseconds