| /Linux-v5.10/arch/nds32/mm/ | 
| D | alignment.c | 50 #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);		\ 62 #define get32_data(addr, val_ptr)				\  argument 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);		\ [all …] 
 | 
| /Linux-v5.10/tools/perf/tests/ | 
| D | expr.c | 21 	struct expr_id_data *val_ptr;  in test__expr()  local 69 						    (void **)&val_ptr));  in test__expr() 71 						    (void **)&val_ptr));  in test__expr() 73 						    (void **)&val_ptr));  in test__expr() 81 						    (void **)&val_ptr));  in test__expr() 83 						    (void **)&val_ptr));  in test__expr()
  | 
| /Linux-v5.10/drivers/video/backlight/ | 
| D | qcom-wled.c | 156 	u32 *val_ptr;  member 162 	bool *val_ptr;  member 1316 			.val_ptr = &cfg->boost_i_limit,  in wled_configure() 1321 			.val_ptr = &cfg->string_i_limit,  in wled_configure() 1326 			.val_ptr = &cfg->ovp,  in wled_configure() 1331 			.val_ptr = &cfg->switch_freq,  in wled_configure() 1336 			.val_ptr = &cfg->num_strings,  in wled_configure() 1344 			.val_ptr = &cfg->boost_i_limit,  in wled_configure() 1349 			.val_ptr = &cfg->string_i_limit,  in wled_configure() 1354 			.val_ptr = &cfg->ovp,  in wled_configure() [all …] 
 | 
| /Linux-v5.10/drivers/infiniband/core/ | 
| D | uverbs_std_types_flow_action.c | 118 			const void __user *val_ptr,  in parse_esp_ip()  argument 158 		    !ib_is_buffer_cleared(val_ptr + sizeof(user_val.ipv4),  in parse_esp_ip() 163 		ret = copy_from_user(&user_val.ipv4, val_ptr,  in parse_esp_ip() 172 		    !ib_is_buffer_cleared(val_ptr + sizeof(user_val.ipv6),  in parse_esp_ip() 177 		ret = copy_from_user(&user_val.ipv6, val_ptr,  in parse_esp_ip() 213 			    u64_to_user_ptr(uverbs_encap.val_ptr),  in flow_action_esp_get_encap()
  | 
| /Linux-v5.10/arch/mips/fw/cfe/ | 
| D | cfe_api.c | 118 	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()
  | 
| D | cfe_api_int.h | 61 	cfe_xptr_t val_ptr;		/* value string buffer */  member
  | 
| /Linux-v5.10/drivers/hid/ | 
| D | hid-sensor-hub.c | 241 	u8 *val_ptr;  in sensor_hub_get_feature()  local 267 	val_ptr = (u8 *)report->field[field_index]->value;  in sensor_hub_get_feature() 272 		memcpy(&((u8 *)buffer)[buffer_index], val_ptr,  in sensor_hub_get_feature() 274 		val_ptr += sizeof(__s32);  in sensor_hub_get_feature()
  | 
| /Linux-v5.10/include/uapi/rdma/ | 
| D | ib_user_ioctl_verbs.h | 189 	RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */
  | 
| /Linux-v5.10/tools/perf/util/ | 
| D | metricgroup.c | 191 	struct expr_id_data *val_ptr;  in find_evsel_group()  local 201 	    hashmap__find(&pctx->ids, "duration_time", (void **)&val_ptr))  in find_evsel_group() 237 		if (hashmap__find(&pctx->ids, ev->name, (void **)&val_ptr))  in find_evsel_group()
  | 
| /Linux-v5.10/drivers/media/usb/cx231xx/ | 
| D | cx231xx-417.c | 320 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-v5.10/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_debug.c | 5895 	u8 i, *val_ptr, *bytes_buf = (u8 *)buf;  in qed_read_from_cyclic_buf()  local 5898 	val_ptr = (u8 *)&val;  in qed_read_from_cyclic_buf() 5904 		val_ptr[i] = bytes_buf[*offset];  in qed_read_from_cyclic_buf()
  |