Home
last modified time | relevance | path

Searched refs:ast2600_i2c_priv (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dast2600_i2c.c107 struct ast2600_i2c_priv { struct
113 static int ast2600_i2c_read_data(struct ast2600_i2c_priv *priv, u8 chip_addr, in ast2600_i2c_read_data() argument
151 static int ast2600_i2c_write_data(struct ast2600_i2c_priv *priv, u8 chip_addr, in ast2600_i2c_write_data()
201 struct ast2600_i2c_priv *priv = dev_get_priv(dev); in ast2600_i2c_deblock()
233 struct ast2600_i2c_priv *priv = dev_get_priv(dev); in ast2600_i2c_xfer()
262 struct ast2600_i2c_priv *priv = dev_get_priv(dev); in ast2600_i2c_set_speed()
329 struct ast2600_i2c_priv *priv = dev_get_priv(dev); in ast2600_i2c_probe()
364 struct ast2600_i2c_priv *priv = dev_get_priv(dev); in ast2600_i2c_ofdata_to_platdata()
398 .priv_auto_alloc_size = sizeof(struct ast2600_i2c_priv),