Searched refs:inusenext (Results 1 – 3 of 3) sorted by relevance
176 device->asyncreq->inusenext = NULL; in add_to_async_list()179 async; async = async->inusenext) { in add_to_async_list()182 active->inusenext = busrequest; in add_to_async_list()183 busrequest->inusenext = NULL; in add_to_async_list()762 busrequest->inusenext = NULL; in hif_free_bus_request()
170 struct bus_request *inusenext; /* link list of in use requests */ member
1827 if (request->inusenext) in async_task()1828 device->asyncreq = request->inusenext; in async_task()