Home
last modified time | relevance | path

Searched refs:gpriv (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/renesas_usbhs/
Dmod_gadget.c42 struct usbhsg_gpriv *gpriv; member
85 #define usbhsg_for_each_uep(pos, gpriv, i) \ argument
86 __usbhsg_for_each_uep(1, pos, gpriv, i)
88 #define usbhsg_for_each_uep_with_dcp(pos, gpriv, i) \ argument
89 __usbhsg_for_each_uep(0, pos, gpriv, i)
102 #define usbhsg_uep_to_gpriv(u) ((u)->gpriv)
105 #define usbhsg_is_dcp(u) ((u) == usbhsg_gpriv_to_dcp((u)->gpriv))
126 struct usbhsg_gpriv *gpriv = usbhsg_uep_to_gpriv(uep); in __usbhsg_queue_pop() local
128 struct device *dev = usbhsg_gpriv_to_dev(gpriv); in __usbhsg_queue_pop()
129 struct usbhs_priv *priv = usbhsg_gpriv_to_priv(gpriv); in __usbhsg_queue_pop()
[all …]
/linux-4.1.27/drivers/net/ethernet/seeq/
Dsgiseeq.c241 static struct sgiseeq_private *gpriv; variable
247 struct sgiseeq_rx_desc *r = gpriv->rx_desc; in sgiseeq_dump_rings()
248 struct sgiseeq_tx_desc *t = gpriv->tx_desc; in sgiseeq_dump_rings()
249 struct hpc3_ethregs *hregs = gpriv->hregs; in sgiseeq_dump_rings()
275 gpriv->rx_new, gpriv->rx_old, gpriv->tx_new, gpriv->tx_old); in sgiseeq_dump_rings()
760 gpriv = sp; in sgiseeq_probe()