Searched refs:tmp_value (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | pac1934.c | 594 u16 tmp_value; in pac1934_reg_snapshot() local 681 tmp_value = get_unaligned_be16(offset_reg_data_p); in pac1934_reg_snapshot() 684 reg_data->vbus[cnt] = sign_extend32((u32)(tmp_value), 15); in pac1934_reg_snapshot() 686 reg_data->vbus[cnt] = tmp_value; in pac1934_reg_snapshot() 696 tmp_value = get_unaligned_be16(offset_reg_data_p); in pac1934_reg_snapshot() 699 reg_data->vsense[cnt] = sign_extend32((u32)(tmp_value), 15); in pac1934_reg_snapshot() 701 reg_data->vsense[cnt] = tmp_value; in pac1934_reg_snapshot() 711 tmp_value = get_unaligned_be16(offset_reg_data_p); in pac1934_reg_snapshot() 714 reg_data->vbus_avg[cnt] = sign_extend32((u32)(tmp_value), 15); in pac1934_reg_snapshot() 716 reg_data->vbus_avg[cnt] = tmp_value; in pac1934_reg_snapshot() [all …]
|
| /linux/drivers/video/backlight/ |
| H A D | mp3309c.c | 202 unsigned int tmp_value; in mp3309c_parse_fwnode() local 294 ret = device_property_read_u32(dev, "mps,overvoltage-protection-microvolt", &tmp_value); in mp3309c_parse_fwnode() 296 switch (tmp_value) { in mp3309c_parse_fwnode()
|
| /linux/drivers/iio/common/st_sensors/ |
| H A D | st_sensors_core.c | 163 u8 tmp_value; in st_sensors_set_enable() local 170 tmp_value = sdata->sensor_settings->pw.value_on; in st_sensors_set_enable() 179 tmp_value = odr_out.value; in st_sensors_set_enable() 184 sdata->sensor_settings->pw.mask, tmp_value); in st_sensors_set_enable()
|
| /linux/net/core/ |
| H A D | pktgen.c | 1824 __u32 tmp_value; in pktgen_if_write() local 1827 len = hex32_arg(&user_buffer[i], max, &tmp_value); in pktgen_if_write() 1832 pkt_dev->tos = tmp_value; in pktgen_if_write() 1841 __u32 tmp_value; in pktgen_if_write() local 1844 len = hex32_arg(&user_buffer[i], max, &tmp_value); in pktgen_if_write() 1849 pkt_dev->traffic_class = tmp_value; in pktgen_if_write()
|