Searched refs:remained (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/sound/firewire/tascam/ |
A D | tascam-hwdep.c | 39 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-6.3-rc2/sound/firewire/fireworks/ |
A D | fireworks_hwdep.c | 22 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-6.3-rc2/tools/power/acpi/tools/acpidbg/ |
A D | acpidbg.c | 142 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-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | nvidia,tegra20-ictlr.txt | 13 subsequent SoCs remained backwards-compatible with Tegra30, so on
|
/linux-6.3-rc2/arch/sh/lib/ |
A D | __clear_user.S | 90 ! return the number of bytes remained
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gnss/ |
A D | sirfstar.yaml | 17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | hisilicon-hns-nic.txt | 39 This attribute is remained for compatible purpose. It is not recommended to
|
/linux-6.3-rc2/fs/f2fs/ |
A D | extent_cache.c | 1006 int remained; in __shrink_extent_tree() local 1040 remained = nr_shrink - (node_cnt + tree_cnt); in __shrink_extent_tree() 1043 for (; remained > 0; remained--) { in __shrink_extent_tree()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | head_32.S | 205 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-nice-design.rst | 53 But the fundamental HZ-sensitive property for nice+19 still remained,
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | diff-v4l.rst | 231 ``name``, ``rangelow`` and ``rangehigh`` remained unchanged. 417 ``video_buffer`` remained unchanged, except V4L2 defines 437 ``clipcount`` fields remained unchanged. Struct
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdns3-gadget.c | 1960 int remained; in cdns3_ep_onchip_buffer_reserve() local 1963 remained = priv_dev->onchip_buffers - priv_dev->onchip_used_size - 2; in cdns3_ep_onchip_buffer_reserve() 1966 if (remained < size) in cdns3_ep_onchip_buffer_reserve() 1982 if (required > remained) in cdns3_ep_onchip_buffer_reserve()
|
/linux-6.3-rc2/Documentation/gpu/ |
A D | tegra.rst | 64 The display hardware has remained mostly backwards compatible over the various
|
/linux-6.3-rc2/Documentation/x86/x86_64/ |
A D | boot-options.rst | 32 by OS and remained in its error banks.
|
/linux-6.3-rc2/Documentation/admin-guide/nfs/ |
A D | nfsroot.rst | 92 NFS, so it was renamed to ip and the old name remained as an alias for
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | sym53c8xx_2.rst | 681 Most of the options have remained the same, but tags has become
|
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/ |
A D | Data-Structures.rst | 867 The ``->gpwrap`` field indicates that the corresponding CPU has remained
|
/linux-6.3-rc2/Documentation/driver-api/pm/ |
A D | devices.rst | 798 and ``->thaw_early`` callbacks are skipped in hibernation if the device remained
|
Completed in 125 milliseconds