Home | History | Annotate | Download | only in usb

Lines Matching defs:sce_out

2117 	struct ugen_endpoint *sce_in, *sce_out;
2129 sce_out = &sc->sc_endpoints[UGENENDPOINT(dev)][OUT];
2130 KASSERT(sce_in->edesc || sce_out->edesc);
2131 KASSERT(sce_in->pipeh || sce_out->pipeh);
2167 if (sce_out && sce_out->pipeh && (events & (POLLOUT | POLLWRNORM)))
2168 switch (sce_out->edesc->bmAttributes & UE_XFERTYPE) {
2174 if (sce_out->state & UGEN_BULK_WB) {
2175 if (sce_out->ra_wb_used <
2176 sce_out->limit - sce_out->ibuf)
2180 selrecord(l, &sce_out->rsel);