Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A Duss720.c78 static void destroy_async(struct kref *kref) in destroy_async() function
120 kref_put(&rq->ref_count, destroy_async); in async_complete()
147 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
152 kref_put(&rq->ref_count, destroy_async); in submit_async_request()
171 destroy_async(&rq->ref_count); in submit_async_request()
212 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
221 kref_put(&rq->ref_count, destroy_async); in get_1284_register()
243 kref_put(&rq->ref_count, destroy_async); in set_1284_register()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c660 static void destroy_async(struct usb_dev_state *ps, struct list_head *list) in destroy_async() function
694 destroy_async(ps, &hitlist); in destroy_async_on_interface()
699 destroy_async(ps, &ps->async_pending); in destroy_all_async()