OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ep_type
(Results
1 - 8
of
8
) 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
...]
dwc2_hcdddma.c
86
return (qh->
ep_type
== USB_ENDPOINT_XFER_ISOC &&
257
if (qh->
ep_type
== USB_ENDPOINT_XFER_ISOC)
358
if (qh->
ep_type
== USB_ENDPOINT_XFER_ISOC ||
359
qh->
ep_type
== USB_ENDPOINT_XFER_INT) {
406
if ((qh->
ep_type
== USB_ENDPOINT_XFER_ISOC ||
407
qh->
ep_type
== USB_ENDPOINT_XFER_INT) &&
712
if (qh->
ep_type
== USB_ENDPOINT_XFER_CONTROL &&
792
if (qh->
ep_type
== USB_ENDPOINT_XFER_CONTROL)
844
switch (chan->
ep_type
) {
1108
if (chan->
ep_type
== USB_ENDPOINT_XFER_CONTROL)
[
all
...]
dwc2_hcdqueue.c
93
qh->
ep_type
= dwc2_hcd_get_pipe_type(&urb->pipe_info);
116
if (qh->
ep_type
== USB_ENDPOINT_XFER_INT ||
117
qh->
ep_type
== USB_ENDPOINT_XFER_ISOC) {
127
qh->
ep_type
== USB_ENDPOINT_XFER_ISOC,
138
if (qh->
ep_type
== USB_ENDPOINT_XFER_INT)
181
switch (qh->
ep_type
) {
202
if (qh->
ep_type
== USB_ENDPOINT_XFER_INT) {
769
if (qh->
ep_type
!= USB_ENDPOINT_XFER_ISOC ||
dwc2_hcdintr.c
513
if (xfer_length && chan->
ep_type
== USB_ENDPOINT_XFER_BULK &&
548
if (chan->
ep_type
!= USB_ENDPOINT_XFER_CONTROL) {
656
chan->
ep_type
== USB_ENDPOINT_XFER_ISOC && chan->ep_is_in &&
801
switch (chan->
ep_type
) {
858
if (chan->
ep_type
== USB_ENDPOINT_XFER_CONTROL ||
859
chan->
ep_type
== USB_ENDPOINT_XFER_BULK) {
1049
if (chan->
ep_type
== USB_ENDPOINT_XFER_ISOC && chan->ep_is_in &&
1386
if (chan->
ep_type
!= USB_ENDPOINT_XFER_ISOC || chan->ep_is_in) {
1462
if (chan->ep_is_in && chan->
ep_type
== USB_ENDPOINT_XFER_ISOC &&
1479
if (chan->
ep_type
== USB_ENDPOINT_XFER_INT |
[
all
...]
dwc2_hcd.c
106
dev_dbg(hsotg->dev, "
ep_type
: %d\n", chan->
ep_type
);
466
if (qtd->qh->
ep_type
== USB_ENDPOINT_XFER_BULK &&
626
chan->
ep_type
= USB_ENDPOINT_XFER_CONTROL;
671
chan->
ep_type
= USB_ENDPOINT_XFER_BULK;
676
chan->
ep_type
= USB_ENDPOINT_XFER_INT;
681
chan->
ep_type
= USB_ENDPOINT_XFER_ISOC;
727
if (chan->
ep_type
!= USB_ENDPOINT_XFER_ISOC)
877
if (chan->
ep_type
== USB_ENDPOINT_XFER_INT ||
878
chan->
ep_type
== USB_ENDPOINT_XFER_ISOC
[
all
...]
dwc2_core.c
1279
switch (chan->
ep_type
) {
1368
if (chan->
ep_type
== USB_ENDPOINT_XFER_ISOC)
1373
chan->
ep_type
!= USB_ENDPOINT_XFER_ISOC) {
1379
if (chan->
ep_type
!= USB_ENDPOINT_XFER_INT)
1458
hcchar |= chan->
ep_type
<< HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK;
1476
chan->
ep_type
);
1630
if (chan->
ep_type
== USB_ENDPOINT_XFER_CONTROL ||
1631
chan->
ep_type
== USB_ENDPOINT_XFER_BULK) {
1720
if (chan->
ep_type
== USB_ENDPOINT_XFER_INT ||
1721
chan->
ep_type
== USB_ENDPOINT_XFER_ISOC)
[
all
...]
/src/sys/arch/arm/rockchip/
rk_vop.c
223
rk3399_vop_set_polarity(struct rk_vop_softc *sc, enum vop_ep_type
ep_type
, uint32_t pol)
227
switch (
ep_type
) {
Completed in 18 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025