Searched refs:dm_i2c_ops (Results 1 - 25 of 53) sorted by relevance

123

/u-boot/drivers/i2c/
H A Dsandbox_i2c.c20 struct dm_i2c_ops **opsp)
51 struct dm_i2c_ops *ops;
84 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 Di2c-uclass.c86 struct dm_i2c_ops *ops = i2c_get_ops(bus);
115 struct dm_i2c_ops *ops = i2c_get_ops(bus);
138 struct dm_i2c_ops *ops = i2c_get_ops(bus);
169 struct dm_i2c_ops *ops = i2c_get_ops(bus);
217 struct dm_i2c_ops *ops = i2c_get_ops(bus);
271 struct dm_i2c_ops *ops = i2c_get_ops(bus);
489 struct dm_i2c_ops *ops = i2c_get_ops(bus);
510 struct dm_i2c_ops *ops = i2c_get_ops(bus);
523 struct dm_i2c_ops *ops = i2c_get_ops(bus);
697 struct dm_i2c_ops *op
[all...]
H A Ddesignware_i2c.h211 extern const struct dm_i2c_ops designware_i2c_ops;
H A Dtegra186_bpmp_i2c.c111 static const struct dm_i2c_ops tegra186_bpmp_i2c_ops = {
H A Di2c-uniphier.c202 static const struct dm_i2c_ops uniphier_i2c_ops = {
H A Dat91_i2c.c239 static const struct dm_i2c_ops at91_i2c_ops = {
H A Dsun8i_rsb.c267 static const struct dm_i2c_ops sun8i_rsb_ops = {
H A Dsun6i_p2wi.c214 static const struct dm_i2c_ops sun6i_p2wi_ops = {
H A Dihs_i2c.c231 static const struct dm_i2c_ops ihs_i2c_ops = {
H A Di2c-versatile.c259 static const struct dm_i2c_ops versatile_i2c_ops = {
H A Drcar_iic.c256 static const struct dm_i2c_ops rcar_iic_ops = {
H A Dintel_i2c.c283 static const struct dm_i2c_ops intel_i2c_ops = {
H A Dsynquacer_i2c.c317 static const struct dm_i2c_ops synquacer_i2c_ops = {
H A Di2c-uniphier-f.c314 static const struct dm_i2c_ops uniphier_fi2c_ops = {
H A Dast2600_i2c.c285 static const struct dm_i2c_ops ast2600_i2c_ops = {
H A Ddavinci_i2c.c395 static const struct dm_i2c_ops davinci_i2c_ops = {
H A Dast_i2c.c345 static const struct dm_i2c_ops ast_i2c_ops = {
H A Ds3c24x0_i2c.c327 static const struct dm_i2c_ops s3c_i2c_ops = {
/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c173 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus);
193 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus);
208 static const struct dm_i2c_ops i2c_mux_bus_ops = {
/u-boot/drivers/power/pmic/
H A Di2c_pmic_emul.c150 struct dm_i2c_ops sandbox_i2c_pmic_emul_ops = {
/u-boot/include/
H A Di2c.h351 * See the deblock() method in 'struct dm_i2c_ops' for full information
377 * struct dm_i2c_ops - driver operations for I2C uclass
383 struct dm_i2c_ops { struct
468 #define i2c_get_ops(dev) ((struct dm_i2c_ops *)(dev)->driver->ops)
/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c195 struct dm_i2c_ops sandbox_i2c_rtc_emul_ops = {
/u-boot/drivers/misc/
H A Di2c_eeprom_emul.c148 struct dm_i2c_ops sandbox_i2c_emul_ops = {

Completed in 196 milliseconds

123