Home
last modified time | relevance | path

Searched refs:dm_i2c_ops (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c69 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_read_bytewise()
98 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_write_bytewise()
121 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_read()
152 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_write()
206 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()
391 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_set_bus_speed()
412 struct dm_i2c_ops *ops = i2c_get_ops(bus); in dm_i2c_get_bus_speed()
425 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_set_chip_flags()
467 struct dm_i2c_ops *ops = i2c_get_ops(bus); in i2c_deblock()
H A Dsandbox_i2c.c24 struct dm_i2c_ops **opsp) in get_emul()
73 struct dm_i2c_ops *ops; in sandbox_i2c_xfer()
105 static const struct dm_i2c_ops sandbox_i2c_ops = {
H A Dcros_ec_tunnel.c45 static const struct dm_i2c_ops cros_ec_i2c_ops = {
H A Dcros_ec_ldo.c61 static const struct dm_i2c_ops cros_ec_i2c_ops = {
H A Dtegra186_bpmp_i2c.c103 static const struct dm_i2c_ops tegra186_bpmp_i2c_ops = {
H A Di2c-uniphier.c199 static const struct dm_i2c_ops uniphier_i2c_ops = {
H A Dintel_i2c.c293 static const struct dm_i2c_ops intel_i2c_ops = {
H A Dlpc32xx_i2c.c345 static const struct dm_i2c_ops lpc32xx_i2c_ops = {
H A Ds3c24x0_i2c.c329 static const struct dm_i2c_ops s3c_i2c_ops = {
H A Di2c-gpio.c329 static const struct dm_i2c_ops i2c_gpio_ops = {
H A Dat91_i2c.c255 static const struct dm_i2c_ops at91_i2c_ops = {
H A Dast_i2c.c337 static const struct dm_i2c_ops ast_i2c_ops = {
H A Di2c-uniphier-f.c324 static const struct dm_i2c_ops uniphier_fi2c_ops = {
H A Di2c-cdns.c434 static const struct dm_i2c_ops cdns_i2c_ops = {
H A Dimx_lpi2c.c444 static const struct dm_i2c_ops imx_lpi2c_ops = {
H A Dexynos_hs_i2c.c543 static const struct dm_i2c_ops exynos_hs_i2c_ops = {
H A Dtegra_i2c.c519 static const struct dm_i2c_ops tegra_i2c_ops = {
H A Ddavinci_i2c.c489 static const struct dm_i2c_ops davinci_i2c_ops = {
H A Ddesignware_i2c.c580 static const struct dm_i2c_ops designware_i2c_ops = {
H A Dmv_i2c.c587 static const struct dm_i2c_ops mv_i2c_ops = {
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c153 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe()
173 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer()
188 static const struct dm_i2c_ops i2c_mux_bus_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h374 struct dm_i2c_ops { struct
459 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c124 struct dm_i2c_ops sandbox_i2c_pmic_emul_ops = {
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c109 struct dm_i2c_ops sandbox_i2c_emul_ops = {
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c211 struct dm_i2c_ops sandbox_i2c_rtc_emul_ops = {

12