Home
last modified time | relevance | path

Searched refs:put (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/drivers/
H A Dgpio.h101 void (*put)(struct gpio_chip *chip, struct gpio *gpio); member
156 if (gpio && gpio->chip->ops->put) in gpio_put()
157 gpio->chip->ops->put(gpio->chip, gpio); in gpio_put()
/optee_os/core/lib/zlib/
H A Dinflate.c480 put = strm->next_out; \
491 strm->next_out = put; \
630 unsigned char FAR *put; /* next output */ local
923 zmemcpy(put, next, copy);
927 put += copy;
1187 *put++ = 0;
1202 from = put - state->offset;
1209 *put++ = *from++;
1215 *put++ = (unsigned char)(state->length);
1227 UPDATE_CHECK(state->check, put - out, out);
/optee_os/core/drivers/
H A Dstm32_gpio.c429 .put = stm32_gpio_put_gpio,
/optee_os/core/lib/qcbor/
H A DREADME.md62 separated from the implementation. It can be put to use without
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog556 client could put the TLS 1.3-only server in an infinite loop processing