OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sce_out
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
ugen.c
2117
struct ugen_endpoint *sce_in, *
sce_out
;
local in function:ugenpoll
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
[
all
...]
Completed in 34 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025