Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-sony.c514 struct urb *ghl_urb; member
550 ret = usb_submit_urb(sc->ghl_urb, GFP_ATOMIC); in ghl_magic_poke()
581 sc->ghl_urb, usbdev, pipe, in ghl_init_urb()
2133 sc->ghl_urb = usb_alloc_urb(0, GFP_ATOMIC); in sony_probe()
2134 if (!sc->ghl_urb) { in sony_probe()
2158 usb_free_urb(sc->ghl_urb); in sony_probe()
2170 usb_free_urb(sc->ghl_urb); in sony_remove()