| /linux/drivers/mmc/host/ |
| A D | mmc_hsq.c | 92 static void mmc_hsq_update_next_tag(struct mmc_hsq *hsq, int remains) in mmc_hsq_update_next_tag() argument 100 if (!remains) { in mmc_hsq_update_next_tag() 114 int remains; in mmc_hsq_post_request() local 118 remains = hsq->qcnt; in mmc_hsq_post_request() 122 mmc_hsq_update_next_tag(hsq, remains); in mmc_hsq_post_request() 124 if (hsq->waiting_for_idle && !remains) { in mmc_hsq_post_request() 141 if (remains > 0) in mmc_hsq_post_request() 195 int remains; in mmc_hsq_recovery_finish() local 200 remains = hsq->qcnt; in mmc_hsq_recovery_finish() 208 if (remains > 0) in mmc_hsq_recovery_finish()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| A 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 …]
|
| A D | p54pci.c | 54 u32 remains, left, device_addr; in p54p_upload_firmware() local 90 remains = priv->firmware->size; in p54p_upload_firmware() 92 while (remains) { in p54p_upload_firmware() 94 left = min((u32)0x1000, remains); in p54p_upload_firmware() 104 remains -= left; in p54p_upload_firmware()
|
| /linux/mm/ |
| A D | vmalloc.c | 4224 size_t remains, n; in vmap_ram_vread_iter() local 4234 remains = count; in vmap_ram_vread_iter() 4254 if (remains == 0) in vmap_ram_vread_iter() 4273 if (n > remains) in vmap_ram_vread_iter() 4274 n = remains; in vmap_ram_vread_iter() 4289 return count - remains + zero_iter(iter, remains); in vmap_ram_vread_iter() 4335 remains = count; in vread_iter() 4348 if (remains == 0) in vread_iter() 4386 if (n > remains) in vread_iter() 4387 n = remains; in vread_iter() [all …]
|
| /linux/Documentation/arch/arm/nwfpe/ |
| A D | nwfpe.rst | 12 possible, but there remains much room for improvement. 38 remains to be done, and other ideas for the emulator. 45 expect quick action. Bugs still exist. The problem remains in isolating
|
| /linux/init/ |
| A D | initramfs.c | 238 static long remains __initdata; 249 remains = size; in read_into() 265 unsigned long n = remains; in do_collect() 271 if ((remains -= n) != 0) in do_collect() 300 remains = N_ALIGN(name_len) + body_len; in do_header()
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-platform-onboard-usb-dev | 7 (RW) Controls whether the USB hub remains always powered
|
| /linux/net/mpls/ |
| A D | Kconfig | 13 MPLS remains a simple way of making tunnels.
|
| /linux/Documentation/devicetree/bindings/reset/ |
| A D | ti,tps380x-reset.yaml | 16 reset input (MR). The RESET output remains asserted for the factory
|
| /linux/Documentation/admin-guide/ |
| A D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
| A D | unicode.rst | 98 rejected) for inclusion in Unicode Plane 1. Thus, it remains as a 188 and so the above encoding remains official.
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| A D | conntrack_rst_invalid.pkt | 1 // check that out of window resets are marked as INVALID and conntrack remains
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | leds-gpio.yaml | 41 example when the BMC is rebooted while the host remains up.
|
| /linux/Documentation/userspace-api/media/cec/ |
| A D | cec-func-ioctl.rst | 63 parameter remains unmodified.
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| A D | media-func-ioctl.rst | 63 parameter remains unmodified.
|
| A D | request-func-ioctl.rst | 63 parameter remains unmodified.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | func-ioctl.rst | 58 parameter remains unmodified.
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| A D | spear_spics.txt | 4 Cell spi controller through its system registers, which otherwise remains under
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | cs35l36.txt | 62 (after the audio falls and remains below the value specified in WKFET_AMP_THLD). 133 is reached, the error condition still remains, and this bit is set, the audio
|
| /linux/arch/sparc/lib/ |
| A 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 320 3: be 3f ! nope, less than one loop remains
|
| /linux/Documentation/scheduler/ |
| A D | sched-eevdf.rst | 28 remains on the run queue but marked for "deferred dequeue," allowing its
|
| /linux/Documentation/hwmon/ |
| A D | max31827.rst | 63 In interrupt mode exceeding TH also sets OT status to 1, which remains set until 67 below TH_HYST. The output remains asserted until it is reset by a read. It is
|
| /linux/Documentation/arch/arm/ |
| A D | uefi.rst | 38 The kernel image built with stub support remains a valid kernel image for
|
| /linux/fs/ubifs/ |
| A D | log.c | 615 int len = le32_to_cpu(ch->len), remains = c->leb_size - *offs; in add_node() local 617 if (len > remains) { in add_node()
|
| /linux/drivers/mtd/nand/raw/ |
| A D | nandsim.c | 645 uint64_t remains; in ns_init() local 704 remains = ns->geom.totsz; in ns_init() 709 if (!part_sz || part_sz > remains) { in ns_init() 721 remains -= ns->partitions[i].size; in ns_init() 724 if (remains) { in ns_init() 737 ns->partitions[i].size = remains; in ns_init()
|