Searched defs:regmap_bus (Results 1 – 1 of 1) sorted by relevance
515 struct regmap_bus { struct516 bool fast_io;517 regmap_hw_write write;518 regmap_hw_gather_write gather_write;519 regmap_hw_async_write async_write;520 regmap_hw_reg_write reg_write;544 const struct regmap_bus *bus, argument