Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_usb.c52 static struct usb_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct()
54 struct usb_tx *t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_tx_struct()
73 static void free_tx_struct(struct usb_tx *t) in free_tx_struct()
112 static struct usb_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct()
114 struct usb_tx *t; in get_tx_struct()
121 t = list_entry(tx->free_list.next, struct usb_tx, list); in get_tx_struct()
130 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx *t) in put_tx_struct()
164 struct usb_tx *t, *t_next; in release_usb()
207 struct usb_tx *t; in init_usb()
254 struct usb_tx *t = urb->context; in __gdm_usb_send_complete()
[all …]
Dgdm_usb.h25 struct usb_tx { struct
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_usb.c90 static struct usb_tx *alloc_tx_struct(int len) in alloc_tx_struct()
92 struct usb_tx *t = NULL; in alloc_tx_struct()
95 t = kzalloc(sizeof(struct usb_tx), GFP_ATOMIC); in alloc_tx_struct()
141 static void free_tx_struct(struct usb_tx *t) in free_tx_struct()
261 struct usb_tx *t, *t_next; in release_usb()
554 struct usb_tx *t = urb->context; in gdm_usb_send_complete()
575 static int send_tx_packet(struct usb_device *usbdev, struct usb_tx *t, u32 len) in send_tx_packet()
653 struct usb_tx *t = NULL; in do_tx()
672 t = list_entry(tx->hci_list.next, struct usb_tx, list); in do_tx()
776 struct usb_tx *t; in gdm_usb_hci_send()
Dgdm_usb.h45 struct usb_tx { struct