Home
last modified time | relevance | path

Searched refs:remain (Results 51 – 75 of 749) sorted by relevance

12345678910>>...30

/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c265 …k_nanosleep(clockid_t clock_id, int flags, const struct timespec *request, struct timespec *remain) in sigwrap_clock_nanosleep() argument
269 if (!remain) in sigwrap_clock_nanosleep()
270 remain = &Remain; in sigwrap_clock_nanosleep()
276 int Result = clock_nanosleep(clock_id, flags, &Wait, remain); in sigwrap_clock_nanosleep()
285 Wait = *remain; in sigwrap_clock_nanosleep()
/openbmc/linux/crypto/
H A Dgcm.c217 unsigned int remain, in gcm_hash_remain() argument
220 return gcm_hash_update(req, compl, &gcm_zeroes->sg, remain, flags); in gcm_hash_remain()
289 unsigned int remain; in gcm_hash_crypt_continue() local
291 remain = gcm_remain(gctx->cryptlen); in gcm_hash_crypt_continue()
292 if (remain) in gcm_hash_crypt_continue()
293 return gcm_hash_remain(req, remain, in gcm_hash_crypt_continue()
345 unsigned int remain; in gcm_hash_assoc_continue() local
347 remain = gcm_remain(req->assoclen); in gcm_hash_assoc_continue()
348 if (remain) in gcm_hash_assoc_continue()
349 return gcm_hash_remain(req, remain, in gcm_hash_assoc_continue()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmn88473.c464 int ret, len, remain; in mn88473_init() local
492 for (remain = fw->size; remain > 0; remain -= (dev->i2c_wr_max - 1)) { in mn88473_init()
493 len = min(dev->i2c_wr_max - 1, remain); in mn88473_init()
495 &fw->data[fw->size - remain], len); in mn88473_init()
/openbmc/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst17 some voltage domains remain energized while others can be off.
66 remain energized, while all other domains are off to minimize
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_vb2.c284 ctx->remain = vb2_plane_size(&ctx->buf->vb, 0); in dvb_vb2_fill_buffer()
296 ll = min(todo, ctx->remain); in dvb_vb2_fill_buffer()
302 ctx->remain -= ll; in dvb_vb2_fill_buffer()
305 if (ctx->remain == 0) { in dvb_vb2_fill_buffer()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c208 u32 remain = refclk; in rk_mipi_phy_enable() local
274 if ((ddr_clk * i % refclk < remain) && in rk_mipi_phy_enable()
277 remain = ddr_clk * i % refclk; in rk_mipi_phy_enable()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c149 long remain = (unsigned long) musb->rh_timer - jiffies; in musb_port_reset() local
151 if (musb->rh_timer > 0 && remain > 0) { in musb_port_reset()
154 &musb->deassert_reset_work, remain); in musb_port_reset()
/openbmc/linux/drivers/usb/misc/
H A Dchaoskey.c415 unsigned long remain; in chaoskey_read() local
449 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()
450 if (remain) { in chaoskey_read()
456 dev->used += this_time - remain; in chaoskey_read()
/openbmc/linux/fs/ocfs2/
H A Dstackglue.c496 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_loaded_cluster_plugins_show() local
501 ret = snprintf(buf, remain, "%s\n", in ocfs2_loaded_cluster_plugins_show()
503 if (ret >= remain) { in ocfs2_loaded_cluster_plugins_show()
509 remain -= ret; in ocfs2_loaded_cluster_plugins_show()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dgm12u320.c256 int block, dst_offset, len, remain, ret, x1, x2, y1, y2; in gm12u320_copy_fb_to_blocks() local
285 remain = 0; in gm12u320_copy_fb_to_blocks()
292 remain = dst_offset + len - DATA_BLOCK_CONTENT_SIZE; in gm12u320_copy_fb_to_blocks()
303 if (remain) { in gm12u320_copy_fb_to_blocks()
308 src + len * 4, remain / 3); in gm12u320_copy_fb_to_blocks()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c205 size_t remain, lsize; in fw_handle_concurrency() local
215 remain = size - offsetof(struct wil_fw_record_concurrency, combos); in fw_handle_concurrency()
218 if (remain < sizeof(*combo)) in fw_handle_concurrency()
220 remain -= sizeof(*combo); in fw_handle_concurrency()
223 if (remain < lsize) in fw_handle_concurrency()
225 remain -= lsize; in fw_handle_concurrency()
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-i2c.c635 int remain = len, rsize, rsize_max, ret; in em28xx_i2c_read_block() local
639 if (addr + remain > (addr_w16 * 0xff00 + 0xff + 1)) in em28xx_i2c_read_block()
653 while (remain > 0) { in em28xx_i2c_read_block()
654 if (remain > rsize_max) in em28xx_i2c_read_block()
657 rsize = remain; in em28xx_i2c_read_block()
663 remain -= rsize; in em28xx_i2c_read_block()
/openbmc/linux/drivers/bluetooth/
H A Dbtqca.c567 int ret, size, remain, i = 0; in qca_download_firmware() local
613 remain = size; in qca_download_firmware()
614 while (remain > 0) { in qca_download_firmware()
615 int segsize = min(MAX_SIZE_PER_TLV_SEGMENT, remain); in qca_download_firmware()
619 remain -= segsize; in qca_download_firmware()
621 if (!remain || segsize < MAX_SIZE_PER_TLV_SEGMENT) in qca_download_firmware()
/openbmc/linux/kernel/
H A Dauditfilter.c127 char *audit_unpack_string(void **bufp, size_t *remain, size_t len) in audit_unpack_string() argument
131 if (!*bufp || (len == 0) || (len > *remain)) in audit_unpack_string()
147 *remain -= len; in audit_unpack_string()
455 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry() local
524 str = audit_unpack_string(&bufp, &remain, f_val); in audit_data_to_entry()
543 str = audit_unpack_string(&bufp, &remain, f_val); in audit_data_to_entry()
556 str = audit_unpack_string(&bufp, &remain, f_val); in audit_data_to_entry()
576 str = audit_unpack_string(&bufp, &remain, f_val); in audit_data_to_entry()
587 str = audit_unpack_string(&bufp, &remain, f_val); in audit_data_to_entry()
/openbmc/u-boot/doc/driver-model/
H A Di2c-howto.txt5 ones remain:
43 - (if no boards remain that don't use driver model) remove the old code
H A Dserial-howto.txt5 ones remain:
33 - (if no boards remain that don't use driver model) remove the old code
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1307 my ($linenr, $remain, $off) = @_;
1331 for (; $remain > 0; $line++) {
1334 $remain--;
1425 $remain--;
1484 my ($linenr, $remain, $off) = @_;
1525 $remain--;
1563 my ($linenr, $remain) = @_;
1569 my ($linenr, $remain) = @_;
1575 my ($linenr, $remain, $off) = @_;
1581 my ($linenr, $remain) = @_;
[all …]
/openbmc/linux/net/rxrpc/
H A Drecvmsg.c170 size_t remain; in rxrpc_recvmsg_data() local
222 remain = len - *_offset; in rxrpc_recvmsg_data()
224 if (copy > remain) in rxrpc_recvmsg_data()
225 copy = remain; in rxrpc_recvmsg_data()
/openbmc/linux/drivers/staging/rtl8712/
H A DTODO5 - checkpatch.pl fixes - only a few remain
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt9611uxc.c734 size_t remain; in lt9611uxc_firmware_update() local
775 for (offset = 0, remain = fw->size; in lt9611uxc_firmware_update()
776 remain >= LT9611UXC_FW_PAGE_SIZE; in lt9611uxc_firmware_update()
777 offset += LT9611UXC_FW_PAGE_SIZE, remain -= LT9611UXC_FW_PAGE_SIZE) in lt9611uxc_firmware_update()
780 if (remain > 0) { in lt9611uxc_firmware_update()
784 memcpy(buf, fw->data + offset, remain); in lt9611uxc_firmware_update()
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c708 uint64_t remain; in exynos4210_ltick_int_get_cnto() local
723 remain = s->distance - cur_progress; in exynos4210_ltick_int_get_cnto()
730 icnto = remain / s->tcntb; in exynos4210_ltick_int_get_cnto()
791 uint64_t remain; in exynos4210_ltick_cnt_get_cnto() local
806 remain = s->distance - cur_progress; in exynos4210_ltick_cnt_get_cnto()
813 tcnto = remain % s->tcntb; in exynos4210_ltick_cnt_get_cnto()
816 icnto = remain / s->tcntb; in exynos4210_ltick_cnt_get_cnto()
818 tcnto = remain % (icnto * s->tcntb); in exynos4210_ltick_cnt_get_cnto()
820 tcnto = remain % s->tcntb; in exynos4210_ltick_cnt_get_cnto()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-close.rst34 are freed. The device configuration remain unchanged.
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-close.rst34 freed. The device configuration remain unchanged.
/openbmc/linux/drivers/net/ethernet/wiznet/
H A Dw5100.c516 int remain = 0; in w5100_readbuf() local
525 remain = (offset + len) % mem_size; in w5100_readbuf()
530 if (ret || !remain) in w5100_readbuf()
533 return w5100_readbulk(priv, mem_start, buf + len, remain); in w5100_readbuf()
541 int remain = 0; in w5100_writebuf() local
549 remain = (offset + len) % mem_size; in w5100_writebuf()
554 if (ret || !remain) in w5100_writebuf()
557 return w5100_writebulk(priv, mem_start, buf + len, remain); in w5100_writebuf()
/openbmc/linux/tools/testing/selftests/futex/
H A DREADME25 o The build system shall remain as simple as possible, avoiding any archive or
30 o External dependencies shall remain as minimal as possible. Currently gcc

12345678910>>...30