Searched refs:dm_i2c_ops (Results 1 – 25 of 43) sorted by relevance
12
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 = {
84 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()113 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()136 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()167 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()221 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_xfer()260 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_probe_chip()403 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()424 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()437 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()611 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 = {
259 static const struct dm_i2c_ops versatile_i2c_ops = {
283 static const struct dm_i2c_ops intel_i2c_ops = {
256 static const struct dm_i2c_ops rcar_iic_ops = {
349 static const struct dm_i2c_ops lpc32xx_i2c_ops = {
331 static const struct dm_i2c_ops s3c_i2c_ops = {
241 static const struct dm_i2c_ops at91_i2c_ops = {
335 static const struct dm_i2c_ops xilinx_xiic_ops = {
337 static const struct dm_i2c_ops ast_i2c_ops = {
281 static const struct dm_i2c_ops meson_i2c_ops = {
304 static const struct dm_i2c_ops ca_i2c_ops = {
314 static const struct dm_i2c_ops uniphier_fi2c_ops = {
361 static const struct dm_i2c_ops i2c_gpio_ops = {
357 static const struct dm_i2c_ops rcar_i2c_ops = {
171 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()191 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()206 static const struct dm_i2c_ops i2c_mux_bus_ops = {
149 struct dm_i2c_ops sandbox_i2c_pmic_emul_ops = {
366 struct dm_i2c_ops { struct451 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument
148 struct dm_i2c_ops sandbox_i2c_emul_ops = {
214 struct dm_i2c_ops sandbox_i2c_rtc_emul_ops = {
Completed in 25 milliseconds