Home
last modified time | relevance | path

Searched full:remained (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v6.1/sound/firewire/tascam/
Dtascam-hwdep.c39 long remained, loff_t *offset) in tscm_hwdep_read_queue() argument
48 if (remained < sizeof(type) + sizeof(*entries)) { in tscm_hwdep_read_queue()
55 remained -= sizeof(type); in tscm_hwdep_read_queue()
72 if (remained < length) in tscm_hwdep_read_queue()
73 length = rounddown(remained, sizeof(*entries)); in tscm_hwdep_read_queue()
86 remained -= length; in tscm_hwdep_read_queue()
/Linux-v6.1/sound/firewire/fireworks/
Dfireworks_hwdep.c22 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() argument
30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf()
38 remained -= sizeof(type); in hwdep_read_resp_buf()
56 if (remained < length) in hwdep_read_resp_buf()
79 remained -= till_end; in hwdep_read_resp_buf()
/Linux-v6.1/tools/power/acpi/tools/acpidbg/
Dacpidbg.c142 int remained = strlen(acpi_aml_batch_pos); in acpi_aml_read_batch_cmd() local
146 if (len > remained) { in acpi_aml_read_batch_cmd()
147 memcpy(p, acpi_aml_batch_pos, remained); in acpi_aml_read_batch_cmd()
148 acpi_aml_batch_pos += remained; in acpi_aml_read_batch_cmd()
149 len = remained; in acpi_aml_read_batch_cmd()
/Linux-v6.1/tools/perf/trace/beauty/
Dmount_flags.c28 * magic value 0xC0ED, and this remained so until 2.4.0-test9. in syscall_arg__mask_val_mount_flags()
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dnvidia,tegra20-ictlr.txt13 subsequent SoCs remained backwards-compatible with Tegra30, so on
/Linux-v6.1/Documentation/devicetree/bindings/gnss/
Dsirfstar.yaml17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
/Linux-v6.1/fs/f2fs/
Dextent_cache.c711 int remained; in f2fs_shrink_extent_tree() local
748 remained = nr_shrink - (node_cnt + tree_cnt); in f2fs_shrink_extent_tree()
751 for (; remained > 0; remained--) { in f2fs_shrink_extent_tree()
/Linux-v6.1/arch/sh/lib/
D__clear_user.S90 ! return the number of bytes remained
/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_domain.c145 * continue to assume that the obj remained out of the CPU cached in i915_gem_object_set_to_wc_domain()
206 * continue to assume that the obj remained out of the CPU cached in i915_gem_object_set_to_gtt_domain()
586 * continue to assume that the obj remained out of the CPU cached in i915_gem_set_domain_ioctl()
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt39 This attribute is remained for compatible purpose. It is not recommended to
/Linux-v6.1/tools/testing/selftests/x86/
Dfsgsbase.c412 printf("[OK]\tGS/BASE remained 0x%hx/0x%lx\n", in set_gs_and_switch_to()
445 printf("[OK]\tGSBASE remained 0\n"); in test_unexpected_base()
581 printf("[OK]\tGS remained 0x%hx", *shared_scratch); in test_ptrace_write_gsbase()
/Linux-v6.1/include/uapi/linux/
Dfcntl.h70 * The originally introduced spelling is remained from the first
/Linux-v6.1/tools/include/uapi/linux/
Dfcntl.h70 * The originally introduced spelling is remained from the first
/Linux-v6.1/tools/testing/radix-tree/
Dregression2.c117 /* We remove all the remained nodes */ in regression2_test()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Ddiff-v4l.rst231 ``name``, ``rangelow`` and ``rangehigh`` remained unchanged.
417 ``video_buffer`` remained unchanged, except V4L2 defines
437 ``clipcount`` fields remained unchanged. Struct
/Linux-v6.1/Documentation/scheduler/
Dsched-nice-design.rst53 But the fundamental HZ-sensitive property for nice+19 still remained,
/Linux-v6.1/fs/ext4/
Dextents_status.h90 * unwritten blocks remained.
/Linux-v6.1/Documentation/gpu/
Dtegra.rst64 The display hardware has remained mostly backwards compatible over the various
/Linux-v6.1/drivers/crypto/hisilicon/
Dsgl.c108 dev_err(dev, "Fail to allocate remained hw SG buffer!\n"); in hisi_acc_create_sgl_pool()
/Linux-v6.1/tools/perf/tests/
Dhists_filter.c230 * total period will be remained. in test__hists_filter()
/Linux-v6.1/Documentation/x86/x86_64/
Dboot-options.rst32 by OS and remained in its error banks.
/Linux-v6.1/drivers/media/radio/
Dradio-sf16fmr2.c6 * but almost nothing remained here after conversion to generic TEA575x
/Linux-v6.1/arch/m68k/fpsp040/
Dscale.S333 | Destination remained denormalized. Call t_excdnrm with
/Linux-v6.1/Documentation/admin-guide/nfs/
Dnfsroot.rst92 NFS, so it was renamed to ip and the old name remained as an alias for
/Linux-v6.1/drivers/staging/media/meson/vdec/
Dvdec_helpers.c375 * Delete any record that remained unused for 32 match in amvdec_dst_buf_done_offset()

123