Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A Dbme680_spi.c113 struct bme680_spi_bus_context *bus_context; in bme680_spi_probe() local
116 bus_context = devm_kzalloc(&spi->dev, sizeof(*bus_context), GFP_KERNEL); in bme680_spi_probe()
117 if (!bus_context) in bme680_spi_probe()
120 bus_context->spi = spi; in bme680_spi_probe()
121 bus_context->current_page = 0xff; /* Undefined on warm boot */ in bme680_spi_probe()
124 bus_context, &bme680_regmap_config); in bme680_spi_probe()
/linux/include/linux/
H A Dregmap.h635 void *bus_context,
700 void *bus_context,
802 #define regmap_init(dev, bus, bus_context, config) \ argument
804 dev, bus, bus_context, config)
1035 #define devm_regmap_init(dev, bus, bus_context, config) \ argument
1037 dev, bus, bus_context, config)