Searched refs:maxp_mult (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcd.h179 u16 maxp_mult; member in struct:dwc2_hcd_pipe_info
274 * @maxp_mult: Multiplier for maxp
351 u16 maxp_mult; member in struct:dwc2_qh
527 return pipe->maxp_mult;
H A Ddwc2_hcdqueue.c720 int bytecount = qh->maxp_mult * qh->maxp;
1344 max_xfer_size = qh->maxp * qh->maxp_mult;
1525 int maxp_mult = dwc2_hcd_get_maxp_mult(&urb->pipe_info); local
1526 int bytecount = maxp_mult * maxp;
1538 qh->maxp_mult = maxp_mult;
H A Ddwc2_hcd.c2739 chan->multi_count = qh->maxp_mult;
3935 u16 maxp, u16 maxp_mult)
3942 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult);
3948 urb->pipe_info.maxp_mult = maxp_mult;
3932 dwc2_hcd_urb_set_pipeinfo(struct dwc2_hsotg *hsotg, struct dwc2_hcd_urb *urb, u8 dev_addr, u8 ep_num, u8 ep_type, u8 ep_dir, u16 maxp, u16 maxp_mult) argument

Completed in 90 milliseconds