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

/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_buffer.c33 unsigned int storage_bytes = local
36 buf = PTR_ALIGN(buf, storage_bytes);
42 buf += storage_bytes;
/linux-master/drivers/iio/temperature/
H A Dmaxim_thermocouple.c132 unsigned int storage_bytes = data->chip->read_size; local
138 switch (storage_bytes) {
140 ret = spi_read(data->spi, (void *)&buf16, storage_bytes);
144 ret = spi_read(data->spi, (void *)&buf32, storage_bytes);

Completed in 322 milliseconds