Home
last modified time | relevance | path

Searched refs:remain (Results 126 – 150 of 749) sorted by relevance

12345678910>>...30

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c1318 u8 remain = (u8)(fwlen % 4); in rtl_fill_dummy() local
1320 remain = (remain == 0) ? 0 : (4 - remain); in rtl_fill_dummy()
1322 while (remain > 0) { in rtl_fill_dummy()
1325 remain--; in rtl_fill_dummy()
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c717 size_t frag_len, remain = count; in wwan_port_fops_write() local
725 frag_len = min(remain, port->frag_len); in wwan_port_fops_write()
743 if (copy_from_user(skb_put(skb, frag_len), buf + count - remain, frag_len)) { in wwan_port_fops_write()
753 } while (remain -= frag_len); in wwan_port_fops_write()
/openbmc/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst12 should remain visible or not. There may be other things I have never
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst50 remain unchanged. At the first :c:func:`open()` call after loading the
/openbmc/linux/Documentation/hwmon/
H A Dadc128d818.rst38 If an alarm triggers, it will remain triggered until the hardware register
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DW3C-2015051317 …tten prior permission. Title to copyright in this work will at all times remain with copyright hol…
H A DNGPL36 …greement will not have their licenses terminated so long as such parties remain in full compliance.
37 …cular, your modified NetHack or program containing parts of NetHack must remain freely available a…
H A DOLDAP-2.841 to copyright in this Software shall at all times remain with copyright
H A DOLDAP-2.716 …prior permission. Title to copyright in this Software shall at all times remain with copyright hol…
H A Dxinetd10 …a. The first 3 components of the version number (i.e <number>.<number>.<number>) will remain uncha…
H A DOGC-1.017 …ight in this software and any associated documentation will at all times remain with copyright hol…
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-ltc4162l73 remain in this mode (and no longer respond to I2C commands)
/openbmc/linux/Documentation/devicetree/bindings/powerpc/
H A Dsleep.yaml28 - System Suspend: The device may request to be disabled or remain
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/
H A DEntry.interface.yaml9 remain hidden from the customer. This event log is visible to
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddevupstream.bbclass19 # There are a few caveats that remain to be solved:
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dhardcodepaths.patch17 - // Ensure the data-layout values hardcoded remain the defaults.
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc.c2601 unsigned int remain, fcnt; in dw_mci_read_data_pio() local
2609 remain = sg_miter->length; in dw_mci_read_data_pio()
2615 len = min(remain, fcnt); in dw_mci_read_data_pio()
2621 remain -= len; in dw_mci_read_data_pio()
2622 } while (remain); in dw_mci_read_data_pio()
2631 if (!remain) { in dw_mci_read_data_pio()
2656 unsigned int remain, fcnt; in dw_mci_write_data_pio() local
2671 len = min(remain, fcnt); in dw_mci_write_data_pio()
2677 remain -= len; in dw_mci_write_data_pio()
2678 } while (remain); in dw_mci_write_data_pio()
[all …]
H A Dsunplus-mmc.c628 int consumed, remain; in spmmc_xfer_data_pio() local
643 remain = sg_miter.length; in spmmc_xfer_data_pio()
657 remain -= 4; in spmmc_xfer_data_pio()
658 } while (remain); in spmmc_xfer_data_pio()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it66121.c521 int remain = len; in it66121_get_edid_block() local
528 while (remain > 0) { in it66121_get_edid_block()
529 cnt = (remain > IT66121_EDID_FIFO_SIZE) ? in it66121_get_edid_block()
530 IT66121_EDID_FIFO_SIZE : remain; in it66121_get_edid_block()
559 remain -= cnt; in it66121_get_edid_block()
/openbmc/linux/Documentation/admin-guide/LSM/
H A Dindex.rst37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DOpenLDAP40 to copyright in this Software shall at all times remain with copyright
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmcp16502-regulator.txt6 - lpm-gpios: GPIO for LPM pin. Note that this GPIO *must* remain high during
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dnon-d0-probe.rst59 System the device should remain powered off during probe looks like this. Some
/openbmc/linux/Documentation/virt/
H A Dguest-halt-polling.rst70 to avoid it (per-cpu guest_halt_poll_ns will remain
/openbmc/linux/fs/cramfs/
H A DKconfig20 purpose to remain small and low on RAM usage. It is most suitable

12345678910>>...30