Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.h146 u16 maxp_mult; member
316 u16 maxp_mult; member
487 return pipe->maxp_mult; in dwc2_hcd_get_maxp_mult()
H A Dhcd_queue.c681 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split()
1305 max_xfer_size = qh->maxp * qh->maxp_mult; in dwc2_check_max_xfer_size()
1491 int maxp_mult = dwc2_hcd_get_maxp_mult(&urb->pipe_info); in dwc2_qh_init() local
1492 int bytecount = maxp_mult * maxp; in dwc2_qh_init()
1505 qh->maxp_mult = maxp_mult; in dwc2_qh_init()
H A Dhcd.c2659 chan->multi_count = qh->maxp_mult; in dwc2_assign_and_init_hc()
3839 u16 maxp, u16 maxp_mult) in dwc2_hcd_urb_set_pipeinfo() argument
3846 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult); in dwc2_hcd_urb_set_pipeinfo()
3852 urb->pipe_info.maxp_mult = maxp_mult; in dwc2_hcd_urb_set_pipeinfo()