Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager.h34 #define RSTMGR_RESET(_reset) \ argument
35 (((_reset) >> RSTMGR_RESET_OFFSET) & RSTMGR_RESET_MASK)
38 #define RSTMGR_BANK(_reset) \ argument
39 (((_reset) >> RSTMGR_BANK_OFFSET) & RSTMGR_BANK_MASK)
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra20.c170 #define TEGRA20_MC_RESET(_name, _control, _status, _reset, _bit) \ argument
176 .reset = _reset, \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch171 _reset();
183 @@ -60,7 +60,7 @@ bool WvEVPMDDigest::_reset()
207 _reset();
219 bool WvHMACDigest::_reset()
521 virtual bool _reset(); // supported: resets digest value
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dglue-proc.h251 #define cpu_reset __glue(CPU_NAME,_reset)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch65 self._reset()
H A D0001-support-authentication-for-kickstart.patch136 self._reset()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/
H A Dioc.h156 u8 _reset[3]; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-gth41 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_reset
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c692 goto _reset; in gt1x_update_judge()
699 goto _reset; in gt1x_update_judge()
705 _reset: in gt1x_update_judge()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dentry-nommu.S199 ENTRY(_reset)
583 brai _reset
H A Dentry.S960 ENTRY(_reset)
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-macros.S291 .word cpu_\name\()_reset
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1903 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): function
2017 _reset(recipes, args.no_clean, args.remove_work, config, basepath, workspace)
2221_reset([args.recipename], no_clean=no_clean, remove_work=remove_work, config=config, basepath=base…
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_hwmod.c1786 static int _reset(struct omap_hwmod *oh) in _reset() function
2452 r = _reset(oh); in _setup_reset()