Home
last modified time | relevance | path

Searched refs:ep_active (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_init.c132 c_nd->ep_active = 0U; in init_configuration_inst()
139 c_nd->ep_active |= class_ep_bm; in init_configuration_inst()
181 c_nd->ep_active |= class_ep_bm; in init_configuration_inst()
184 c_nd->iface_bm, c_nd->ep_active); in init_configuration_inst()
236 c_nd->ep_assigned = c_nd->ep_active; in init_configuration()
237 ret = unassign_eps(uds_ctx, &config_ep_bm, &c_nd->ep_active); in init_configuration()
Dusbd_interface.c92 ret = handle_ep_op(uds_ctx, op, ed, &c_nd->ep_active); in usbd_interface_modify()
99 op, c_nd->ep_active); in usbd_interface_modify()
116 uint32_t *ep_bm = &c_nd->ep_active; in usbd_interface_shutdown()
Dusbd_class.c99 uint32_t ep_active = c_nd->ep_active; in xfer_owner_exist() local
102 if (!usbd_ep_bm_is_set(&ep_active, bi->ep)) { in xfer_owner_exist()
/Zephyr-Core-3.7.0/include/zephyr/usb/
Dusbd.h355 uint32_t ep_active; member