Searched refs:maxp_mult (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.h | 175 u16 maxp_mult; member 268 * @maxp_mult: Multiplier for maxp 345 u16 maxp_mult; member 516 return pipe->maxp_mult; in dwc2_hcd_get_maxp_mult()
|
H A D | hcd_queue.c | 711 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()
|
H A D | hcd.c | 2694 chan->multi_count = qh->maxp_mult; in dwc2_assign_and_init_hc() 3815 u16 maxp, u16 maxp_mult) in dwc2_hcd_urb_set_pipeinfo() 3822 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult); in dwc2_hcd_urb_set_pipeinfo() 3828 urb->pipe_info.maxp_mult = maxp_mult; in dwc2_hcd_urb_set_pipeinfo() 3812 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) dwc2_hcd_urb_set_pipeinfo() argument
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.h | 146 u16 maxp_mult; member 239 * @maxp_mult: Multiplier for maxp 316 u16 maxp_mult; member 487 return pipe->maxp_mult; in dwc2_hcd_get_maxp_mult()
|
H A D | hcd_queue.c | 681 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 D | hcd.c | 2659 chan->multi_count = qh->maxp_mult; in dwc2_assign_and_init_hc() 3833 u16 maxp, u16 maxp_mult) in dwc2_hcd_urb_set_pipeinfo() 3840 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult); in dwc2_hcd_urb_set_pipeinfo() 3846 urb->pipe_info.maxp_mult = maxp_mult; in dwc2_hcd_urb_set_pipeinfo() 3830 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) dwc2_hcd_urb_set_pipeinfo() argument
|
Completed in 19 milliseconds