/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | nsim_nsim_hs5x_smp_12cores.dts | 22 compatible = "snps,arcv3-hs"; 28 compatible = "snps,arcv3-hs"; 34 compatible = "snps,arcv3-hs"; 40 compatible = "snps,arcv3-hs"; 46 compatible = "snps,arcv3-hs"; 52 compatible = "snps,arcv3-hs"; 58 compatible = "snps,arcv3-hs"; 64 compatible = "snps,arcv3-hs"; 70 compatible = "snps,arcv3-hs"; 76 compatible = "snps,arcv3-hs"; [all …]
|
D | nsim_nsim_hs6x_smp_12cores.dts | 22 compatible = "snps,arcv3-hs"; 28 compatible = "snps,arcv3-hs"; 34 compatible = "snps,arcv3-hs"; 40 compatible = "snps,arcv3-hs"; 46 compatible = "snps,arcv3-hs"; 52 compatible = "snps,arcv3-hs"; 58 compatible = "snps,arcv3-hs"; 64 compatible = "snps,arcv3-hs"; 70 compatible = "snps,arcv3-hs"; 76 compatible = "snps,arcv3-hs"; [all …]
|
D | nsim_nsim_hs5x_smp.dts | 22 compatible = "snps,arcv3-hs"; 28 compatible = "snps,arcv3-hs";
|
D | nsim_nsim_hs6x_smp.dts | 22 compatible = "snps,arcv3-hs"; 28 compatible = "snps,arcv3-hs";
|
D | nsim_nsim_hs5x.dts | 23 compatible = "snps,arcv3-hs";
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mchp_xec_symcr.c | 300 struct xec_symcr_hash_session *hs = NULL; in xec_symcr_do_hash() local 310 hs = (struct xec_symcr_hash_session *)ctx->drv_sessn_state; in xec_symcr_do_hash() 311 c = &hs->mhctx; in xec_symcr_do_hash() 312 cstate = &hs->mhstate; in xec_symcr_do_hash() 314 if (!hs->open) { in xec_symcr_do_hash() 324 if (!finish && ((hs->blklen + pkt->in_len) < hs->blksz)) { in xec_symcr_do_hash() 325 memcpy(&hs->blockbuf[hs->blklen], pkt->in_buf, pkt->in_len); in xec_symcr_do_hash() 326 hs->blklen += pkt->in_len; in xec_symcr_do_hash() 330 ret = init_rom_hash_context(hs->rom_algo, c); in xec_symcr_do_hash() 344 rem_len = pkt->in_len & (hs->blksz - 1u); in xec_symcr_do_hash() [all …]
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid_macros.h | 99 #define HID_IN_EP_INTERVAL(n, hs) \ argument 100 COND_CODE_1(hs, \ 105 #define HID_OUT_EP_INTERVAL(n, hs) \ argument 106 COND_CODE_1(hs, \ 168 #define HID_OUT_EP_DEFINE(n, hs, alt) \ argument 175 .bInterval = HID_OUT_EP_INTERVAL(n, hs), \ 178 #define HID_IN_EP_DEFINE(n, hs, alt) \ argument 185 .bInterval = HID_IN_EP_INTERVAL(n, hs), \ 192 #define HID_OUT_EP_DEFINE_OR_ZERO(n, hs, alt) \ argument 194 (HID_OUT_EP_DEFINE(n, hs, alt)), \
|
/Zephyr-latest/boards/atmel/sam/sam4l_ek/ |
D | sam4l_ek.dts | 86 hs-clk-slew-lim = <0>; 87 hs-clk-strength-high = "0.5"; 88 hs-clk-strength-low = "0.5"; 89 hs-data-slew-lim = <0>; 90 hs-data-strength-low = "0.5"; 92 hs-master-code = <0>;
|
/Zephyr-latest/soc/snps/nsim/arc_classic/hs/ |
D | Kconfig.defconfig | 6 rsource "Kconfig.defconfig.hs*"
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/ |
D | nrf52833dk_nrf52833.overlay | 6 compatible = "usb-audio-hs";
|
D | nrf52840dongle_nrf52840.overlay | 6 compatible = "usb-audio-hs";
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 6 compatible = "usb-audio-hs";
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/boards/ |
D | nrf52833dk_nrf52833.overlay | 6 compatible = "usb-audio-hs";
|
D | nrf52840dongle_nrf52840.overlay | 6 compatible = "usb-audio-hs";
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 6 compatible = "usb-audio-hs";
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 6 compatible = "usb-audio-hs";
|
/Zephyr-latest/samples/subsys/usb/audio/headset/ |
D | app.overlay | 9 compatible = "usb-audio-hs";
|
/Zephyr-latest/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 495 const struct usb_desc_header *hs = *hs_ptr; in ZTEST() local 497 zassert_equal(fs->bDescriptorType, hs->bDescriptorType); in ZTEST() 505 zassert_not_equal(fs, hs, "Shared IAD descriptor"); in ZTEST() 507 zassert_not_equal(fs, hs, "Shared interface descriptor"); in ZTEST() 509 zassert_not_equal(fs, hs, "Shared endpoint descriptor"); in ZTEST() 511 zassert_equal(fs, hs); in ZTEST()
|
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 44 hs-active-high;
|
/Zephyr-latest/arch/arc/core/secureshield/ |
D | arc_secure.S | 98 mov.hs r0, r6
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_skeleton.c | 200 return data->caps.hs ? UDC_BUS_SPEED_HS : UDC_BUS_SPEED_FS; in udc_skeleton_device_speed() 276 data->caps.hs = true; in udc_skeleton_driver_preinit()
|
D | udc_dwc2_vendor_quirks.h | 255 data->caps.hs = true; in usbhs_init_caps()
|
/Zephyr-latest/tests/benchmarks/mbedtls/src/ |
D | benchmark.c | 617 mbedtls_havege_state hs; in main() local 619 mbedtls_havege_init(&hs); in main() 621 TIME_AND_TSC("HAVEGE", mbedtls_havege_random(&hs, in main() 623 mbedtls_havege_free(&hs); in main()
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 33 source [find cpu/arc/hs.tcl]
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | uhc.h | 151 uint32_t hs : 1; member
|