Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dbitstring.h76 #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 Dwdt.h39 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 Dwdt.c108 wd_pd.chip.ops->stop(&wd_pd.chip); in pta_wd_stop()
/optee_os/core/drivers/
H A Dsp805_wdt.c126 .stop = sp805_disable,
H A Datmel_wdt.c223 .stop = atmel_wdt_disable,
H A Dstm32_iwdg.c424 .stop = iwdg_wdt_stop,
/optee_os/core/arch/arm/dts/
H A Dstm32mp135f-dk.dts179 lp-stop {
182 lplv-stop {
224 lplv-stop {
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog363 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 DCHANGELOG.md1252 * USB keyboard cannot be used to stop the u-boot timeout ([build issue131]).