Searched refs:val_ptr (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/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.4/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.4/drivers/video/backlight/ |
| D | pm8941-wled.c | 278 u32 *val_ptr; in pm8941_wled_configure() member 309 bool *val_ptr; in pm8941_wled_configure() member 348 *u32_opts[i].val_ptr = j; in pm8941_wled_configure() 353 *bool_opts[i].val_ptr = true; in pm8941_wled_configure()
|
| /Linux-v5.4/include/uapi/rdma/ |
| D | ib_user_ioctl_verbs.h | 142 RDMA_UAPI_PTR(void *, val_ptr); /* pointer to a flow_xxxx_filter */
|
| /Linux-v5.4/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() 388 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.4/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.4/drivers/media/usb/cx231xx/ |
| D | cx231xx-417.c | 324 static int get_itvc_reg(struct cx231xx *dev, u32 gpio_direction, u32 *val_ptr) in get_itvc_reg() argument 333 (u8 *)val_ptr, 4, 0, 1); in get_itvc_reg()
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_debug.c | 6218 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local 6221 val_ptr = (u8 *)&val; in qed_read_from_cyclic_buf() 6227 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()
|