Searched refs:actual (Results 126 - 150 of 191) sorted by relevance

12345678

/linux-master/fs/gfs2/
H A Ddir.c40 * When the dirents are in leaves, the actual contents of the directory file are
448 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); local
454 actual = 0;
455 if (ptr < (void *)dent + actual)
467 unsigned actual = GFS2_DIRENT_SIZE(be16_to_cpu(dent->de_name_len)); local
471 actual = 0;
472 if (totlen - actual >= required)
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1511 u32 reg, val, expected, actual; local
1557 actual = REG_FIELD_GET(DPIO_ANYDL_POWERDOWN_CH0 |
1560 actual = REG_FIELD_GET(DPIO_ANYDL_POWERDOWN_CH1 |
1563 drm_WARN(&dev_priv->drm, actual != expected,
1565 !!(actual & DPIO_ALLDL_POWERDOWN),
1566 !!(actual & DPIO_ANYDL_POWERDOWN),
H A Dintel_display_driver.c94 cdclk_state->logical = cdclk_state->actual = i915->display.cdclk.hw;
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c29 #define VCHIQ_MSG_BULK_RX_DONE 8 /* + (srcport, dstport), actual */
30 #define VCHIQ_MSG_BULK_TX_DONE 9 /* + (srcport, dstport), actual */
1271 if (bulk->actual == VCHIQ_BULK_ACTUAL_ABORTED)
1277 if (bulk->actual == VCHIQ_BULK_ACTUAL_ABORTED)
1307 if (bulk->actual != VCHIQ_BULK_ACTUAL_ABORTED) {
1311 bulk->actual);
1315 bulk->actual);
1326 waiter->actual = bulk->actual;
1449 bulk->actual
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-ep0.c579 request->actual =
731 request->actual = 0;
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c469 preq->request.actual =
564 request->actual = 0;
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c327 if (req->actual) {
329 unsigned int n, size = req->actual;
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c657 int len = req->actual >> 2;
683 usb_ep->name, status, req->actual, req->length);
688 le32_to_cpu_array((u32 *)req->buf, req->actual >> 2);
693 snd_ump_receive(ep->ump, req->buf, req->actual & ~3);
747 usb_ep->name, status, req->actual, req->length);
1031 usb_ep->name, status, req->actual, req->length);
1055 usb_ep->name, status, req->actual, req->length);
1059 len = req->actual >> 2;
H A Df_printer.c278 if (req->actual > 0) {
280 DBG(dev, "G_Printer : rx length %d\n", req->actual);
507 if (req->actual && req->buf) {
509 current_rx_bytes = req->actual;
H A Df_sourcesink.c472 for (i = 0; i < req->actual; i++, buf++) {
547 req->actual, req->length);
560 status, req->actual, req->length);
H A Df_mass_storage.c419 if (req->status || req->actual != req->length)
421 req->status, req->actual, req->length);
435 dump_msg(common, "bulk-out", req->buf, req->actual);
436 if (req->status || req->actual != bh->bulk_out_intended_length)
438 req->status, req->actual, bh->bulk_out_intended_length);
862 amount = bh->outreq->actual;
914 if (bh->outreq->actual < bh->bulk_out_intended_length) {
1552 if (bh->outreq->actual < bh->bulk_out_intended_length ||
2193 if (req->actual != US_BULK_CB_WRAP_LEN ||
2197 req->actual,
[all...]
H A Du_serial.c398 if (req->actual && tty) {
400 unsigned size = req->actual;
419 port->port_num, count, req->actual);
H A Df_midi.c261 for (i = 0; i + 3 < req->actual; i += 4)
295 req->actual, req->length);
309 status, req->actual, req->length);
/linux-master/drivers/iio/adc/
H A Dtwl4030-madc.c341 int actual = twl4030_therm_tbl[temp]; local
342 if ((actual - res) >= 0)
/linux-master/arch/um/drivers/
H A Dubd_kern.c552 unsigned long long actual; local
562 err = os_file_size(file, &actual);
569 if (actual != size) {
573 "vs backing file\n", (unsigned long long) size, actual);
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c156 ureq->req.actual = pkt->actual;
173 req->actual = 0;
/linux-master/drivers/usb/dwc3/
H A Dep0.c94 req->request.actual = 0;
894 ur->actual += transferred;
910 if ((epnum & 1) && ur->actual < ur->length)
/linux-master/drivers/virtio/
H A Dvirtio_balloon.c398 * we delegate the job to a freezable workqueue that will do the actual work via
501 u32 actual = vb->num_pages; local
504 virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual,
505 &actual);
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c719 _req->actual = 0;
736 _req->actual = _req->length;
1346 rbuf = req->req.buf + req->req.actual;
1428 dev_len = req->req.length - req->req.actual;
1463 req->req.actual += len;
1497 if (req->req.length == req->req.actual) {
2239 * Since this is dummy we don't have an actual link so
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcq.c374 item->actual = be32_to_cpu(cqe->actual_trans_sig) >> 16;
379 item->actual = be32_to_cpu(cqe->actual_reftag);
384 item->actual = be32_to_cpu(cqe->actual_trans_sig) & 0xffff;
566 mlx5_ib_warn(dev, "CQN: 0x%x Got SIGERR on key: 0x%x err_type %x err_offset %llx expected %x actual %x\n",
571 sig->err_item.actual);
/linux-master/sound/soc/sh/
H A Dfsi.c964 unsigned long actual, cout; local
1000 * actual = cout / adjustment (by FSI-DIV) ~= target
1001 * audio = actual
1012 /* cout/actual audio clock */
1014 actual = cout / adj;
1017 diff = abs(actual - target);
1021 best_act = actual;
/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/leds/rgb/
H A Dleds-qcom-lpg.c486 u64 actual; local
497 actual = DIV_ROUND_UP_ULL(denominator * (1 << m),
499 error = period - actual;
505 best_period = actual;
/linux-master/drivers/usb/musb/
H A Dmusb_trace.h256 __entry->actual_len = req->request.actual;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_usb.c61 int actual; local
73 &actual, 1000);

Completed in 280 milliseconds

12345678