Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-sony.c611 struct urb *ghl_urb; member
651 ret = usb_submit_urb(sc->ghl_urb, GFP_ATOMIC); in ghl_magic_poke()
682 sc->ghl_urb, usbdev, pipe, in ghl_init_urb()
3052 sc->ghl_urb = usb_alloc_urb(0, GFP_ATOMIC); in sony_probe()
3053 if (!sc->ghl_urb) { in sony_probe()
3087 usb_free_urb(sc->ghl_urb); in sony_remove()