Searched full:terminates (Results 1 – 25 of 155) sorted by relevance
1234567
/linux-6.12.1/arch/powerpc/include/asm/ |
D | delay.h | 42 * @condition when the loop terminates. This allows you to determine the cause 43 * of the loop terminates. If the return value is zero, then you know a 48 * terminates even if the bit never changes. The delay is for devices that
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | fsl,mxs-usbphy.yaml | 66 connected in parallel with the 45 ohm resistor that terminates 75 connected in parallel with the 45 ohm resistor that terminates
|
/linux-6.12.1/drivers/acpi/ |
D | pptt.c | 500 * @level: A level that terminates the search 501 * @flag: A flag which terminates the search 702 * The search terminates when either the requested level is found or 723 * The search terminates when either a level is found with the PHYSICAL_PACKAGE 799 * The search terminates when a level is found with the identical implementation
|
/linux-6.12.1/drivers/target/ |
D | target_core_fabric_lib.c | 150 * terminates the ISCSI NAME field without regard for the specified in iscsi_get_pr_transport_id() 178 * ID field byte containing an ASCII null character terminates in iscsi_get_pr_transport_id() 324 * containing an ASCII null character terminates the in iscsi_parse_pr_out_transport_id()
|
/linux-6.12.1/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 10 # 'error-if' is similar, but it terminates the parsing immediately.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-pciback | 28 list when the connected pcifront terminates.
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | utstrtoul64.c | 186 * 2) The conversion terminates when the size of an integer is reached 189 * 3) The first non-hex character terminates the conversion and returns 270 * behavior of the implicit conversion case. It terminates the
|
/linux-6.12.1/Documentation/userspace-api/ |
D | mseal.rst | 79 stay in the process's memory until the process terminates**. 138 until the process terminates or the exec system call is invoked.
|
/linux-6.12.1/drivers/scsi/fnic/ |
D | fnic_stats.h | 49 atomic64_t terminates; member
|
D | fnic_trace.c | 324 "Number of Terminates: %lld\n" in fnic_get_stats_data() 325 "Maximum Terminates: %lld\n" in fnic_get_stats_data() 330 (u64)atomic64_read(&stats->term_stats.terminates), in fnic_get_stats_data() 347 "Number of Device Reset Terminates: %lld\n" in fnic_get_stats_data()
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | bq24190.yaml | 57 - charge-term-current-microamp: a charge cycle terminates when the battery voltage is
|
/linux-6.12.1/tools/lib/subcmd/ |
D | pager.c | 110 /* this makes sure that the parent terminates after the pager */ in setup_pager()
|
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/ |
D | spu_restore_crt0.S | 82 * terminates with 'stop SPU_RESTORE_COMPLETE',
|
/linux-6.12.1/drivers/usb/host/ |
D | uhci-hub.c | 338 /* Reset terminates Resume signalling */ in uhci_hub_control() 360 /* Disable terminates Resume signalling */ in uhci_hub_control()
|
/linux-6.12.1/tools/testing/selftests/arm64/fp/ |
D | README | 81 or until the guest terminates. It is therefore recommended to run
|
/linux-6.12.1/drivers/vdpa/ |
D | Kconfig | 32 vDPA block device simulator which terminates IO request in a
|
/linux-6.12.1/Documentation/process/ |
D | kernel-enforcement-statement.rst | 29 terminates your license, and (b) permanently, if the copyright holder
|
/linux-6.12.1/net/rxrpc/ |
D | conn_object.c | 146 * terminates. The caller must hold the channel_lock and must release the 187 * terminates.
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | elf.h | 156 * deterministic. Also, clearing a0 terminates debugger backtraces.
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | aux-hpd-bridge.c | 44 * DRM_MODE_CONNECTOR_DisplayPort, which terminates the bridge chain and is
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | bootstd.h | 15 #define __BN_exit 3 /* terminates a bootloader image */
|
/linux-6.12.1/drivers/parisc/ |
D | iommu-helpers.h | 128 ** This loop terminates one iteration "early" since in iommu_coalesce_chunks()
|
/linux-6.12.1/block/ |
D | blk-ioprio.c | 90 /* kernfs_fop_write_iter() terminates 'buf' with '\0'. */ in ioprio_set_prio_policy()
|
/linux-6.12.1/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 231 /* Something seriously bad happened if the loop terminates here */ in ap_dump_all_tables() 348 /* Something seriously bad happened if the loop terminates here */ in ap_dump_table_by_name()
|
/linux-6.12.1/drivers/usb/core/ |
D | urb.c | 631 * hardware processes each request. But when an URB terminates with an 637 * guarantee apply when an URB terminates because it was unlinked. 640 * URB terminates with any sort of error, including -ECONNRESET, -ENOENT, 656 * When a control URB terminates with an error other than -EREMOTEIO, it
|
1234567