| /OK3568_Linux_fs/kernel/sound/firewire/tascam/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | dump.c | 41 int pre_reloc, remained; in show_devices() local 44 remained = pre_reloc ? !list_empty(&dev->uclass_node) : 0; in show_devices() 45 printf("%s %s%s\n", dev->name, pre_reloc ? "*" : "", remained ? "*" : ""); in show_devices()
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireworks/ |
| H 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | lcast_unsigned_converters.hpp | 216 char remained = static_cast<char>(grouping[current_grouping] - 1); in convert() local 220 if (remained) { in convert() 224 --remained; in convert() 243 remained = grouping[current_grouping]; in convert()
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidbg/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | memmove.S | 37 bnez $p1, word_cpy ! If remained words > 0 52 bnez $p1, reverse_word_cpy ! If remained words > 0 62 bnez $r2, byte_cpy ! If remained bytes > 0
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | nvidia,tegra20-ictlr.txt | 13 subsequent SoCs remained backwards-compatible with Tegra30, so on
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | __clear_user.S | 90 ! return the number of bytes remained
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | extent_cache.c | 980 int remained; in __shrink_extent_tree() local 1014 remained = nr_shrink - (node_cnt + tree_cnt); in __shrink_extent_tree() 1017 for (; remained > 0; remained--) { in __shrink_extent_tree()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | hisilicon-hns-nic.txt | 39 This attribute is remained for compatible purpose. It is not recommended to
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | qtlocation-changes.qdoc | 37 \note The public C++ API remained binary compatible since Qt 5.4.
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | gadget.c | 1477 int remained; in cdns3_ep_onchip_buffer_reserve() local 1480 remained = priv_dev->onchip_buffers - priv_dev->onchip_used_size - 2; in cdns3_ep_onchip_buffer_reserve() 1483 if (remained < size) in cdns3_ep_onchip_buffer_reserve() 1499 if (required > remained) in cdns3_ep_onchip_buffer_reserve()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-nice-design.rst | 53 But the fundamental HZ-sensitive property for nice+19 still remained,
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | diff-v4l.rst | 223 ``name``, ``rangelow`` and ``rangehigh`` remained unchanged. 409 ``video_buffer`` remained unchanged, except V4L2 defines 429 ``clipcount`` fields remained unchanged. Struct
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | head_32.S | 205 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | gadget.c | 1961 int remained; in cdns3_ep_onchip_buffer_reserve() local 1964 remained = priv_dev->onchip_buffers - priv_dev->onchip_used_size - 2; in cdns3_ep_onchip_buffer_reserve() 1967 if (remained < size) in cdns3_ep_onchip_buffer_reserve() 1983 if (required > remained) in cdns3_ep_onchip_buffer_reserve()
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | tegra.rst | 64 The display hardware has remained mostly backwards compatible over the various
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | boot-options.rst | 32 by OS and remained in its error banks.
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.4.rst | 265 subdirectory remained to avoid breaking existing configurations.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | nfsroot.rst | 92 NFS, so it was renamed to ip and the old name remained as an alias for
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CECILL-1.1 | 195 …Agreement thirty (30) days after notice has been sent to the Licensee and has remained ineffective.
|
| H A D | CECILL-2.1 | 442 remained ineffective.
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 681 Most of the options have remained the same, but tags has become
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 867 The ``->gpwrap`` field indicates that the corresponding CPU has remained
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/pm/ |
| H A D | devices.rst | 798 and ``->thaw_early`` callbacks are skipped in hibernation if the device remained
|