Home
last modified time | relevance | path

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

/linux/arch/nds32/mm/
A Dalignment.c50 #define get16_data(addr, val_ptr) \ argument
54 *val_ptr = v << 0; \
56 *val_ptr |= v << 8; \
59 *val_ptr = le16_to_cpu(*val_ptr); \
66 *val_ptr = v << 0; \
68 *val_ptr |= v << 8; \
70 *val_ptr |= v << 16; \
72 *val_ptr |= v << 24; \
75 *val_ptr = le32_to_cpu(*val_ptr); \
80 get16_data(addr, val_ptr); \
[all …]
/linux/tools/perf/tests/
A Dexpr.c67 struct expr_id_data *val_ptr; in test__expr() local
120 (void **)&val_ptr)); in test__expr()
122 (void **)&val_ptr)); in test__expr()
124 (void **)&val_ptr)); in test__expr()
133 (void **)&val_ptr)); in test__expr()
135 (void **)&val_ptr)); in test__expr()
143 (void **)&val_ptr)); in test__expr()
145 (void **)&val_ptr)); in test__expr()
155 (void **)&val_ptr)); in test__expr()
186 (void **)&val_ptr)); in test__expr()
/linux/drivers/video/backlight/
A Dqcom-wled.c156 u32 *val_ptr; member
162 bool *val_ptr; member
1339 .val_ptr = &cfg->ovp, in wled_configure()
1344 .val_ptr = &cfg->switch_freq, in wled_configure()
1349 .val_ptr = &cfg->num_strings, in wled_configure()
1367 .val_ptr = &cfg->ovp, in wled_configure()
1372 .val_ptr = &cfg->switch_freq, in wled_configure()
1395 .val_ptr = &cfg->ovp, in wled_configure()
1410 .val_ptr = &cfg->mod_sel, in wled_configure()
1415 .val_ptr = &cfg->cabc_sel, in wled_configure()
[all …]
/linux/drivers/infiniband/core/
A Duverbs_std_types_flow_action.c116 const void __user *val_ptr, in parse_esp_ip() argument
156 !ib_is_buffer_cleared(val_ptr + sizeof(user_val.ipv4), in parse_esp_ip()
161 ret = copy_from_user(&user_val.ipv4, val_ptr, in parse_esp_ip()
170 !ib_is_buffer_cleared(val_ptr + sizeof(user_val.ipv6), in parse_esp_ip()
175 ret = copy_from_user(&user_val.ipv6, val_ptr, in parse_esp_ip()
211 u64_to_user_ptr(uverbs_encap.val_ptr), in flow_action_esp_get_encap()
/linux/arch/mips/fw/cfe/
A Dcfe_api.c118 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_enumenv()
215 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(dest); in cfe_getenv()
383 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_setenv()
A Dcfe_api_int.h61 cfe_xptr_t val_ptr; /* value string buffer */ member
/linux/drivers/hid/
A 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/include/uapi/rdma/
A Dib_user_ioctl_verbs.h189 RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */
/linux/tools/perf/util/
A Dmetricgroup.c272 struct expr_id_data *val_ptr; in setup_metric_events() local
288 if (hashmap__find(ids, metric_id, (void **)&val_ptr)) { in setup_metric_events()
/linux/drivers/media/usb/cx231xx/
A 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/drivers/net/ethernet/qlogic/qed/
A Dqed_debug.c6306 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local
6309 val_ptr = (u8 *)&val; in qed_read_from_cyclic_buf()
6315 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()

Completed in 40 milliseconds