Home
last modified time | relevance | path

Searched refs:usb_tx (Results 1 – 2 of 2) sorted by relevance

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