Searched refs:tx_cxt (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_sdio.h | 24 struct tx_cxt *tx_cxt; member 31 struct tx_cxt { struct 58 struct tx_cxt tx; argument
|
D | gdm_usb.h | 30 struct tx_cxt *tx_cxt; member 37 struct tx_cxt { struct 73 struct tx_cxt tx;
|
D | gdm_sdio.c | 41 static struct sdio_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct() 54 t->tx_cxt = tx; in alloc_tx_struct() 83 static struct sdio_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct() 99 static void put_tx_struct(struct tx_cxt *tx, struct sdio_tx *t) in put_tx_struct() 126 struct tx_cxt *tx = &sdev->tx; in release_sdio() 164 struct tx_cxt *tx = &sdev->tx; in init_sdio() 248 static void send_sdu(struct sdio_func *func, struct tx_cxt *tx) in send_sdu() 303 put_tx_struct(t->tx_cxt, t); in send_sdu() 310 static void send_hci(struct sdio_func *func, struct tx_cxt *tx, in send_hci() 331 struct tx_cxt *tx = &sdev->tx; in do_tx() [all …]
|
D | gdm_usb.c | 52 static struct usb_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct() 68 t->tx_cxt = tx; in alloc_tx_struct() 112 static struct usb_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct() 130 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx *t) in put_tx_struct() 162 struct tx_cxt *tx = &udev->tx; in release_usb() 205 struct tx_cxt *tx = &udev->tx; in init_usb() 255 struct tx_cxt *tx = t->tx_cxt; in __gdm_usb_send_complete() 279 struct tx_cxt *tx = t->tx_cxt; in gdm_usb_send_complete() 292 struct tx_cxt *tx = &udev->tx; in gdm_usb_send() 409 struct tx_cxt *tx = &udev->tx; in gdm_usb_rcv_complete() [all …]
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.h | 52 struct tx_cxt *tx; 76 struct tx_cxt { struct 97 struct tx_cxt tx; argument
|
D | gdm_usb.c | 158 static struct usb_tx_sdu *get_tx_sdu_struct(struct tx_cxt *tx, int *no_spc) in get_tx_sdu_struct() 175 static void put_tx_struct(struct tx_cxt *tx, struct usb_tx_sdu *t_sdu) in put_tx_struct() 260 struct tx_cxt *tx = &udev->tx; in release_usb() 313 struct tx_cxt *tx = &udev->tx; in init_usb() 555 struct tx_cxt *tx = t->tx; in gdm_usb_send_complete() 603 struct tx_cxt *tx = &udev->tx; in packet_aggregation() 652 struct tx_cxt *tx = &udev->tx; in do_tx() 719 struct tx_cxt *tx = &udev->tx; in gdm_usb_sdu_send() 775 struct tx_cxt *tx = &udev->tx; in gdm_usb_hci_send() 954 struct tx_cxt *tx; in gdm_usb_resume()
|