Home
last modified time | relevance | path

Searched refs:actual (Results 151 – 175 of 1171) sorted by relevance

12345678910>>...47

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D030-replace_unsafe_memcpy_with_memmove.patch16 DBG("read actual device_id successfully fd=%d len=%d\n", fd, len);
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-k3.c301 unsigned long actual; in dw_mci_hi3660_set_ios() local
313 actual = clk_get_rate(host->ciu_clk); in dw_mci_hi3660_set_ios()
316 host->bus_hz = actual / (GENCLK_DIV + 1); in dw_mci_hi3660_set_ios()
/openbmc/linux/arch/arm/include/debug/
H A Dtegra.S68 adr \rp, 99f @ actual addr of 99f
72 sub \tmp, \rp, \rv @ actual tegra_uart_config
H A Dbrcmstb.S47 adr \rp, 99f @ actual addr of 99f
51 sub \tmp, \rp, \rv @ actual brcmstb_uart_config
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-reqbufs.rst53 attempt to allocate the requested number of buffers and it stores the actual
56 function correctly. The actual allocated buffer size can is returned
H A Ddmx-stop.rst31 This ioctl call is used to stop the actual filtering operation defined
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c188 req->req.actual, req->req.length); in done()
797 req->req.actual += *length; in fsl_build_dtd()
897 req->req.actual = 0; in fsl_ep_queue()
1286 req->req.actual = 0; in ep0_prime_status()
1369 req->req.actual = 0; in ch9getstatus()
1597 int actual, remaining_length, j, tmp; in process_ep_req() local
1604 actual = curr_req->req.length; in process_ep_req()
1610 actual -= remaining_length; in process_ep_req()
1661 curr_req->req.actual = actual; in process_ep_req()
2173 &req->req, req->req.actual, in fsl_proc_read()
[all …]
H A Dbcm63xx_udc.c1162 req->actual = 0; in bcm63xx_udc_queue()
1390 req->actual = 0; in bcm63xx_ep0_map_write()
1407 req->actual = 0; in bcm63xx_ep0_complete()
1446 return req->actual; in bcm63xx_ep0_read_complete()
2063 req->actual += rc; in bcm63xx_udc_data_isr()
2065 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()
2071 req->actual = min(req->actual, req->length); in bcm63xx_udc_data_isr()
2082 req->actual += rc; in bcm63xx_udc_data_isr()
2084 if (req->actual >= req->length || breq->bd_bytes > rc) { in bcm63xx_udc_data_isr()
2088 req->actual = min(req->actual, req->length); in bcm63xx_udc_data_isr()
H A Dsnps_udc_core.c655 req_buf = req->buf + req->actual; in udc_txfifo_write()
657 remaining = req->length - req->actual; in udc_txfifo_write()
729 buf = req->req.buf + req->req.actual; in udc_rxfifo_read()
739 req->req.actual += bytes; in udc_rxfifo_read()
1088 usbreq->actual = 0; in udc_queue()
2186 req->req.actual += count; in udc_data_out_isr()
2323 req->req.actual = req->req.length; in udc_data_in_isr()
2326 req->req.actual = req->req.length; in udc_data_in_isr()
2363 req->req.actual += len; in udc_data_in_isr()
2701 req->req.actual = req->req.length; in udc_control_in_isr()
[all …]
H A Dnet2272.c394 req->req.actual += length; in net2272_write_packet()
429 ep->ep.name, req->req.actual, req->req.length); in net2272_write_fifo()
443 buf = req->req.buf + req->req.actual; in net2272_write_fifo()
458 if (req->req.length == req->req.actual) { in net2272_write_fifo()
500 req->req.actual += avail; in net2272_read_packet()
548 buf = req->req.buf + req->req.actual; in net2272_read_fifo()
558 tmp = req->req.length - req->req.actual; in net2272_read_fifo()
574 req->req.actual == req->req.length)) { in net2272_read_fifo()
737 req->req.actual += size; in net2272_kick_dma()
843 _req->actual = 0; in net2272_queue()
[all …]
/openbmc/hiomapd/vpnor/
H A Dffs.h94 uint32_t actual; member
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_defs.h94 uint32_t actual; member
/openbmc/linux/Documentation/arch/arm/pxa/
H A Dmfp.rst124 and written to the actual registers, they are useless and may discard,
143 and eventually calls gpio_set_wake() for the actual register setting.
196 the actual API invoked to convert these definitions into register settings and
228 for implementation of the pin configuration to take effect for the actual
234 The following comments are copied from mfp.h (see the actual source code
285 The conversion from a generic pin configuration to the actual register
/openbmc/linux/drivers/opp/
H A DKconfig7 is called Operating Performance Point or OPP. The actual definitions
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1096 ureq->length, ureq->actual); in dwc2_hsotg_start_req()
1162 offset = ureq->actual; in dwc2_hsotg_start_req()
1201 hs_req->req.actual = 0; in dwc2_hsotg_start_req()
1330 hs_req->req.actual); in dwc2_hsotg_handle_unaligned_buf_complete()
1431 req->actual = 0; in dwc2_hsotg_ep_queue()
2024 if (req->actual == 0) in dwc2_hsotg_complete_setup()
2287 read_ptr = hs_req->req.actual; in dwc2_hsotg_rx_data()
2429 req->actual = size_done; in dwc2_hsotg_handle_outdone()
2867 hs_req->req.actual = 0; in dwc2_gadget_handle_ep_disabled()
2925 hs_req->req.actual = 0; in dwc2_gadget_handle_out_token_ep_disabled()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dadd-back-option-build-base.patch15 Delegate to build.py for doing the actual build, (including wxWidgets)
/openbmc/openbmc/poky/meta/recipes-extended/findutils/
H A Dfindutils_4.9.0.bb24 # substitute value in run-ptest with actual version
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-filter-admv881818 Reading returns the actual mode.
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c831 uint8_t expected, actual; in virtio_set_ind_atomic() local
842 actual = *ind_addr; in virtio_set_ind_atomic()
844 expected = actual; in virtio_set_ind_atomic()
845 actual = qatomic_cmpxchg(ind_addr, expected, expected | to_be_set); in virtio_set_ind_atomic()
846 } while (actual != expected); in virtio_set_ind_atomic()
847 trace_virtio_ccw_set_ind(ind_loc, actual, actual | to_be_set); in virtio_set_ind_atomic()
850 return actual; in virtio_set_ind_atomic()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dexynos-srom.yaml43 The actual device nodes should be added as subnodes to the SROMc node.
80 Tacc: Access cycle (0 - 31, the actual time is N + 1)
/openbmc/linux/Documentation/locking/
H A Dlockstat.rst101 ( line numbers not part of actual output, done for clarity in the explanation
141 show the header with column descriptions. Lines 05-18 and 20-31 show the actual
142 statistics. These statistics come in two parts; the actual stats separated by a
/openbmc/u-boot/arch/arm/mach-imx/
H A DMakefile66 @actual=`wc -c $@ | awk '{print $$1}'`; \
68 if test $$actual -gt $$limit; then \
71 echo " actual: $$actual bytes" >&2 ; \
/openbmc/linux/drivers/watchdog/
H A Dimx2_wdt.c195 unsigned int actual; in imx2_wdt_set_timeout() local
197 actual = min(new_timeout, IMX2_WDT_MAX_TIME); in imx2_wdt_set_timeout()
198 __imx2_wdt_set_timeout(wdog, actual); in imx2_wdt_set_timeout()
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot80 # Create a dictionary of ordinary english naming and actual naming of
89 # Find and collect actual telemetry definitions.
96 [Documentation] Find actual telemetry definitions available and store.
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt11 - interrupts: An interrupt to assign for the timer. The actual pit

12345678910>>...47