Symbol: dwc2_host_chan
sys/dev/usb/dwc2/dwc2_core.h
1214
struct dwc2_host_chan *hc_ptr_array[MAX_EPS_CHANNELS];
sys/dev/usb/dwc2/dwc2_core.h
236
struct dwc2_host_chan;
sys/dev/usb/dwc2/dwc2_hcd.c
1015
struct dwc2_host_chan *chan, u32 *hcchar)
sys/dev/usb/dwc2/dwc2_hcd.c
1113
STATIC void dwc2_set_pid_isoc(struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1150
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1196
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1249
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1471
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1567
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
1737
struct dwc2_host_chan *channel;
sys/dev/usb/dwc2/dwc2_hcd.c
2347
struct dwc2_host_chan *chan, *chan_tmp;
sys/dev/usb/dwc2/dwc2_hcd.c
2382
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcd.c
2396
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcd.c
2487
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
2626
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcd.c
2643
chan = list_first_entry(&hsotg->free_hc_list, struct dwc2_host_chan,
sys/dev/usb/dwc2/dwc2_hcd.c
2863
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcd.c
3958
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcd.c
453
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
503
struct dwc2_host_chan *chan = hsotg->hc_ptr_array[i];
sys/dev/usb/dwc2/dwc2_hcd.c
5203
struct dwc2_host_chan *chan = hsotg->hc_ptr_array[i];
sys/dev/usb/dwc2/dwc2_hcd.c
5263
struct dwc2_host_chan *channel;
sys/dev/usb/dwc2/dwc2_hcd.c
552
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
630
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
667
struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
707
void dwc2_hc_init(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.c
822
void dwc2_hc_halt(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcd.c
986
void dwc2_hc_cleanup(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan)
sys/dev/usb/dwc2/dwc2_hcd.h
373
struct dwc2_host_chan *channel;
sys/dev/usb/dwc2/dwc2_hcd.h
463
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcd.h
492
void dwc2_hc_cleanup(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan);
sys/dev/usb/dwc2/dwc2_hcd.h
493
void dwc2_hc_halt(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcd.h
496
struct dwc2_host_chan *chan);
sys/dev/usb/dwc2/dwc2_hcd.h
605
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcd.h
618
static inline bool dbg_hc(struct dwc2_host_chan *hc) { return true; }
sys/dev/usb/dwc2/dwc2_hcd.h
623
static inline bool dbg_hc(struct dwc2_host_chan *hc)
sys/dev/usb/dwc2/dwc2_hcd.h
776
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdddma.c
1071
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdddma.c
1153
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdddma.c
1224
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdddma.c
1302
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdddma.c
245
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcdddma.c
307
struct dwc2_host_chan *chan = qh->channel;
sys/dev/usb/dwc2/dwc2_hcdddma.c
697
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdddma.c
751
struct dwc2_host_chan *chan = qh->channel;
sys/dev/usb/dwc2/dwc2_hcdddma.c
853
struct dwc2_host_chan *chan = qh->channel;
sys/dev/usb/dwc2/dwc2_hcdddma.c
896
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdddma.c
965
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1013
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
103
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1146
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1196
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1233
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1338
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1417
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1541
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1575
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1679
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1737
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1770
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1795
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
1855
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
198
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcdintr.c
2033
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
2071
struct dwc2_host_chan *chan;
sys/dev/usb/dwc2/dwc2_hcdintr.c
2225
struct dwc2_host_chan *chan, *chan_tmp;
sys/dev/usb/dwc2/dwc2_hcdintr.c
455
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
509
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
559
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
607
struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdintr.c
727
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdintr.c
826
struct dwc2_host_chan *chan, struct dwc2_qtd *qtd,
sys/dev/usb/dwc2/dwc2_hcdintr.c
886
struct dwc2_host_chan *chan,
sys/dev/usb/dwc2/dwc2_hcdintr.c
936
struct dwc2_host_chan *chan, int chnum,
sys/dev/usb/dwc2/dwc2_hcdintr.c
953
struct dwc2_host_chan *chan, int chnum,