Searched refs:stop (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | bitstring.h | 76 #define bit_nclear(name, start, stop) do { \ argument 78 register int _start = (start), _stop = (stop); \ 93 #define bit_nset(name, start, stop) do { \ argument 95 register int _start = (start), _stop = (stop); \
|
| /optee_os/core/include/drivers/ |
| H A D | wdt.h | 39 void (*stop)(struct wdt_chip *chip); member 72 if (wdt_chip && wdt_chip->ops->stop) in watchdog_stop() 73 wdt_chip->ops->stop(wdt_chip); in watchdog_stop()
|
| /optee_os/core/pta/bcm/ |
| H A D | wdt.c | 108 wd_pd.chip.ops->stop(&wd_pd.chip); in pta_wd_stop()
|
| /optee_os/core/drivers/ |
| H A D | sp805_wdt.c | 126 .stop = sp805_disable,
|
| H A D | atmel_wdt.c | 223 .stop = atmel_wdt_disable,
|
| H A D | stm32_iwdg.c | 424 .stop = iwdg_wdt_stop,
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp135f-dk.dts | 179 lp-stop { 182 lplv-stop { 224 lplv-stop {
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 363 mbedtls_ssl_conf_ca_cb() would stop working when connections were 368 with MBEDTLS_SSL_VERIFY_OPTIONAL or MBEDTLS_SSL_VERIFY_NONE, would stop 376 mbedtls_ssl_conf_verify(), would stop working when connections were 1517 disabled on stdio files, to stop secrets loaded from said files being 4285 * Fix SSLv3 renegotiation behaviour and stop processing data received from 6038 x509parse_crtfile(). With permissive parsing the parsing does not stop on
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1252 * USB keyboard cannot be used to stop the u-boot timeout ([build issue131]).
|