Searched refs:ep_active (Results 1 – 4 of 4) sorted by relevance
132 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()
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()
355 uint32_t ep_active; member