Home
last modified time | relevance | path

Searched refs:remain (Results 151 – 175 of 749) sorted by relevance

12345678910>>...30

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1163 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local
1246 remain = tx_skb->len - *tx_idx; in tx_iso_complete()
1248 remain = 15; /* > not complete */ in tx_iso_complete()
1250 remain = 0; in tx_iso_complete()
1252 if (remain > 0) { in tx_iso_complete()
1259 if (remain < current_len) in tx_iso_complete()
1260 current_len = remain; in tx_iso_complete()
1266 if (current_len == remain) { in tx_iso_complete()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCERN-OHL-S-2.089 remain easily accessible for at least three years for anyone to
162 contained in it, which remain licensed under their own
248 provisions shall remain effective.
278 terminated this Licence by giving You, while You remain in
H A DECL-1.054 remain with the copyright holders.
H A DCERN-OHL-W-2.097 remain easily accessible for at least three years for anyone to
168 interfaced, which remain licensed under their own applicable
264 provisions shall remain effective.
299 terminated this Licence by giving You, while You remain in
H A DW3C13 …ight in this software and any associated documentation will at all times remain with copyright hol…
H A DW3C-1998072019 …ight in this software and any associated documentation will at all times remain with copyright hol…
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1531 unsigned long remain = entry->relocation_count; in eb_relocate_vma() local
1533 if (unlikely(remain > N_RELOC(ULONG_MAX))) in eb_relocate_vma()
1541 if (unlikely(!access_ok(urelocs, remain * sizeof(*urelocs)))) in eb_relocate_vma()
1547 min_t(unsigned long, remain, ARRAY_SIZE(stack)); in eb_relocate_vma()
1562 remain = -EFAULT; in eb_relocate_vma()
1566 remain -= count; in eb_relocate_vma()
1572 remain = (int)offset; in eb_relocate_vma()
1602 } while (remain); in eb_relocate_vma()
1605 return remain; in eb_relocate_vma()
/openbmc/linux/Documentation/hwmon/
H A Dsmsc47m1.rst76 If an alarm triggers, it will remain triggered until the hardware register
H A Dlm80.rst66 If an alarm triggers, it will remain triggered until the hardware register
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst52 out to disk. Buffers remain locked until dequeued, until the
/openbmc/webui-vue/
H A DREADME.md15 A few, mostly minor, features remain for feature parity. See
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst24 version firmware shall remain compatible with all kernels that load
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c973 int remain = len; in conv_ascii() local
977 while (remain) { in conv_ascii()
983 remain--; in conv_ascii()
/openbmc/linux/net/rxrpc/
H A Drxkad.c148 static int rxkad_how_much_data(struct rxrpc_call *call, size_t remain, in rxkad_how_much_data() argument
155 buf_size = chunk = min_t(size_t, remain, RXRPC_JUMBO_DATALEN); in rxkad_how_much_data()
169 if (remain < chunk) in rxkad_how_much_data()
170 buf_size = round_up(shdr + remain, RXKAD_ALIGN); in rxkad_how_much_data()
/openbmc/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst18 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst16 buffer copy needed, GPU can remain idle.
141 the underlay. The overlay plane's buffer may remain static while the primary
154 the underlay. The overlay plane's buffer may remain static while compositing
/openbmc/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523_hw.h30 __be32 remain; member
/openbmc/linux/drivers/dax/
H A DKconfig57 Per usual it can remain as dedicated access via a device interface, or
/openbmc/docs/
H A Dmeta-layer-guidelines.md125 OpenBMC as a codebase needs to remain buildable in the long term. Companies,
128 project will remain useful. In addition, having significant portions of
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.4.rst129 ``${``\ :term:`BPN`\ ``}``, and "files", which all remain in the default value of
199 added. The linux-yocto 3.2 and linux-yocto 3.4 kernels remain as part
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c390 unsigned long remain = etnaviv_timeout_to_jiffies(timeout); in etnaviv_gem_cpu_prep() local
393 true, remain); in etnaviv_gem_cpu_prep()
/openbmc/linux/sound/soc/codecs/
H A Dcros_ec_codec.c578 int remain = priv->wov_burst_read ? 16000 : 320; in wov_read_audio() local
581 while (remain >= 0) { in wov_read_audio()
599 remain -= r.len; in wov_read_audio()
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst30 remain until explicitly removed (by registering for no events).
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_alternate_fan_settings.robot89 [Documentation] Check that supported modes remain set at runtime.
/openbmc/entity-manager/schemas/
H A DREADME.md13 To remain consistent with the OpenBMC CPP source code file name guidelines,

12345678910>>...30