Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_omap.c100 #define DEV_CFG(dev) ((const struct i2c_omap_cfg *)(dev)->config)
104 struct i2c_omap_cfg { struct
318 const struct i2c_omap_cfg *cfg = (const struct i2c_omap_cfg *)io_context; in i2c_omap_get_sda()
334 const struct i2c_omap_cfg *cfg = (const struct i2c_omap_cfg *)io_context; in i2c_omap_set_sda()
354 const struct i2c_omap_cfg *cfg = (const struct i2c_omap_cfg *)io_context; in i2c_omap_set_scl()
376 const struct i2c_omap_cfg *cfg = DEV_CFG(dev); in i2c_omap_recover_bus()
684 const struct i2c_omap_cfg *cfg = DEV_CFG(dev); in i2c_omap_init()
706 static const struct i2c_omap_cfg i2c_omap_cfg_##inst = { \