Home
last modified time | relevance | path

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

/linux/drivers/iio/temperature/
H A Dmaxim_thermocouple.c128 __be32 raw32; member
148 ret = spi_read(data->spi, &data->buffer.raw32, storage_bytes); in maxim_thermocouple_read()
149 *val = be32_to_cpu(data->buffer.raw32); in maxim_thermocouple_read()
/linux/sound/core/seq/
H A Dseq_clientmgr.c1094 (void __force *)compat_ptr(ev->data.raw32.d[1]); in snd_seq_poll()