Searched defs:regmap_bus (Results 1 – 1 of 1) sorted by relevance
68978 struct regmap_bus { struct68979 bool fast_io;68980 regmap_hw_write write;68981 regmap_hw_gather_write gather_write;68982 regmap_hw_async_write async_write;68983 regmap_hw_reg_write reg_write;68984 regmap_hw_reg_update_bits reg_update_bits;68985 regmap_hw_read read;68986 regmap_hw_reg_read reg_read;68987 regmap_hw_free_context free_context;[all …]