Lines Matching refs:ctx
26 struct bme680_spi_bus_context *ctx, u8 reg)
28 struct spi_device *spi = ctx->spi;
33 if (page == ctx->current_page)
59 ctx->current_page = page;
67 struct bme680_spi_bus_context *ctx = context;
68 struct spi_device *spi = ctx->spi;
74 ret = bme680_regmap_spi_select_page(ctx, buf[0]);
90 struct bme680_spi_bus_context *ctx = context;
91 struct spi_device *spi = ctx->spi;
95 ret = bme680_regmap_spi_select_page(ctx, addr);