Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/misc/
Duss720.c77 static void destroy_async(struct kref *kref) in destroy_async() function
119 kref_put(&rq->ref_count, destroy_async); in async_complete()
146 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
151 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
170 destroy_async(&rq->ref_count); in submit_async_request()
211 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
220 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
242 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
/Linux-v5.10/drivers/usb/core/
Ddevio.c640 static void destroy_async(struct usb_dev_state *ps, struct list_head *list) in destroy_async() function
674 destroy_async(ps, &hitlist); in destroy_async_on_interface()
679 destroy_async(ps, &ps->async_pending); in destroy_all_async()