Searched defs:regmap_bus (Results 1 – 2 of 2) sorted by relevance
73038 struct regmap_bus { struct73039 bool fast_io;73040 bool free_on_exit;73041 regmap_hw_write write;73042 regmap_hw_gather_write gather_write;73043 regmap_hw_async_write async_write;73044 regmap_hw_reg_write reg_write;73045 regmap_hw_reg_noinc_write reg_noinc_write;73046 regmap_hw_reg_update_bits reg_update_bits;73047 regmap_hw_read read;[all …]
90215 struct regmap_bus { struct90216 bool fast_io;90217 bool free_on_exit;90218 regmap_hw_write write;90219 regmap_hw_gather_write gather_write;90220 regmap_hw_async_write async_write;90221 regmap_hw_reg_write reg_write;90222 regmap_hw_reg_noinc_write reg_noinc_write;90223 regmap_hw_reg_update_bits reg_update_bits;90224 regmap_hw_read read;[all …]