Searched refs:dev_speed (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 48 qh->dev_speed == USB_SPEED_HIGH) ? in dwc2_max_desc_num() 54 return qh->dev_speed == USB_SPEED_HIGH ? in dwc2_frame_incr_val() 64 qh->dev_speed == USB_SPEED_HIGH) in dwc2_desc_list_alloc() 98 qh->dev_speed == USB_SPEED_HIGH) in dwc2_desc_list_free() 387 if (qh->dev_speed == USB_SPEED_HIGH) in dwc2_frame_to_desc_idx() 424 if (qh->dev_speed == USB_SPEED_HIGH) { in dwc2_calc_starting_frame() 563 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc() 577 qh->dev_speed); in dwc2_init_isoc_dma_desc() 589 max_xfer_size = qh->dev_speed == USB_SPEED_HIGH ? in dwc2_init_isoc_dma_desc() 603 idx = dwc2_desclist_idx_inc(idx, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc() [all...] |
H A D | hcd.h | 240 * @dev_speed: Device speed. One of the following values: 317 u8 dev_speed; member
|
H A D | hcd.c | 1850 int dev_speed; in dwc2_hcd_urb_enqueue() local 1858 dev_speed = dwc2_host_get_speed(hsotg, urb->priv); in dwc2_hcd_urb_enqueue() 1861 if ((dev_speed == USB_SPEED_LOW) && in dwc2_hcd_urb_enqueue() 2580 chan->speed = qh->dev_speed; in dwc2_assign_and_init_hc()
|
H A D | hcd_intr.c | 77 if (chan->qh->dev_speed == USB_SPEED_HIGH) in dwc2_hc_handle_tt_clear()
|
/linux/drivers/usb/host/ |
H A D | xhci-debugfs.c | 634 static int xhci_port_bw_show(struct xhci_hcd *xhci, u8 dev_speed, in xhci_port_bw_show() argument 657 ret = xhci_get_port_bandwidth(xhci, ctx, dev_speed); in xhci_port_bw_show()
|
H A D | xhci.h | 1933 u8 dev_speed, bool command_must_succeed); 1935 u8 dev_speed);
|
H A D | xhci.c | 3174 u8 dev_speed) in xhci_get_port_bandwidth() argument 3192 ret = xhci_queue_get_port_bw(xhci, cmd, ctx->dma, dev_speed, 0); in xhci_get_port_bandwidth()
|
/linux/include/linux/ |
H A D | ethtool.h | 1272 u32 *dev_speed, u8 *dev_duplex);
|
/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 2519 u32 dev_stat, dev_speed; in pch_udc_svc_enum_interrupt() local 2523 dev_speed = (dev_stat & UDC_DEVSTS_ENUM_SPEED_MASK) >> in pch_udc_svc_enum_interrupt() 2525 switch (dev_speed) { in pch_udc_svc_enum_interrupt()
|
/linux/net/ethtool/ |
H A D | ioctl.c | 628 u32 *dev_speed, u8 *dev_duplex) in ethtool_virtdev_set_link_ksettings() argument 640 *dev_speed = speed; in ethtool_virtdev_set_link_ksettings()
|