Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd.h175 u16 maxp_mult; member
345 u16 maxp_mult; member
516 return pipe->maxp_mult; in dwc2_hcd_get_maxp_mult()
Dhcd_queue.c711 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split()
1335 max_xfer_size = qh->maxp * qh->maxp_mult; in dwc2_check_max_xfer_size()
1521 int maxp_mult = dwc2_hcd_get_maxp_mult(&urb->pipe_info); in dwc2_qh_init() local
1522 int bytecount = maxp_mult * maxp; in dwc2_qh_init()
1535 qh->maxp_mult = maxp_mult; in dwc2_qh_init()
Dhcd.c2692 chan->multi_count = qh->maxp_mult; in dwc2_assign_and_init_hc()
3866 u16 maxp, u16 maxp_mult) in dwc2_hcd_urb_set_pipeinfo() argument
3873 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult); in dwc2_hcd_urb_set_pipeinfo()
3879 urb->pipe_info.maxp_mult = maxp_mult; in dwc2_hcd_urb_set_pipeinfo()