Lines Matching refs:dbc
88 struct xhci_dbc *dbc; member
116 int (*configure)(struct xhci_dbc *dbc);
117 void (*disconnect)(struct xhci_dbc *dbc);
148 void (*complete)(struct xhci_dbc *dbc,
154 struct xhci_dbc *dbc; member
186 static inline struct dbc_ep *get_in_ep(struct xhci_dbc *dbc) in get_in_ep() argument
188 return &dbc->eps[BULK_IN]; in get_in_ep()
191 static inline struct dbc_ep *get_out_ep(struct xhci_dbc *dbc) in get_out_ep() argument
193 return &dbc->eps[BULK_OUT]; in get_out_ep()
200 void xhci_dbc_tty_remove(struct xhci_dbc *dbc);
201 struct dbc_request *dbc_alloc_request(struct xhci_dbc *dbc,