Searched refs:live_urb (Results 1 – 1 of 1) sorted by relevance
4805 struct live_urb { struct4822 static void urb_hashtable_insert(struct live_urb *urb) in urb_hashtable_insert() argument4828 static struct live_urb *urb_hashtable_lookup(uint64_t target_urb_adr) in urb_hashtable_lookup()4834 static void urb_hashtable_remove(struct live_urb *urb) in urb_hashtable_remove()4846 struct live_urb *lurb; in do_ioctl_usbdevfs_reapurb()4862 lurb = (void *)((uintptr_t)hurb - offsetof(struct live_urb, host_urb)); in do_ioctl_usbdevfs_reapurb()4905 struct live_urb *lurb; in do_ioctl_usbdevfs_discardurb()4924 struct live_urb *lurb; in do_ioctl_usbdevfs_submiturb()4936 lurb = g_try_new0(struct live_urb, 1); in do_ioctl_usbdevfs_submiturb()