Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dexpr.c70 struct expr_id_data *val_ptr; in test__expr() local
134 (void **)&val_ptr)); in test__expr()
136 (void **)&val_ptr)); in test__expr()
138 (void **)&val_ptr)); in test__expr()
147 (void **)&val_ptr)); in test__expr()
149 (void **)&val_ptr)); in test__expr()
157 (void **)&val_ptr)); in test__expr()
159 (void **)&val_ptr)); in test__expr()
177 (void **)&val_ptr)); in test__expr()
186 (void **)&val_ptr)); in test__expr()
[all …]
/linux-6.1.9/drivers/video/backlight/
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-6.1.9/arch/mips/fw/cfe/
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()
Dcfe_api_int.h61 cfe_xptr_t val_ptr; /* value string buffer */ member
/linux-6.1.9/drivers/hid/
Dhid-sensor-hub.c245 u8 *val_ptr; in sensor_hub_get_feature() local
271 val_ptr = (u8 *)report->field[field_index]->value; in sensor_hub_get_feature()
276 memcpy(&((u8 *)buffer)[buffer_index], val_ptr, in sensor_hub_get_feature()
278 val_ptr += sizeof(__s32); in sensor_hub_get_feature()
/linux-6.1.9/include/uapi/rdma/
Dib_user_ioctl_verbs.h189 RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */
/linux-6.1.9/tools/perf/util/
Dmetricgroup.c275 struct expr_id_data *val_ptr; in setup_metric_events() local
291 if (hashmap__find(ids, metric_id, (void **)&val_ptr)) { in setup_metric_events()
/linux-6.1.9/drivers/media/usb/cx231xx/
Dcx231xx-417.c320 static int get_itvc_reg(struct cx231xx *dev, u32 gpio_direction, u32 *val_ptr) in get_itvc_reg() argument
329 (u8 *)val_ptr, 4, 0, 1); in get_itvc_reg()
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6319 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local
6322 val_ptr = (u8 *)&val; in qed_read_from_cyclic_buf()
6328 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()