Searched refs:ep_active (Results 1 – 4 of 4) sorted by relevance
133 c_nd->ep_active = 0U; in init_configuration_inst()148 c_nd->ep_active |= class_ep_bm; in init_configuration_inst()192 c_nd->ep_active |= class_ep_bm; in init_configuration_inst()195 c_nd->iface_bm, c_nd->ep_active); in init_configuration_inst()247 c_nd->ep_assigned = c_nd->ep_active; in init_configuration()248 ret = unassign_eps(uds_ctx, &config_ep_bm, &c_nd->ep_active); in init_configuration()
92 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()
99 uint32_t ep_active = c_nd->ep_active; in xfer_owner_exist() local102 if (!usbd_ep_bm_is_set(&ep_active, bi->ep)) { in xfer_owner_exist()
411 uint32_t ep_active; member