Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/gdm724x/
DTODO9 - Explain reason for multiples of 512 bytes in alloc_tx_struct()
11 - No error checking for alloc_tx_struct in do_tx()
Dgdm_usb.c90 static struct usb_tx *alloc_tx_struct(int len) in alloc_tx_struct() function
684 t = alloc_tx_struct(TX_BUF_SIZE); in do_tx()
784 t = alloc_tx_struct(len); in gdm_usb_hci_send()
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_sdio.c41 static struct sdio_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct() function
180 t = alloc_tx_struct(tx); in init_sdio()
409 t = alloc_tx_struct(tx); in gdm_sdio_send()
Dgdm_usb.c52 static struct usb_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct() function
226 t = alloc_tx_struct(tx); in init_usb()
323 t = alloc_tx_struct(tx); in gdm_usb_send()