Searched refs:storage_bytes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
H A D | st_sensors_buffer.c | 36 unsigned int storage_bytes = in st_sensors_get_buffer_element() local 39 buf = PTR_ALIGN(buf, storage_bytes); in st_sensors_get_buffer_element() 45 buf += storage_bytes; in st_sensors_get_buffer_element()
|
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/ |
H A D | st_sensors_buffer.c | 33 unsigned int storage_bytes = in st_sensors_get_buffer_element() local 36 buf = PTR_ALIGN(buf, storage_bytes); in st_sensors_get_buffer_element() 42 buf += storage_bytes; in st_sensors_get_buffer_element()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
H A D | maxim_thermocouple.c | 133 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()
|
/kernel/linux/linux-6.6/drivers/iio/temperature/ |
H A D | maxim_thermocouple.c | 132 unsigned int storage_bytes = data->chip->read_size; in maxim_thermocouple_read() local 138 switch (storage_bytes) { in maxim_thermocouple_read() 140 ret = spi_read(data->spi, (void *)&buf16, storage_bytes); in maxim_thermocouple_read() 144 ret = spi_read(data->spi, (void *)&buf32, storage_bytes); in maxim_thermocouple_read()
|
Completed in 2 milliseconds