Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap2/
Di2c.h13 int omap_i2c_reset(struct omap_hwmod *oh);
Di2c.c36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset() function
Domap_hwmod_2420_data.c90 .reset = &omap_i2c_reset,
Domap_hwmod_2430_data.c67 .reset = &omap_i2c_reset,
Domap_hwmod_3xxx_data.c438 .reset = &omap_i2c_reset,
Domap_hwmod.c3504 { .match = "i2c", .len = 3, .reset = omap_i2c_reset, },
/Linux-v6.1/drivers/i2c/busses/
Di2c-omap.c309 static int omap_i2c_reset(struct omap_i2c_dev *omap) in omap_i2c_reset() function
756 omap_i2c_reset(omap); in omap_i2c_xfer_msg()
766 omap_i2c_reset(omap); in omap_i2c_xfer_msg()