Searched full:readiness (Results 1 – 25 of 60) sorted by relevance
123
/linux-5.10/drivers/misc/mei/ |
D | hw-txe.c | 453 * only Aliveness, Readiness, Input ready, and Output doorbell are relevant 468 "Pending Interrupts InReady=%01d Readiness=%01d, Aliveness=%01d, OutDoor=%01d\n", in mei_txe_pending_interrupts() 512 /* Readiness */ 515 * mei_txe_readiness_set_host_rdy - set host readiness bit 529 * mei_txe_readiness_clear - clear host readiness bit 557 * mei_txe_readiness_is_sec_rdy - check readiness 560 * @readiness: cached readiness state 562 * Return: true if readiness bit is set 564 static inline bool mei_txe_readiness_is_sec_rdy(u32 readiness) in mei_txe_readiness_is_sec_rdy() argument 566 return !!(readiness & HICR_SEC_IPC_READINESS_SEC_RDY); in mei_txe_readiness_is_sec_rdy() [all …]
|
D | hw-txe.h | 32 * @readiness: readiness state of the hardware 40 u32 readiness; member
|
D | hw-txe-regs.h | 121 /* Host Interrupt Cause Register 0 - SeC IPC Readiness 202 /* SeC Interrupt Cause Register - Host IPC Readiness
|
/linux-5.10/drivers/net/ipa/ |
D | ipa_qmi.h | 30 /* Flags used in negotiating readiness */
|
/linux-5.10/Documentation/devicetree/bindings/misc/ |
D | olpc,xo1.75-ec.yaml | 15 readiness to receive a transfer (that is, when TX FIFO contains the
|
/linux-5.10/drivers/staging/most/dim2/ |
D | hal.h | 31 bool ready; /* Shows readiness to enqueue next buffer */
|
/linux-5.10/drivers/clk/ti/ |
D | dpll3xxx.c | 129 * _omap3_noncore_dpll_lock - instruct a DPLL to lock and wait for readiness 133 * readiness before returning. Will save and restore the DPLL's 172 * _omap3_noncore_dpll_bypass - instruct a DPLL to bypass and wait for readiness 177 * rate. Waits for the DPLL to report readiness before returning. 430 * indicate readiness before returning, unless the DPLL takes too long
|
D | clkt_dflt.c | 89 * indicate readiness (i.e., to leave IDLE). This code does not
|
/linux-5.10/drivers/gpu/drm/gma500/ |
D | opregion.c | 57 u32 drdy; /* driver readiness */ 84 u32 ardy; /* driver readiness */
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_scheduler_types.h | 42 * before we can copy from it). We track the readiness of a request in terms
|
/linux-5.10/include/uapi/linux/ |
D | aio_abi.h | 104 * eventfd to signal AIO readiness to
|
/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | isp.c | 104 /* Inspect readiness of an ISP indexed by ID */
|
/linux-5.10/Documentation/isdn/ |
D | interface_capi.rst | 15 lingo) with Kernel CAPI to indicate their readiness to provide their service 39 structure of the device, and signal its readiness by calling capi_ctr_ready().
|
/linux-5.10/Documentation/translations/ja_JP/ |
D | SubmittingPatches | 443 「即応性」の原文は "readiness"。 445 行うことができる状態であるかどうかを "readiness" という単語で表現
|
/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.c | 442 * amdgpu_ring_test_helper - tests ring and set sched readiness status 446 * Tests ring and set sched readiness status
|
/linux-5.10/tools/testing/selftests/ir/ |
D | ir_loopback.c | 10 // readiness.
|
/linux-5.10/drivers/firmware/efi/ |
D | Kconfig | 177 interfaces readiness of the firmware.
|
/linux-5.10/drivers/iio/pressure/ |
D | dps310.c | 315 /* Poll for sensor readiness; base the timeout upon the sample rate. */ in dps310_read_pres_raw() 364 /* Poll for sensor readiness; base the timeout upon the sample rate. */ in dps310_read_temp_raw()
|
/linux-5.10/drivers/nvme/host/ |
D | nvme.h | 82 * readiness, which is done by reading the NVME_CSTS_RDY bit. 185 * readiness in case of the PCI_DEVICE(0x1c58, 0x0003), which needs the
|
/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_opregion.c | 76 u32 drdy; /* driver readiness */ 108 u32 ardy; /* driver readiness */ 140 /* Driver readiness indicator */
|
/linux-5.10/drivers/pci/controller/ |
D | pcie-hisi-error.c | 181 * if Readiness Notifications mechanisms are used. But in hisi_pcie_port_do_recovery()
|
/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | cwsr_trap_handler_gfx8.asm | 214 /* inform SPI the readiness and wait for SPI's go signal */ 665 …s_barrier //barrier to ensure the readiness of L…
|
D | cwsr_trap_handler_gfx10.asm | 290 /* inform SPI the readiness and wait for SPI's go signal */ 900 …s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wav…
|
/linux-5.10/Documentation/admin-guide/sysctl/ |
D | fs.rst | 378 for event readiness. Each one of these monitored files constitutes a "watch".
|
/linux-5.10/drivers/acpi/acpica/ |
D | dbxface.c | 71 /* Wait the readiness of the command */ in acpi_db_start_command()
|
123