Searched refs:live_urb (Results 1 – 1 of 1) sorted by relevance
4833 struct live_urb { struct4850 static void urb_hashtable_insert(struct live_urb *urb) in urb_hashtable_insert() argument4856 static struct live_urb *urb_hashtable_lookup(uint64_t target_urb_adr) in urb_hashtable_lookup()4862 static void urb_hashtable_remove(struct live_urb *urb) in urb_hashtable_remove()4874 struct live_urb *lurb; in do_ioctl_usbdevfs_reapurb()4890 lurb = (void *)((uintptr_t)hurb - offsetof(struct live_urb, host_urb)); in do_ioctl_usbdevfs_reapurb()4933 struct live_urb *lurb; in do_ioctl_usbdevfs_discardurb()4952 struct live_urb *lurb; in do_ioctl_usbdevfs_submiturb()4964 lurb = g_try_new0(struct live_urb, 1); in do_ioctl_usbdevfs_submiturb()