Home
last modified time | relevance | path

Searched refs:storage_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/common/st_sensors/
A Dst_sensors_buffer.c34 unsigned int storage_bytes = in st_sensors_get_buffer_element() local
37 buf = PTR_ALIGN(buf, storage_bytes); in st_sensors_get_buffer_element()
43 buf += storage_bytes; in st_sensors_get_buffer_element()
/linux/drivers/iio/temperature/
A Dmaxim_thermocouple.c133 unsigned int storage_bytes = data->chip->read_size; in maxim_thermocouple_read() local
139 switch (storage_bytes) { in maxim_thermocouple_read()
141 ret = spi_read(data->spi, (void *)&buf16, storage_bytes); in maxim_thermocouple_read()
145 ret = spi_read(data->spi, (void *)&buf32, storage_bytes); in maxim_thermocouple_read()

Completed in 6 milliseconds