Home
last modified time | relevance | path

Searched refs:actual (Results 51 – 75 of 1171) sorted by relevance

12345678910>>...47

/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual
119 DIFF=`diff $TMPDIR/actual $TMPDIR/expected`
152 rm $TMPDIR/actual
/openbmc/linux/drivers/usb/class/
H A Dusbtmc.c272 int actual; in usbtmc_ioctl_abort_bulk_in_tag() local
324 actual = 0; in usbtmc_ioctl_abort_bulk_in_tag()
329 &actual, 300); in usbtmc_ioctl_abort_bulk_in_tag()
714 int actual; in usbtmc488_ioctl_trigger() local
1315 int actual; in send_request_dev_dep_msg_in() local
1369 int actual; in usbtmc_read() local
1404 actual = 0; in usbtmc_read()
1479 actual = remaining; in usbtmc_read()
1498 done += actual; in usbtmc_read()
1654 int actual = 0; in usbtmc_ioctl_clear() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test.c174 u32 expected = 5, actual; in kfunc_call_test_static_unused_arg() local
176 actual = bpf_kfunc_call_test_static_unused_arg(expected, 0xdeadbeef); in kfunc_call_test_static_unused_arg()
177 return actual != expected ? -1 : 0; in kfunc_call_test_static_unused_arg()
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot12 calls instead of the actual protection applied by the kernel.
18 actual protection), and Android and Linux distributions have been
23 check the actual protections being applied upon mmap/mprotect calls.
/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c180 struct tstamps actual = {}; in do_recv() local
214 actual.tstamp = true; in do_recv()
217 actual.tstampns = true; in do_recv()
221 actual.swtstamp = !!ts->ts[0].tv_sec; in do_recv()
224 actual.hwtstamp = !!ts->ts[2].tv_sec; in do_recv()
233 if (expected.field != actual.field) { \ in do_recv()
/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_bridge.c276 long actual, requested; in msm_hdmi_bridge_mode_valid() local
285 actual = kms->funcs->round_pixclk(kms, in msm_hdmi_bridge_mode_valid()
288 actual = clk_round_rate(hdmi->pwr_clks[0], requested); in msm_hdmi_bridge_mode_valid()
290 actual = requested; in msm_hdmi_bridge_mode_valid()
292 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_bridge_mode_valid()
294 if (actual != requested) in msm_hdmi_bridge_mode_valid()
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c248 int actual = 0; in main() local
363 iobuf[actual].requested -= ret; in main()
366 if (!iobuf[actual].requested) in main()
367 actual = (actual + 1)%(sizeof(iobuf)/sizeof(*iobuf)); in main()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c377 gchar *expect, *actual; in test_pbkdf() local
387 actual = hex_string(out, nout); in test_pbkdf()
389 g_assert_cmpstr(actual, ==, expect); in test_pbkdf()
391 g_free(actual); in test_pbkdf()
/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c715 config.actual = cpu_to_le32(dev->actual); in virtio_balloon_get_config()
729 trace_virtio_balloon_get_config(config.num_pages, config.actual); in virtio_balloon_get_config()
756 uint32_t oldactual = dev->actual; in virtio_balloon_set_config()
760 dev->actual = le32_to_cpu(config.actual); in virtio_balloon_set_config()
761 if (dev->actual != oldactual) { in virtio_balloon_set_config()
763 ((ram_addr_t) dev->actual << VIRTIO_BALLOON_PFN_SHIFT)); in virtio_balloon_set_config()
769 trace_virtio_balloon_set_config(dev->actual, oldactual); in virtio_balloon_set_config()
785 info->actual = get_current_ram_size() - ((uint64_t) dev->actual << in virtio_balloon_stat()
845 VMSTATE_UINT32(actual, VirtIOBalloon),
/openbmc/linux/drivers/usb/gadget/udc/
H A Dudc-xilinx.c384 src = req->usb_req.dma + req->usb_req.actual; in xudc_dma_send()
438 dst = req->usb_req.dma + req->usb_req.actual; in xudc_dma_receive()
636 req->usb_req.actual, req->usb_req.length); in xudc_read_fifo()
643 req->usb_req.actual, in xudc_read_fifo()
695 req->usb_req.actual += length; in xudc_write_fifo()
1017 req->usb_req.actual = 0; in __xudc_ep0_queue()
1099 _req->actual = 0; in xudc_ep_queue()
1835 req->usb_req.actual = req->usb_req.length; in xudc_ep0_out()
1845 req->usb_req.actual = req->usb_req.actual + bytes_to_rx; in xudc_ep0_out()
1900 req->usb_req.actual = req->usb_req.length; in xudc_ep0_in()
[all …]
H A Dgoku_udc.c322 req->req.actual, req->req.length); in done()
340 req->req.actual += length; in write_packet()
358 buf = req->req.buf + req->req.actual; in write_fifo()
417 buf = req->req.buf + req->req.actual; in read_fifo()
449 req->req.actual += size; in read_fifo()
623 req->req.actual -= req->req.dma; in dma_advance()
624 req->req.actual++; in dma_advance()
695 req->req.actual, req->req.length); in abort_dma()
704 req->req.actual = req->req.length; in abort_dma()
751 _req->actual = 0; in goku_queue()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-janz-ican39 Reading: get actual termination state
10 Writing: set actual termination state (0=no termination, 1=termination active)
/openbmc/u-boot/board/freescale/t4qds/
H A Dt4240qds.c642 u32 actual[MAX_SERDES]; in misc_init_r() local
651 actual[i] = SRDS_PLLCR0_RFCK_SEL_100; in misc_init_r()
654 actual[i] = SRDS_PLLCR0_RFCK_SEL_125; in misc_init_r()
657 actual[i] = SRDS_PLLCR0_RFCK_SEL_156_25; in misc_init_r()
660 actual[i] = SRDS_PLLCR0_RFCK_SEL_161_13; in misc_init_r()
669 if (expected != actual[i]) { in misc_init_r()
672 serdes_clock_to_string(actual[i])); in misc_init_r()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c182 ssize_t actual; in tmc_read() local
185 actual = tmc_get_sysfs_trace(drvdata, *ppos, len, &bufp); in tmc_read()
186 if (actual <= 0) in tmc_read()
189 if (copy_to_user(data, bufp, actual)) { in tmc_read()
195 *ppos += actual; in tmc_read()
196 dev_dbg(&drvdata->csdev->dev, "%zu bytes copied\n", actual); in tmc_read()
198 return actual; in tmc_read()
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh78 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
90 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
106 echo actual b = $((${actual_b%% *} / 1024 / 1024)) MB
118 echo actual b hugetlb = $((${actual_b_hugetlb%% *} / 1024 / 1024)) MB
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c145 printf("status: %d ep '%s' trans: %d\n", status, ep->name, req->actual); in fastboot_complete()
377 unsigned int buffer_size = req->actual; in rx_handler_dl_image()
404 req->actual = 0; in rx_handler_dl_image()
428 if (req->actual < req->length) { in rx_handler_command()
429 cmdbuf[req->actual] = '\0'; in rx_handler_command()
461 req->actual = 0; in rx_handler_command()
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddivider.txt8 the register is one less than the actual divisor value. E.g:
10 register value actual divisor value
19 register value actual divisor value
25 register value actual divisor value
35 register value actual divisor value
/openbmc/linux/drivers/watchdog/
H A Dgxp-wdt.c62 u32 actual; in gxp_wdt_set_timeout() local
65 actual = min(timeout * 100, wdd->max_hw_heartbeat_ms / 10); in gxp_wdt_set_timeout()
66 writew(actual, drvdata->base + GXP_WDT_CNT_OFS); in gxp_wdt_set_timeout()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c480 void *buf = req->buf + req->actual; in ep0_rxstate()
481 unsigned len = req->length - req->actual; in ep0_rxstate()
490 req->actual += count; in ep0_rxstate()
492 if (count < 64 || req->actual == req->length) { in ep0_rxstate()
539 fifo_src = (u8 *) request->buf + request->actual; in ep0_txstate()
541 request->length - request->actual); in ep0_txstate()
543 request->actual += fifo_count; in ep0_txstate()
547 || (request->actual == request->length in ep0_txstate()
927 req->request.actual = 0; in musb_g_ep0_queue()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget_ep0.c474 void *buf = req->buf + req->actual; in ep0_rxstate()
475 unsigned len = req->length - req->actual; in ep0_rxstate()
485 req->actual += count; in ep0_rxstate()
488 if (count < 64 || req->actual == req->length) { in ep0_rxstate()
535 fifo_src = (u8 *) request->buf + request->actual; in ep0_txstate()
537 request->length - request->actual); in ep0_txstate()
539 request->actual += fifo_count; in ep0_txstate()
543 || (request->actual == request->length in ep0_txstate()
921 req->request.actual = 0; in musb_g_ep0_queue()
/openbmc/linux/drivers/net/hamradio/
H A Dmkiss.c429 int actual, count; in ax_encaps() local
510 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count); in ax_encaps()
512 dev->stats.tx_bytes += actual; in ax_encaps()
515 ax->xleft = count - actual; in ax_encaps()
516 ax->xhead = ax->xbuff + actual; in ax_encaps()
915 int actual; in mkiss_write_wakeup() local
930 actual = tty->ops->write(tty, ax->xhead, ax->xleft); in mkiss_write_wakeup()
931 ax->xleft -= actual; in mkiss_write_wakeup()
932 ax->xhead += actual; in mkiss_write_wakeup()
/openbmc/qemu/tests/qemu-iotests/
H A D126.out15 backing file: ./image:base.IMGFMT (actual path: TEST_DIR/./image:base.IMGFMT)
22 backing file: base.IMGFMT (actual path: ./base.IMGFMT)
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu29 socket number, but the actual value is architecture and platform
35 identifier (rather than the kernel's). The actual value is
41 identifier (rather than the kernel's). The actual value is
47 identifier (rather than the kernel's). The actual value is
53 identifier (rather than the kernel's). The actual value is
59 identifier (rather than the kernel's). The actual value is
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c400 int actual) in free_pagelist() argument
407 __func__, pagelistinfo->pagelist, actual); in free_pagelist()
426 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
429 if ((actual >= 0) && (head_bytes != 0)) { in free_pagelist()
430 if (head_bytes > actual) in free_pagelist()
431 head_bytes = actual; in free_pagelist()
438 if ((actual >= 0) && (head_bytes < actual) && in free_pagelist()
441 (pagelist->offset + actual) & in free_pagelist()
655 bulk->actual); in vchiq_complete_bulk()
1178 if (context->actual >= context->space) in vchiq_dump()
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dzero.rst13 than the amount of actual storage space available for that device. A user can
16 enough data has been written to fill up the actual storage space, the sparse
36 10GB of actual storage space available. If more than 10GB of data is written

12345678910>>...47