Home
last modified time | relevance | path

Searched defs:bulk (Results 1 – 12 of 12) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dreset.h264 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
276 struct reset_ctl_bulk *bulk) in reset_get_bulk()
297 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
307 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
322 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
Dclk.h222 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
270 static inline int clk_release_bulk(struct clk_bulk *bulk) in clk_release_bulk()
Dusb.h706 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
/third_party/uboot/u-boot-2020.01/drivers/reset/
Dreset-uclass.c100 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk) in reset_get_bulk()
179 int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
201 int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
Dsandbox-reset-test.c14 struct reset_ctl_bulk bulk; member
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-uclass.c148 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
537 int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
598 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
Dclk_sandbox_test.c14 struct clk_bulk bulk; member
/third_party/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c705 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_encrypt_ctr32() local
792 size_t bulk = aesni_gcm_decrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_decrypt_ctr32() local
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c916 int m, bulk = 0; in lws_parse_ws() local
/third_party/uboot/u-boot-2020.01/drivers/clk/altera/
Dclk-arria10.c191 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround() local
/third_party/openssl/crypto/evp/
De_aes.c3099 size_t bulk = 0; in aes_gcm_tls_cipher() local
3117 size_t bulk = 0; in aes_gcm_tls_cipher() local
3140 size_t bulk = 0; in aes_gcm_tls_cipher() local
3158 size_t bulk = 0; in aes_gcm_tls_cipher() local
3209 size_t bulk = 0; in aes_gcm_cipher() local
3231 size_t bulk = 0; in aes_gcm_cipher() local
3253 size_t bulk = 0; in aes_gcm_cipher() local
3275 size_t bulk = 0; in aes_gcm_cipher() local
/third_party/uboot/u-boot-2020.01/drivers/power/domain/
Dmtk-power-domain.c346 struct clk_bulk bulk; in mtk_power_domain_probe() local