Home
last modified time | relevance | path

Searched refs:remain (Results 76 – 100 of 749) sorted by relevance

12345678910>>...30

/openbmc/linux/scripts/
H A Dcheckpatch.pl1670 my ($linenr, $remain, $off) = @_;
1694 for (; $remain > 0; $line++) {
1697 $remain--;
1788 $remain--;
1847 my ($linenr, $remain, $off) = @_;
1888 $remain--;
1926 my ($linenr, $remain) = @_;
1932 my ($linenr, $remain) = @_;
1938 my ($linenr, $remain, $off) = @_;
1944 my ($linenr, $remain) = @_;
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-close.rst36 remain unchanged.
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp146 uint32_t remain = maxBufferSize - offset; in write() local
147 if (data.size() > remain) in write()
/openbmc/linux/include/media/
H A Ddvb_vb2.h104 int remain; member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel-rapid-start20 remain asleep before waking up to enter hibernation.
H A Dsysfs-bus-iio-dma-buffer18 will remain static and does not depend on which channels are
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c1591 int remain = fw->size - (*fw_ptr - fw->data); in btintel_legacy_rom_patching() local
1600 if (remain > HCI_COMMAND_HDR_SIZE && *fw_ptr[0] != 0x01) { in btintel_legacy_rom_patching()
1605 remain--; in btintel_legacy_rom_patching()
1609 remain -= sizeof(*cmd); in btintel_legacy_rom_patching()
1614 if (remain < cmd->plen) { in btintel_legacy_rom_patching()
1630 remain -= cmd->plen; in btintel_legacy_rom_patching()
1641 remain--; in btintel_legacy_rom_patching()
1645 remain -= sizeof(*evt); in btintel_legacy_rom_patching()
1647 if (remain < evt->plen) { in btintel_legacy_rom_patching()
1654 remain -= evt->plen; in btintel_legacy_rom_patching()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1193 unsigned long x, n, remain; in copy_batch() local
1204 remain = length; in copy_batch()
1206 remain = round_up(remain, in copy_batch()
1211 for (n = offset >> PAGE_SHIFT; remain; n++) { in copy_batch()
1212 int len = min(remain, PAGE_SIZE - x); in copy_batch()
1221 remain -= len; in copy_batch()
/openbmc/qemu/system/
H A Dphysmem.c1069 MemoryRegionSection remain = *section; in flatview_add_to_dispatch() local
1075 - remain.offset_within_address_space; in flatview_add_to_dispatch()
1077 MemoryRegionSection now = remain; in flatview_add_to_dispatch()
1080 if (int128_eq(remain.size, now.size)) { in flatview_add_to_dispatch()
1083 remain.size = int128_sub(remain.size, now.size); in flatview_add_to_dispatch()
1085 remain.offset_within_region += int128_get64(now.size); in flatview_add_to_dispatch()
1089 if (int128_ge(remain.size, page_size)) { in flatview_add_to_dispatch()
1090 MemoryRegionSection now = remain; in flatview_add_to_dispatch()
1093 if (int128_eq(remain.size, now.size)) { in flatview_add_to_dispatch()
1096 remain.size = int128_sub(remain.size, now.size); in flatview_add_to_dispatch()
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c512 off_t remain = fi->file_sz; in handle_uring_sq() local
513 int blocks = (int)(remain + URING_BLOCK_SZ - 1) / URING_BLOCK_SZ; in handle_uring_sq()
515 while (remain) { in handle_uring_sq()
516 off_t bytes = remain; in handle_uring_sq()
528 remain -= bytes; in handle_uring_sq()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.7.rst96 ``src-pkgs`` to :term:`IMAGE_FEATURES`. Source packages remain in the
133 - *linux-yocto*: Drop versions 4.14 and 4.18 recipes. Versions 4.19 and 5.0 remain.
134 - *go*: Drop version 1.9 recipes. Versions 1.11 and 1.12 remain.
/openbmc/linux/drivers/mmc/host/
H A Dwbsd.h155 unsigned int remain; /* Data left in curren entry */ member
H A Dwbsd.c246 host->remain = host->cur_sg->length; in wbsd_init_sg()
262 host->remain = host->cur_sg->length; in wbsd_next_sg()
434 host->remain--; in wbsd_empty_fifo()
441 if (host->remain == 0) { in wbsd_empty_fifo()
500 host->remain--; in wbsd_fill_fifo()
507 if (host->remain == 0) { in wbsd_fill_fifo()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf12 ; the below section must remain in the config file for RPC
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.interface.yaml57 the host firmware will be rebooted. Chassis power will remain on
62 power will remain on throughout the reboot
/openbmc/bmcweb/http/
H A Dhttp_body.hpp212 size_t remain = body.str().size() - sent; in getWithMaxSize() local
213 size_t toReturn = std::min(maxSize, remain); in getWithMaxSize()
/openbmc/linux/sound/soc/codecs/
H A Drt5677-spi.c439 static u8 rt5677_spi_select_cmd(bool read, u32 align, u32 remain, u32 *len) in rt5677_spi_select_cmd() argument
443 if (align == 4 || remain <= 4) { in rt5677_spi_select_cmd()
448 *len = (((remain - 1) >> 3) + 1) << 3; in rt5677_spi_select_cmd()
/openbmc/linux/Documentation/trace/
H A Dfunction-graph-fold.vim8 " functions will not include finish_task_switch(), so folding should remain
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/
H A D0001-connect-has-a-different-signature-on-musl.patch8 on musl, the functionality should remain same as it is immediately
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-video.c459 remain = len; in em28xx_copy_video()
476 lencopy = lencopy > remain ? remain : lencopy; in em28xx_copy_video()
482 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
484 lencopy = remain; in em28xx_copy_video()
490 remain -= lencopy; in em28xx_copy_video()
492 while (remain > 0) { in em28xx_copy_video()
498 if (bytesperline > remain) in em28xx_copy_video()
499 lencopy = remain; in em28xx_copy_video()
508 remain = (char *)buf->vb_buf + buf->length - in em28xx_copy_video()
510 lencopy = remain; in em28xx_copy_video()
[all …]
/openbmc/linux/arch/um/drivers/
H A Dnet_kern.c877 char *remain; in tap_setup_common() local
879 remain = split_if_spec(str, dev_name, mac_out, gate_addr, NULL); in tap_setup_common()
880 if (remain != NULL) { in tap_setup_common()
882 "specification : '%s'\n", remain); in tap_setup_common()
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt18 coreboot to dynamically allocate data structures that remain resident.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DANTLR-PD22 headers remain intact in our source code. As long as these
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst39 configuration remain unchanged.
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dnxp,tpm-timer.yaml16 are clocked by an asynchronous clock that can remain enabled in low

12345678910>>...30