Home
last modified time | relevance | path

Searched refs:tx_cxt (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_sdio.h24 struct tx_cxt *tx_cxt; member
31 struct tx_cxt { struct
58 struct tx_cxt tx; argument
Dgdm_usb.h30 struct tx_cxt *tx_cxt; member
37 struct tx_cxt { struct
73 struct tx_cxt tx;
Dgdm_sdio.c41 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 …]
Dgdm_usb.c52 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.1.27/drivers/staging/gdm724x/
Dgdm_usb.h52 struct tx_cxt *tx;
76 struct tx_cxt { struct
97 struct tx_cxt tx; argument
Dgdm_usb.c158 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()