/Linux-v4.19/drivers/net/wireless/intersil/p54/ |
D | p54usb.c | 504 unsigned int left, remains, block_size; in p54u_upload_firmware_3887() local 522 remains = priv->fw->size; in p54u_upload_firmware_3887() 533 while (remains) { in p54u_upload_firmware_3887() 538 remains--; in p54u_upload_firmware_3887() 552 remains--; in p54u_upload_firmware_3887() 566 left = block_size = min((unsigned int)P54U_FW_BLOCK, remains); in p54u_upload_firmware_3887() 633 unsigned int remains, offset; in p54u_upload_firmware_net2280() local 739 remains = priv->fw->size; in p54u_upload_firmware_net2280() 743 while (remains) { in p54u_upload_firmware_net2280() 744 unsigned int block_len = min(remains, (unsigned int)512); in p54u_upload_firmware_net2280() [all …]
|
D | p54pci.c | 57 u32 remains, left, device_addr; in p54p_upload_firmware() local 93 remains = priv->firmware->size; in p54p_upload_firmware() 95 while (remains) { in p54p_upload_firmware() 97 left = min((u32)0x1000, remains); in p54p_upload_firmware() 107 remains -= left; in p54p_upload_firmware()
|
/Linux-v4.19/init/ |
D | initramfs.c | 204 static long remains __initdata; 215 remains = size; in read_into() 231 unsigned long n = remains; in do_collect() 237 if ((remains -= n) != 0) in do_collect() 263 remains = N_ALIGN(name_len) + body_len; in do_header()
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | README | 9 possible, but there remains much room for improvement. 35 remains to be done, and other ideas for the emulator. 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | NAND.txt | 23 OOB layout remains the default kernel layout for these flashes.
|
/Linux-v4.19/net/mpls/ |
D | Kconfig | 12 MPLS remains a simple way of making tunnels.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-ioctl.rst | 62 parameter remains unmodified.
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-func-ioctl.rst | 67 parameter remains unmodified.
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-ioctl.rst | 66 parameter remains unmodified.
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-gpio.txt | 23 remains up.
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 4 Cell spi controller through its system registers, which otherwise remains under
|
/Linux-v4.19/Documentation/arm/ |
D | uefi.txt | 32 The kernel image built with stub support remains a valid kernel image for
|
/Linux-v4.19/Documentation/admin-guide/ |
D | tainted-kernels.rst | 58 unloaded, the tainted value remains to indicate that the kernel is not
|
D | unicode.rst | 99 rejected) for inclusion in Unicode Plane 1. Thus, it remains as a 189 and so the above encoding remains official.
|
/Linux-v4.19/arch/sparc/lib/ |
D | checksum_32.S | 60 addcc %o1, -1, %g0 ! only one byte remains? 63 b 4f ! only one byte remains 66 be 6f ! jmp if only hword remains 350 3: be 3f ! nope, less than one loop remains
|
/Linux-v4.19/Documentation/EDID/ |
D | HOWTO.txt | 6 or the computer is unusable, because the screen remains dark after
|
/Linux-v4.19/fs/ubifs/ |
D | log.c | 606 int len = le32_to_cpu(ch->len), remains = c->leb_size - *offs; in add_node() local 608 if (len > remains) { in add_node()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nandsim.c | 650 uint64_t remains; in init_nandsim() local 712 remains = ns->geom.totsz; in init_nandsim() 717 if (!part_sz || part_sz > remains) { in init_nandsim() 729 remains -= ns->partitions[i].size; in init_nandsim() 732 if (remains) { in init_nandsim() 743 ns->partitions[i].size = remains; in init_nandsim()
|
/Linux-v4.19/Documentation/networking/ |
D | multiqueue.txt | 69 The behavior of tc filters remains the same. However a new tc action,
|
D | nfc.txt | 88 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 50 A /dev/fw* file remains associated with one particular node
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.txt | 56 framebuffer remains active.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-timer-stm32 | 139 trigger, and remains enabled for the duration of this
|
/Linux-v4.19/Documentation/vm/ |
D | cleancache.rst | 74 is NOT invalidated on a successful get_page so that it remains accessible to 281 time, but have insignificant performance impact when cleancache remains 287 backend may have less value for KVM. This remains to be tested,
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | timekeeping.txt | 100 If the count is even, the clock remains high for N/2 counts and low for N/2 107 the output remains high until the counter reaches zero. Then the output 112 output remains high. When the gate is raised, a countdown is initiated 282 support of the X86 PC. It remains to be seen whether that will be the case, as 443 In summary, there is no way to guarantee the TSC remains in perfect
|