Home
last modified time | relevance | path

Searched refs:rx_cxt (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_sdio.h44 struct rx_cxt *rx_cxt; member
49 struct rx_cxt { struct
59 struct rx_cxt rx; argument
Dgdm_usb.h49 struct rx_cxt *rx_cxt; member
56 struct rx_cxt { struct
74 struct rx_cxt rx; argument
Dgdm_usb.c82 static struct usb_rx *alloc_rx_struct(struct rx_cxt *rx) in alloc_rx_struct()
98 r->rx_cxt = rx; in alloc_rx_struct()
136 static struct usb_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()
155 static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r) in put_rx_struct()
163 struct rx_cxt *rx = &udev->rx; in release_usb()
206 struct rx_cxt *rx = &udev->rx; in init_usb()
359 struct rx_cxt *rx; in gdm_usb_send()
407 struct rx_cxt *rx = r->rx_cxt; in gdm_usb_rcv_complete()
408 struct usbwm_dev *udev = container_of(r->rx_cxt, struct usbwm_dev, rx); in gdm_usb_rcv_complete()
468 struct rx_cxt *rx = &udev->rx; in gdm_usb_receive()
[all …]
Dgdm_sdio.c67 static struct sdio_rx *alloc_rx_struct(struct rx_cxt *rx) in alloc_rx_struct()
72 r->rx_cxt = rx; in alloc_rx_struct()
105 static struct sdio_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()
119 static void put_rx_struct(struct rx_cxt *rx, struct sdio_rx *r) in put_rx_struct()
127 struct rx_cxt *rx = &sdev->rx; in release_sdio()
165 struct rx_cxt *rx = &sdev->rx; in init_sdio()
477 struct rx_cxt *rx = &sdev->rx; in gdm_sdio_irq()
578 struct rx_cxt *rx = &sdev->rx; in gdm_sdio_receive()
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_usb.h68 struct rx_cxt *rx;
84 struct rx_cxt { struct
98 struct rx_cxt rx; argument
Dgdm_mux.c124 static struct mux_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()
144 static void put_rx_struct(struct rx_cxt *rx, struct mux_rx *r) in put_rx_struct()
225 struct rx_cxt *rx = (struct rx_cxt *)&mux_dev->rx; in do_rx()
248 static void remove_rx_submit_list(struct mux_rx *r, struct rx_cxt *rx) in remove_rx_submit_list()
266 struct rx_cxt *rx = &mux_dev->rx; in gdm_mux_rcv_complete()
291 struct rx_cxt *rx = &mux_dev->rx; in gdm_mux_recv()
445 struct rx_cxt *rx = &mux_dev->rx; in release_usb()
481 struct rx_cxt *rx = &mux_dev->rx; in init_usb()
600 struct rx_cxt *rx; in gdm_mux_suspend()
Dgdm_mux.h69 struct rx_cxt { struct
82 struct rx_cxt rx; argument
Dgdm_usb.c221 static struct usb_rx *get_rx_struct(struct rx_cxt *rx, int *no_spc) in get_rx_struct()
245 static void put_rx_struct(struct rx_cxt *rx, struct usb_rx *r) in put_rx_struct()
259 struct rx_cxt *rx = &udev->rx; in release_usb()
314 struct rx_cxt *rx = &udev->rx; in init_usb()
394 struct rx_cxt *rx = &udev->rx; in do_rx()
450 static void remove_rx_submit_list(struct usb_rx *r, struct rx_cxt *rx) in remove_rx_submit_list()
469 struct rx_cxt *rx = r->rx; in gdm_usb_rcv_complete()
500 struct rx_cxt *rx = &udev->rx; in gdm_usb_recv()
923 struct rx_cxt *rx; in gdm_usb_suspend()
955 struct rx_cxt *rx; in gdm_usb_resume()