Lines Matching refs:reset
16 #include <linux/reset.h>
119 * @pre_reset_quirk: module specific pre-reset quirk
120 * @post_reset_quirk: module specific post-reset quirk
121 * @reset_done_quirk: module specific reset done quirk
289 /* Poll on reset status */
625 * sysc_init_resets - init rstctrl reset line if configured
1065 * Some modules like DSS reset automatically on idle. Enable optional
1066 * reset clocks and wait for OCP softreset to complete.
1078 * Some modules like i2c and hdq1w have unusable reset status unless
1079 * the module reset quirk is enabled. Skip status check on enable.
1724 * DSS needs dispc outputs disabled to reset modules. Returns mask of
1758 /* Remap the whole module range to be able to reset dispc outputs */
1809 /* DSS needs child outputs disabled and SDI registers cleared for reset */
1846 /* 1-wire needs module's internal clocks enabled for reset */
1865 /* I2C needs to be disabled for reset */
1939 /* Watchdog timer needs a disable sequence after reset */
2052 * Note that pdata->init_module() typically does a reset first. After
2073 * before calling reset. Otherwise reset will not complete.
2099 * after reset. Presumably a srst_udelay is not needed
2100 * for devices that use a rstctrl register reset.
2252 * Only some devices on omap4 and later have SYSCONFIG reset done
2481 * sysc_context_notifier - optionally reset and restore module after idle
2486 * Some interconnect target modules need to be restored, or reset and restored
2511 * sysc_add_restored - optionally add reset and restore quirk hanlling
2595 { .name = "ti,no-reset-on-init",
3154 * Ignore timers tagged with no-reset and no-idle. These are likely in use,