Searched refs:tx_dr (Results 1 – 1 of 1) sorted by relevance
55 struct usb_ctrlrequest tx_dr; member351 atusb->tx_dr.wIndex = cpu_to_le16(atusb->tx_ack_seq); in atusb_xmit()352 atusb->tx_dr.wLength = cpu_to_le16(skb->len); in atusb_xmit()356 (unsigned char *)&atusb->tx_dr, skb->data, in atusb_xmit()630 atusb->tx_dr.bRequestType = ATUSB_REQ_TO_DEV; in atusb_probe()631 atusb->tx_dr.bRequest = ATUSB_TX; in atusb_probe()632 atusb->tx_dr.wValue = cpu_to_le16(0); in atusb_probe()