Searched refs:val_ptr (Results 1 – 5 of 5) sorted by relevance
/drivers/video/backlight/ |
D | qcom-wled.c | 156 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 …]
|
/drivers/virt/geniezone/ |
D | gzvm_vcpu.c | 66 const void *val_ptr; in gzvm_vcpu_handle_mmio() local 73 val_ptr = &vcpu->run->mmio.data; in gzvm_vcpu_handle_mmio() 75 return gzvm_ioevent_write(vcpu, addr, len, val_ptr); in gzvm_vcpu_handle_mmio()
|
/drivers/hid/ |
D | hid-sensor-hub.c | 245 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()
|
/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()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 6319 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()
|