Searched defs:bulk (Results 1 – 12 of 12) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/ |
D | reset.h | 264 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()
|
D | clk.h | 222 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()
|
D | usb.h | 706 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
|
/third_party/uboot/u-boot-2020.01/drivers/reset/ |
D | reset-uclass.c | 100 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()
|
D | sandbox-reset-test.c | 14 struct reset_ctl_bulk bulk; member
|
/third_party/uboot/u-boot-2020.01/drivers/clk/ |
D | clk-uclass.c | 148 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()
|
D | clk_sandbox_test.c | 14 struct clk_bulk bulk; member
|
/third_party/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 705 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/ |
D | server-ws.c | 916 int m, bulk = 0; in lws_parse_ws() local
|
/third_party/uboot/u-boot-2020.01/drivers/clk/altera/ |
D | clk-arria10.c | 191 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround() local
|
/third_party/openssl/crypto/evp/ |
D | e_aes.c | 3099 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/ |
D | mtk-power-domain.c | 346 struct clk_bulk bulk; in mtk_power_domain_probe() local
|