Home
last modified time | relevance | path

Searched refs:actual (Results 176 – 200 of 1171) sorted by relevance

12345678910>>...47

/openbmc/openpower-proc-control/service_files/
H A Dop-clear-sys-dump-active@.service.in19 #The corresponding bitbake recipe will do the actual installation
/openbmc/openbmc/poky/meta/recipes-kernel/dtc/dtc/
H A D0001-meson.build-bump-version-to-1.7.0.patch6 [This was botched in the actual 1.7.0 release :( - David Gibson]
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/
H A Dpower-config-host0.json21 // it low will actually do it. Since there's (AFAIK) no actual
/openbmc/linux/drivers/usb/gadget/udc/
H A Dgr_udc.c93 int buflen = ep->is_in ? req->req.length : req->req.actual; in gr_dbgprint_request()
167 &req->req.buf, req->req.actual, req->req.length); in gr_seq_ep_show()
301 req->req.actual = req->req.length; in gr_finish_request()
302 } else if (req->oddlen && req->req.actual > req->evenlen) { in gr_finish_request()
312 if (req->req.actual > req->req.length) { in gr_finish_request()
619 req->req.actual = 0; in gr_queue()
1061 if (!req->req.actual) in gr_ep0_setup()
1067 if (req->req.actual > 0) in gr_ep0_setup()
1080 } else if (!req->req.actual) { in gr_ep0_setup()
1087 for (i = 0; i < req->req.actual; i++) in gr_ep0_setup()
[all …]
H A Datmel_usba_udc.c89 size_t len, remaining, actual = 0; in queue_dbg_read() local
115 actual += len - remaining; in queue_dbg_read()
124 return actual; in queue_dbg_read()
411 transaction_len = req->req.length - req->req.actual; in next_fifo_transaction()
425 req->req.actual += transaction_len; in next_fifo_transaction()
433 req->req.actual = 0; in submit_request()
511 bytecount = req->req.length - req->req.actual; in receive_data()
514 memcpy_fromio(req->req.buf + req->req.actual, in receive_data()
516 req->req.actual += bytecount; in receive_data()
555 ep->ep.name, req, req->req.status, req->req.actual); in request_complete()
[all …]
H A Dmv_udc_core.c126 int actual, remaining_length; in process_ep_req() local
136 actual = curr_req->req.length; in process_ep_req()
150 actual -= remaining_length; in process_ep_req()
196 curr_req->req.actual = actual; in process_ep_req()
239 req->req.actual, req->req.length); in done()
347 *length = min(req->req.length - req->req.actual, in build_dtd()
365 temp = (u32)(req->req.dma + req->req.actual); in build_dtd()
373 req->req.actual += *length; in build_dtd()
381 } else if (req->req.length == req->req.actual) in build_dtd()
713 req->req.actual = 0; in mv_ep_queue()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arm/calxeda/
H A Dl2ecc.yaml11 This does not cover the actual L2 cache controller control registers,
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c283 epdata->status = req->actual; in epio_complete()
440 unsigned actual; member
470 ret = copy_to_iter(priv->buf, priv->actual, &priv->to); in ep_user_copy_worker()
498 if (priv->to_free == NULL || unlikely(req->actual == 0)) { in ep_aio_complete()
504 req->actual ? req->actual : (long)req->status); in ep_aio_complete()
509 ep->name, req->status, req->actual); in ep_aio_complete()
512 priv->actual = req->actual; in ep_aio_complete()
537 priv->actual = 0; in ep_aio()
987 len = min (len, (size_t)dev->req->actual); in ep0_read()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c1160 u32 actual[NUM_SRDS_BANKS]; in misc_init_r() local
1167 actual[0] = clock; in misc_init_r()
1174 actual[1] = clock; in misc_init_r()
1181 if (expected != actual[i]) { in misc_init_r()
1185 serdes_clock_to_string(actual[i])); in misc_init_r()
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-arvo5 When read, this attribute returns the number of the actual
51 When read, this file returns the actual state of the key.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-cnf4.rst17 the specific sensor (actual error margins might change from sensor to sensor).
H A Dvidioc-g-parm.rst120 the actual frame period.
139 Drivers return the actual number of buffers. When an application
180 the actual frame period.
199 return the actual number of buffers. When an application requests
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-depmod-Ignore-.debug-directories.patch7 since it's split away from the actual <module>.ko file. Just ignore it.
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gexiv2/
H A Dgexiv2_0.14.2.bb29 # gexiv2 harcodes usr/lib as install path, so this corrects it to actual libdir
/openbmc/linux/Documentation/virt/kvm/devices/
H A Darm-vgic.rst59 reading or writing the register on the actual hardware from the cpu whose
93 same effect as reading or writing the register on the actual hardware.
118 value left by 3 places to obtain the actual priority mask level.
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp359 auto actual = static_cast<uint64_t>(sensor.getInput()); in outOfRange() local
362 return ((actual < range.first) || in outOfRange()
363 (range.second && actual > range.second.value())); in outOfRange()
/openbmc/linux/drivers/leds/
H A Dleds-tca6507.c243 int actual; in choose_times() local
247 actual = time_codes[*c1p] + time_codes[*c2p]; in choose_times()
249 return actual + 1; in choose_times()
251 return actual; in choose_times()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/
H A Dfix-build-on-32bit-arm.patch6 The actual NEON implementation uses instructions that are not
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A DKconfig26 Support for debug output. You have to enable the actual printing
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.h37 struct intel_cdclk_config actual; member
/openbmc/linux/drivers/usb/chipidea/
H A Dudc.c387 temp = (u32) (sg_dma_address(s) + hwreq->req.actual); in add_td_to_list()
390 temp = (u32) (hwreq->req.dma + hwreq->req.actual); in add_td_to_list()
402 hwreq->req.actual += length; in add_td_to_list()
447 unsigned int count = min(hwreq->req.length - hwreq->req.actual, in prepare_td_for_non_sg()
473 hwreq->req.actual = 0; in prepare_td_per_sg()
589 hwreq->req.actual = 0; in _hardware_enqueue()
677 unsigned actual = hwreq->req.length; in _hardware_dequeue() local
700 actual -= remaining_length; in _hardware_dequeue()
735 hwreq->req.actual += actual; in _hardware_dequeue()
740 return hwreq->req.actual; in _hardware_dequeue()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c445 int length = request->actual + descmiss_req->actual; in __cdns3_descmiss_copy_data()
452 descmiss_req->actual); in __cdns3_descmiss_copy_data()
453 request->actual = length; in __cdns3_descmiss_copy_data()
462 memcpy(&((u8 *)p)[request->actual], in __cdns3_descmiss_copy_data()
464 descmiss_req->actual); in __cdns3_descmiss_copy_data()
465 request->actual = length; in __cdns3_descmiss_copy_data()
529 req->length != req->actual) { in cdns3_wa2_gadget_giveback()
813 request->actual, in cdns3_gadget_giveback()
816 request->actual); in cdns3_gadget_giveback()
1590 request->actual += in cdns3_transfer_completed()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A DREADME9 but no actual block drivers like ide, scsi or virtio.
/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c331 count = min_t(unsigned int, count, req->actual - list->pos); in f_hidg_intout_read()
344 if (list->pos == req->actual) { in f_hidg_intout_read()
620 if (req->status != 0 || req->buf == NULL || req->actual == 0) { in hidg_ssreport_complete()
623 __func__, req->status, req->buf, req->actual); in hidg_ssreport_complete()
629 new_buf = krealloc(hidg->set_report_buf, req->actual, GFP_ATOMIC); in hidg_ssreport_complete()
636 hidg->set_report_length = req->actual; in hidg_ssreport_complete()
637 memcpy(hidg->set_report_buf, req->buf, req->actual); in hidg_ssreport_complete()
/openbmc/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh72 local actual="$2"
75 if [[ "$expected" != "$actual" ]]; then
76 echo "expected ($expected) != actual ($actual): $3"

12345678910>>...47