Home
last modified time | relevance | path

Searched refs:actual (Results 201 – 225 of 1171) sorted by relevance

12345678910>>...47

/openbmc/linux/drivers/usb/gadget/function/
H A Df_loopback.c248 in_req->zero = (req->actual < req->length); in loopback_complete()
249 in_req->length = req->actual; in loopback_complete()
274 status, req->actual, req->length); in loopback_complete()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1204 if (req->status || req->actual != req->length) in eth_setup_complete()
1206 req->status, req->actual, req->length); in eth_setup_complete()
1213 if (req->status || req->actual != req->length) in rndis_response_complete()
1215 req->status, req->actual, req->length); in rndis_response_complete()
1564 int length = rndis_rm_hdr(req->buf, req->actual); in rx_complete()
1568 req->actual -= length; in rx_complete()
1570 if (req->actual < ETH_HLEN || PKTSIZE_ALIGN < req->actual) { in rx_complete()
1836 if (req->status || req->actual != req->length) in rndis_control_ack_complete()
1838 req->status, req->actual, req->length); in rndis_control_ack_complete()
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DREADME-PLUGINS2 Make a set of numbered symbolic links from there to the actual plugins.
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A Dfeature-mips-mips16e.inc10 # turn this off - the actual cost is very small.
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dcompare_presence.md21 Returns true if the actual presence value equals the expected value, otherwise
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dtc/
H A D0001-Revert-libfdt-overlay-make-overlay_get_target-public.patch34 + * device tree of a fragment, no matter how the actual targeting is
105 - * device tree of a fragment, no matter how the actual targeting is
/openbmc/linux/drivers/media/i2c/
H A Dov2659.c899 u32 delta, actual; in ov2659_pll_calc_params() local
907 actual = ov2659->xvclk_frequency; in ov2659_pll_calc_params()
908 actual *= mult; in ov2659_pll_calc_params()
909 actual /= prediv; in ov2659_pll_calc_params()
910 actual /= postdiv; in ov2659_pll_calc_params()
911 delta = actual - desired; in ov2659_pll_calc_params()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c291 u32 requested, actual, rate, sink_max, source_max = 0; in cdn_dp_connector_mode_valid() local
320 actual = rate * lanes / 100; in cdn_dp_connector_mode_valid()
323 actual = actual * 8 / 10; in cdn_dp_connector_mode_valid()
325 if (requested > actual) { in cdn_dp_connector_mode_valid()
328 requested, actual, mode->clock); in cdn_dp_connector_mode_valid()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.h57 int actual; member
/openbmc/linux/Documentation/misc-devices/
H A Dics932s401.rst24 clock, and a reference clock. The driver reports selected and actual
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-start.rst31 This ioctl call is used to start the actual filtering operation defined
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfs-uuid.bbclass23 # actual UUID of the rootfs. Does nothing if the special string
/openbmc/linux/Documentation/mm/damon/
H A Dfaq.rst12 constructions and actual access checks can be implemented and configured on the
/openbmc/linux/Documentation/tools/rv/
H A Drv.rst24 of the system's actual execution, comparing it against a formal
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dlpc32xx-mlc.txt11 Hz, to make them independent of actual clock speed and to provide for good
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h74 size_t actual; member
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h277 __field(unsigned int, actual)
295 __entry->actual = preq->request.actual;
312 __entry->buf, __entry->actual, __entry->length,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-subdev.rst394 Actual targets (without a postfix) reflect the actual hardware
396 corresponding to every actual target.
402 BOUNDS targets is the smallest rectangle that contains all valid actual
403 rectangles. It may not be possible to set the actual rectangle as large
423 The coordinates to a step always refer to the actual size of the
432 2. Sink pad actual crop selection. The sink pad crop defines the crop
435 3. Sink pad actual compose selection. The size of the sink pad compose
438 the location of the actual sink compose rectangle in the sink compose
441 4. Source pad actual crop selection. Crop on the source pad defines crop
447 by the size of the source pad actual crop selection.
[all …]
H A Dcommon.rst19 - The actual input/output loop
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dintel,ixp4xx-gpio.txt8 actual enabling/disabling of the interrupt line is done in the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/
H A D0001-get-edid-define-quiet-once.patch35 //Ideas (but not too much actual code) taken from i2c-tools. Thanks guys.
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp56 expectedPartition.data.actual = 0x1000; in main()
/openbmc/hiomapd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp58 expectedPartition.data.actual = 0x1000; in main()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/
H A D0003-llvm-fix-include-benchmarks.patch7 replace the workaround with actual fix once committed in LLVM.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/
H A Dlibnftnl_1.2.6.bb37 # other nonexistent paths before running the actual tests

12345678910>>...47