Searched refs:dm_i2c_ops (Results 1 – 25 of 51) sorted by relevance
123
20 struct dm_i2c_ops **opsp) in get_emul()51 struct dm_i2c_ops *ops; in sandbox_i2c_xfer()84 static const struct dm_i2c_ops sandbox_i2c_ops = {
86 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()115 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()138 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()169 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()217 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_xfer()271 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_probe_chip()414 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()435 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()448 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()622 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_deblock()
45 static const struct dm_i2c_ops cros_ec_i2c_ops = {
61 static const struct dm_i2c_ops cros_ec_i2c_ops = {
111 static const struct dm_i2c_ops tegra186_bpmp_i2c_ops = {
211 extern const struct dm_i2c_ops designware_i2c_ops;
202 static const struct dm_i2c_ops uniphier_i2c_ops = {
214 static const struct dm_i2c_ops sun6i_p2wi_ops = {
259 static const struct dm_i2c_ops versatile_i2c_ops = {
231 static const struct dm_i2c_ops ihs_i2c_ops = {
283 static const struct dm_i2c_ops intel_i2c_ops = {
256 static const struct dm_i2c_ops rcar_iic_ops = {
267 static const struct dm_i2c_ops sun8i_rsb_ops = {
241 static const struct dm_i2c_ops at91_i2c_ops = {
327 static const struct dm_i2c_ops s3c_i2c_ops = {
317 static const struct dm_i2c_ops synquacer_i2c_ops = {
344 static const struct dm_i2c_ops lpc32xx_i2c_ops = {
335 static const struct dm_i2c_ops xilinx_xiic_ops = {
345 static const struct dm_i2c_ops ast_i2c_ops = {
314 static const struct dm_i2c_ops uniphier_fi2c_ops = {
173 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()193 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()208 static const struct dm_i2c_ops i2c_mux_bus_ops = {
383 struct dm_i2c_ops { struct468 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument
149 struct dm_i2c_ops sandbox_i2c_pmic_emul_ops = {
148 struct dm_i2c_ops sandbox_i2c_emul_ops = {
195 struct dm_i2c_ops sandbox_i2c_rtc_emul_ops = {
Completed in 44 milliseconds