Searched refs:omap_i2c_reset (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | i2c.h | 13 int omap_i2c_reset(struct omap_hwmod *oh);
|
H A D | i2c.c | 24 * omap_i2c_reset - reset the omap i2c module. 36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset() function
|
H A D | omap_hwmod_2420_data.c | 90 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod_2430_data.c | 67 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod_3xxx_data.c | 438 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod.c | 3504 { .match = "i2c", .len = 3, .reset = omap_i2c_reset, },
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | i2c.h | 13 int omap_i2c_reset(struct omap_hwmod *oh);
|
H A D | i2c.c | 24 * omap_i2c_reset - reset the omap i2c module. 36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset() function
|
H A D | omap_hwmod_2420_data.c | 89 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod_2430_data.c | 67 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod_3xxx_data.c | 437 .reset = &omap_i2c_reset,
|
H A D | omap_hwmod.c | 3470 { .match = "i2c", .len = 3, .reset = omap_i2c_reset, },
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-omap.c | 309 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()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-omap.c | 309 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()
|
Completed in 19 milliseconds