Searched refs:live_urb (Results 1 – 1 of 1) sorted by relevance
4835 struct live_urb { struct4852 static void urb_hashtable_insert(struct live_urb *urb) in urb_hashtable_insert() argument4858 static struct live_urb *urb_hashtable_lookup(uint64_t target_urb_adr) in urb_hashtable_lookup()4864 static void urb_hashtable_remove(struct live_urb *urb) in urb_hashtable_remove()4876 struct live_urb *lurb; in do_ioctl_usbdevfs_reapurb()4892 lurb = (void *)((uintptr_t)hurb - offsetof(struct live_urb, host_urb)); in do_ioctl_usbdevfs_reapurb()4935 struct live_urb *lurb; in do_ioctl_usbdevfs_discardurb()4954 struct live_urb *lurb; in do_ioctl_usbdevfs_submiturb()4966 lurb = g_try_new0(struct live_urb, 1); in do_ioctl_usbdevfs_submiturb()