Searched refs:usb_tx (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/staging/gdm724x/
H A Dgdm_usb.h35 struct usb_tx { struct
H A Dgdm_usb.c81 static struct usb_tx *alloc_tx_struct(int len)
83 struct usb_tx *t = NULL;
132 static void free_tx_struct(struct usb_tx *t)
252 struct usb_tx *t, *t_next;
545 struct usb_tx *t = urb->context;
566 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len)
644 struct usb_tx *t = NULL;
663 t = list_entry(tx->hci_list.next, struct usb_tx, list);
767 struct usb_tx *t;

Completed in 222 milliseconds