Searched refs:actual (Results 1 - 25 of 189) sorted by last modified time

12345678

/linux-master/drivers/nvme/target/
H A Drdma.c561 pr_err("PI error found type %d expected 0x%x vs actual 0x%x\n",
564 mr_status.sig_err.actual);
1437 * Schedules the actual release because calling rdma_destroy_id from
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c346 return req->status ? req->status : req->actual;
742 io_data->status = req->actual;
885 io_data->status = req->status ? req->status : req->actual;
H A Df_ncm.c655 if (req->status || req->actual != req->length) {
H A Du_ether.c231 skb_put(skb, req->actual);
/linux-master/drivers/usb/gadget/
H A Dcomposite.c1487 * and attach it to the cdev. The actual string (usb_string.s) will not be
1576 if (req->status || req->actual != req->length)
1579 req->status, req->actual, req->length);
/linux-master/drivers/usb/dwc3/
H A Dgadget.c1940 req->request.actual = 0;
3476 req->request.actual = req->request.length - req->remaining;
H A Dep0.c94 req->request.actual = 0;
894 ur->actual += transferred;
910 if ((epnum & 1) && ur->actual < ur->length)
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6793 netdev_features_t actual)
6803 if ((changed & ipv6_features) && !(actual & ipv6_features))
6805 if ((changed & ipv4_features) && !(actual & ipv4_features))
6791 qeth_check_restricted_features(struct qeth_card *card, netdev_features_t changed, netdev_features_t actual) argument
/linux-master/kernel/sched/
H A Dsched.h3014 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual,
/linux-master/drivers/usb/host/
H A Dxhci-trace.h261 __field(int, actual)
276 __entry->actual = urb->actual_length;
290 __entry->actual, __entry->length, __entry->num_mapped_sgs,
576 __field(unsigned int, actual)
583 __entry->actual = req->actual;
589 __entry->req, __entry->actual,
H A Dxhci-dbgcap.c320 req->actual = 0;
747 req->actual = req->length - remain_length;
H A Dxhci-dbgcap.h160 unsigned int actual; member in struct:dbc_request
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c188 req->req.actual, req->req.length);
780 *length = min(req->req.length - req->req.actual,
794 swap_temp = (u32) (req->req.dma + req->req.actual);
801 req->req.actual += *length;
809 } else if (req->req.length == req->req.actual)
900 req->req.actual = 0;
1290 req->req.actual = 0;
1373 req->req.actual = 0;
1601 int actual, remaining_length, j, tmp; local
1608 actual
[all...]
H A Dtegra-xudc.c1296 req->usb_req.actual = 0;
1366 req->usb_req.actual = 0;
1466 req->usb_req.actual = ep_ctx_read_edtla(ep->context);
1471 if (req->usb_req.actual > 0) {
2674 req->usb_req.actual = req->usb_req.length - residual;
2677 req->usb_req.actual, req->usb_req.length);
H A Dpxa27x_udc.c159 &req->req, req->req.actual,
673 req->req.actual, req->req.length);
795 bufferspace = req->req.length - req->req.actual;
797 buf = (u32 *)(req->req.buf + req->req.actual);
807 req->req.actual += count;
833 buf = (u32 *)(req->req.buf + req->req.actual);
836 length = min(req->req.length - req->req.actual, max);
837 req->req.actual += length;
879 &req->req, req->req.actual, req->req.length);
882 if (is_short || req->req.actual
[all...]
H A Dnet2272.c374 req->req.actual, req->req.length, req->req.buf);
393 length = min(req->req.length - req->req.actual, max);
394 req->req.actual += length;
428 dev_vdbg(ep->dev->dev, "write_fifo %s actual %d len %d\n",
429 ep->ep.name, req->req.actual, req->req.length);
443 buf = req->req.buf + req->req.actual;
458 if (req->req.length == req->req.actual) {
500 req->req.actual += avail;
543 dev_vdbg(ep->dev->dev, "read_fifo %s actual %d len %d\n",
544 ep->ep.name, req->req.actual, re
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c48 * are two main clocks involved that aren't directly related to the actual
49 * pixel clock or any symbol/bit clock of the actual output port. These
521 * Specs are full of misinformation, but testing on actual
2450 if (!intel_cdclk_changed(&old_cdclk_state->actual,
2451 &new_cdclk_state->actual) &&
2459 change_cdclk = new_cdclk_state->actual.cdclk != old_cdclk_state->actual.cdclk;
2470 cdclk = max(new_cdclk_state->actual.cdclk, old_cdclk_state->actual.cdclk);
2496 voltage_level = new_cdclk_state->actual
[all...]
H A Dintel_cdclk.h37 struct intel_cdclk_config actual; member in struct:intel_cdclk_state
/linux-master/fs/bcachefs/
H A Dutil.c528 * @actual: current value
530 * @sign: 1 or -1; 1 if increasing the rate makes actual go up, -1 if increasing
531 * it makes actual go down.
534 s64 target, s64 actual, int sign)
545 proportional = actual - target;
549 derivative = actual - pd->last_actual;
570 pd->last_actual = actual;
602 prt_printf(out, "actual:");
533 bch2_pd_controller_update(struct bch_pd_controller *pd, s64 target, s64 actual, int sign) argument
/linux-master/scripts/
H A Dkernel-doc1464 my $actual = shift;
1466 # strip all spaces from the actual param so that it looks like one string item
1467 $actual =~ s/\s*//g;
1468 $struct_actual = $struct_actual . $actual . " ";
/linux-master/drivers/usb/dwc2/
H A Dgadget.c494 * transmission and we have something to give it. The actual setup of
509 int buf_pos = hs_req->req.actual;
646 hs_req->req.actual = buf_pos + to_write;
1094 length = ureq->length - ureq->actual;
1095 dev_dbg(hsotg->dev, "ureq->length:%d ureq->actual:%d\n",
1096 ureq->length, ureq->actual);
1162 offset = ureq->actual;
1201 hs_req->req.actual = 0;
1224 hs_ep->last_load = ureq->actual;
1307 /* Save actual buffe
[all...]
/linux-master/include/linux/usb/
H A Dgadget.h74 * @actual: Reports bytes transferred to/from the buffer. For reads (OUT
125 unsigned actual; member in struct:usb_request
211 * by this EP (0 - 16, actual number is 2^n)
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c252 (int)(request->length - request->actual));
276 request_size = min_t(size_t, request->length - request->actual,
292 request->dma + request->actual, request_size);
360 request->dma + request->actual,
373 request->dma + request->actual,
386 (u8 *) (request->buf + request->actual));
387 request->actual += fifo_count;
396 request->actual, request->length,
465 request->actual += musb_ep->dma->actual_len;
476 && (request->actual
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c1089 ssize_t actual = len; local
1092 if (pos + actual > etr_buf->len)
1093 actual = etr_buf->len - pos;
1094 if (actual <= 0)
1095 return actual;
1101 return tmc_etr_buf_get_data(etr_buf, offset, actual, bufpp);
1495 * tmc_etr_sync_perf_buffer: Copy the actual trace data from the hardware
H A Dcoresight-tmc-etf.c163 ssize_t actual = len; local
166 if (pos + actual > drvdata->len)
167 actual = drvdata->len - pos;
168 if (actual > 0)
170 return actual;

Completed in 704 milliseconds

12345678