Lines Matching defs:osr
57 const struct ms5611_osr *osr = st->temp_osr;
60 * Warning: &osr->cmd MUST be aligned on a word boundary since used as
63 ret = spi_write_then_read(st->client, &osr->cmd, 1, NULL, 0);
67 usleep_range(osr->conv_usec, osr->conv_usec + (osr->conv_usec / 10UL));
72 osr = st->pressure_osr;
73 ret = spi_write_then_read(st->client, &osr->cmd, 1, NULL, 0);
77 usleep_range(osr->conv_usec, osr->conv_usec + (osr->conv_usec / 10UL));