Searched defs:regmap_bus (Results 1 – 6 of 6) sorted by relevance
100092 struct regmap_bus { struct100093 bool fast_io;100094 regmap_hw_write write;100095 regmap_hw_gather_write gather_write;100096 regmap_hw_async_write async_write;100097 regmap_hw_reg_write reg_write;100098 regmap_hw_reg_update_bits reg_update_bits;100099 regmap_hw_read read;100100 regmap_hw_reg_read reg_read;100101 regmap_hw_free_context free_context;[all …]
83327 struct regmap_bus { struct83328 bool fast_io;83329 regmap_hw_write write;83330 regmap_hw_gather_write gather_write;83331 regmap_hw_async_write async_write;83332 regmap_hw_reg_write reg_write;83333 regmap_hw_reg_update_bits reg_update_bits;83334 regmap_hw_read read;83335 regmap_hw_reg_read reg_read;83336 regmap_hw_free_context free_context;[all …]
81936 struct regmap_bus { struct81937 bool fast_io;81938 regmap_hw_write write;81939 regmap_hw_gather_write gather_write;81940 regmap_hw_async_write async_write;81941 regmap_hw_reg_write reg_write;81942 regmap_hw_reg_update_bits reg_update_bits;81943 regmap_hw_read read;81944 regmap_hw_reg_read reg_read;81945 regmap_hw_free_context free_context;[all …]