Searched refs:stub_priv (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/usbip/
H A Dstub_tx.c26 static void stub_free_priv_and_urb(struct stub_priv *priv)
67 struct stub_priv *priv = (struct stub_priv *) urb->context;
129 struct stub_priv *priv = (struct stub_priv *) urb->context;
148 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
151 struct stub_priv *priv, *tmp;
169 struct stub_priv *priv, *tmp;
H A Dstub_main.c30 /* stub_priv is allocated from stub_priv_cache */
212 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead)
214 struct stub_priv *priv, *tmp;
224 static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
227 struct stub_priv *priv;
255 struct stub_priv *priv;
284 stub_priv_cache = kmem_cache_create("stub_priv",
285 sizeof(struct stub_priv), 0,
H A Dstub.h41 * stub_priv preserves private data of each urb.
44 * stub_priv is always linked to any one of 3 lists;
65 struct stub_priv { struct
H A Dstub_rx.c244 struct stub_priv *priv;
334 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
337 struct stub_priv *priv;
345 dev_err(&sdev->interface->dev, "alloc stub_priv\n");
355 * After a stub_priv is linked to a list_head,
476 struct stub_priv *priv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/usbip/
H A Dstub_tx.c26 static void stub_free_priv_and_urb(struct stub_priv *priv)
67 struct stub_priv *priv = (struct stub_priv *) urb->context;
129 struct stub_priv *priv = (struct stub_priv *) urb->context;
148 static struct stub_priv *dequeue_from_priv_tx(struct stub_device *sdev)
151 struct stub_priv *priv, *tmp;
169 struct stub_priv *priv, *tmp;
H A Dstub_main.c30 /* stub_priv is allocated from stub_priv_cache */
212 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead)
214 struct stub_priv *priv, *tmp;
224 static struct stub_priv *stub_priv_pop(struct stub_device *sdev)
227 struct stub_priv *priv;
255 struct stub_priv *priv;
284 stub_priv_cache = kmem_cache_create("stub_priv",
285 sizeof(struct stub_priv), 0,
H A Dstub.h41 * stub_priv preserves private data of each urb.
44 * stub_priv is always linked to any one of 3 lists;
65 struct stub_priv { struct
H A Dstub_rx.c244 struct stub_priv *priv;
334 static struct stub_priv *stub_priv_alloc(struct stub_device *sdev,
337 struct stub_priv *priv;
345 dev_err(&sdev->interface->dev, "alloc stub_priv\n");
355 * After a stub_priv is linked to a list_head,
476 struct stub_priv *priv;

Completed in 187 milliseconds