OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ep_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/fdt/
fdt_port.c
64
enum endpoint_type
ep_type
;
member in struct:fdt_endpoint
174
return ep->
ep_type
;
359
ep->
ep_type
= type;
378
if (rep->
ep_type
== EP_OTHER)
379
rep->
ep_type
= ep->
ep_type
;
380
else if (ep->
ep_type
== EP_OTHER)
381
ep->
ep_type
= rep->
ep_type
;
/src/sys/external/bsd/dwc2/dist/
dwc2_hcd.h
64
* @
ep_type
: Endpoint type. One of the following values:
125
unsigned
ep_type
:2;
member in struct:dwc2_host_chan
226
* @
ep_type
: Endpoint type. One of the following values:
280
u8
ep_type
;
member in struct:dwc2_qh
513
((_qh_ptr_)->
ep_type
== USB_ENDPOINT_XFER_BULK || \
514
(_qh_ptr_)->
ep_type
== USB_ENDPOINT_XFER_CONTROL)
523
return hc->
ep_type
== USB_ENDPOINT_XFER_BULK ||
524
hc->
ep_type
== USB_ENDPOINT_XFER_CONTROL;
529
return qh->
ep_type
== USB_ENDPOINT_XFER_BULK ||
530
qh->
ep_type
== USB_ENDPOINT_XFER_CONTROL
[
all
...]
Completed in 11 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025