Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_macros.h99 #define HID_IN_EP_INTERVAL(n, hs) \ argument
105 #define HID_OUT_EP_INTERVAL(n, hs) \ argument
168 #define HID_OUT_EP_DEFINE(n, hs, alt) \ argument
178 #define HID_IN_EP_DEFINE(n, hs, alt) \ argument
192 #define HID_OUT_EP_DEFINE_OR_ZERO(n, hs, alt) \ argument
/Zephyr-latest/drivers/crypto/
Dcrypto_mchp_xec_symcr.c300 struct xec_symcr_hash_session *hs = NULL; in xec_symcr_do_hash() local
399 struct xec_symcr_hash_session *hs = NULL; in xec_symcr_hash_session_begin() local
472 struct xec_symcr_hash_session *hs = NULL; in xec_symcr_hash_session_free() local
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c495 const struct usb_desc_header *hs = *hs_ptr; in ZTEST() local
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h151 uint32_t hs : 1; member
Dudc.h38 uint32_t hs : 1; member
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c617 mbedtls_havege_state hs; in main() local