Searched defs:requests (Results 1 - 8 of 8) sorted by relevance

/drivers/base/
H A Ddevtmpfs.c8 * device which requests a device node, will add a node in this
48 } *requests; variable in typeref:struct:req
109 req.next = requests;
110 requests = &req;
139 req.next = requests;
140 requests = &req;
391 while (requests) {
392 struct req *req = requests;
393 requests = NULL;
/drivers/iio/adc/
H A Dtwl4030-madc.c55 * @requests: Array of request struct corresponding to SW1, SW2 and RT
63 struct twl4030_madc_request requests[TWL4030_MADC_NUM_METHODS]; member in struct:twl4030_madc_data
342 * corresponding to RT, SW1, SW2 conversion requests.
373 * corresponding to RT, SW1, SW2 conversion requests.
426 madc->requests[i].result_pending = 1;
429 r = &madc->requests[i];
456 r = &madc->requests[i];
483 p = &madc->requests[req->method];
579 if (twl4030_madc->requests[req->method].active) {
609 twl4030_madc->requests[re
[all...]
/drivers/s390/crypto/
H A Dap_bus.c638 * pending requests.
833 /* Poll on the device until all requests are finished. */
931 * __ap_flush_queue(): Flush requests.
934 * Flush all requests from the request/pending queue of an AP device.
1547 /* The card shouldn't forget requests but who knows. */
1687 /* Make room on the queue by polling for finished requests. */
1735 * ap_poll_timeout(): AP receive polling for finished AP requests.
1750 * Reset a not responding AP device and move all requests from the
1796 * important that no requests on any AP get lost.
1815 * ap_poll_thread(): Thread that polls for finished requests
1828 int requests; local
[all...]
/drivers/usb/dwc2/
H A Dhcd.h43 * The Host Controller Driver (HCD) is responsible for translating requests
91 * is not finished flushing queued requests
101 * @requests: Number of requests issued for this channel since it was
154 u8 requests; member in struct:dwc2_host_chan
/drivers/usb/gadget/udc/
H A Dnet2280.h192 struct pci_pool *requests; member in struct:net2280
/drivers/block/
H A Dxen-blkfront.c92 * Maximum number of segments in indirect requests, the actual value used by
99 MODULE_PARM_DESC(max, "Maximum amount of segments in indirect requests (default is 32)");
420 /* Check if we have enough grants to allocate a requests */
532 * previous requests. This is OK as long as
565 /* Keep a private copy so we can reissue requests when recovering. */
928 /* Prevent new requests being issued until we fix things up. */
969 * Clear persistent grants present in requests already
1450 struct list_head requests; local
1474 INIT_LIST_HEAD(&requests);
1489 list_add(&copy[i].request->queuelist, &requests);
[all...]
/drivers/mfd/
H A Ddb8500-prcmu.c352 * @req: Request data that need to persist between requests.
392 * @req: Request data that need to persist between requests.
408 * @sysclk_lock: A lock used to handle concurrent sysclk requests.
409 * @sysclk_work: Work structure used for sysclk requests.
736 static int requests[2]; local
748 if (!div && !requests[clkout])
785 requests[clkout] += (div ? 1 : -1);
1081 * Calls to this function to enable and disable requests must be balanced.
1087 static unsigned int requests; local
1092 if (0 != requests
[all...]
/drivers/gpu/drm/i915/
H A Di915_drv.h393 } *requests; member in struct:drm_i915_error_state::drm_i915_error_ring
1134 * but this means that requests will finish and never
1137 * fires, go retire requests.
1144 * are no more requests outstanding and no more
1158 * requests? Whilst idle, we attempt to power down the hardware and

Completed in 290 milliseconds