Searched refs:ready (Results 251 - 275 of 302) sorted by relevance

<<111213

/linux-master/drivers/mtd/spi-nor/
H A Dcore.c606 * spi_nor_sr_ready() - Query the Status Register to see if the flash is ready
610 * Return: 1 if ready, 0 if not ready, -errno on errors.
683 * spi_nor_ready() - Query the flash to see if it is ready for new commands.
686 * Return: 1 if ready, 0 if not ready, -errno on errors.
697 if (nor->params->ready)
698 ret = nor->params->ready(nor);
709 * Status Register until ready, or timeout occurs.
743 * flash to be ready, o
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dssin.S481 |--We are now ready to perform (R+r) - N*P1 - N*P2, P1 = 2**(L) * Piby2_1 and
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h557 u8 desc_rdy_pol; /* Expected descriptor ready bit polarity */
648 wil_status_mbox_ready, /* MBOX structures ready */
877 bool fw_stats_ready; /* per-cid statistics are ready inside sta_info */
911 bool ready; member in struct:wil_fw_stats_global
H A Dwmi.c667 wil_err(wil, "WMI: cannot send command while FW not ready\n");
706 wil_err(wil, "WMI: cannot send command while FW not ready\n");
1529 if (wil->fw_stats_global.ready) {
1532 wil->fw_stats_global.ready = false;
1539 wil->fw_stats_global.ready = true;
/linux-master/drivers/gpu/drm/radeon/
H A Dr300.c186 rdev->gart.ready = true;
H A Dr600.c1181 rdev->gart.ready = true;
2428 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false;
2766 ring->ready = true;
2769 ring->ready = false;
H A Dradeon.h615 bool ready; member in struct:radeon_gart
811 bool ready; member in struct:radeon_ring
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Djpeg_v4_0_3.c312 ring->sched.ready = true;
354 * Stop the JPEG block, mark ring as not ready any more
H A Damdgpu_device.c2837 if (adev->mman.buffer_funcs_ring->sched.ready)
3629 if (adev->mman.buffer_funcs_ring->sched.ready)
5363 if (tmp_adev->mman.buffer_funcs_ring->sched.ready)
H A Dgmc_v9_0.c845 if (adev->gfx.kiq[inst].ring.sched.ready &&
2413 /* MC is always ready in GMC v9.*/
H A Dvcn_v2_0.c244 ring->sched.ready = false;
266 * Stop the VCN block, mark ring as not ready any more
H A Dvcn_v4_0_3.c220 ring->sched.ready = true;
266 * Stop the VCN block, mark ring as not ready any more
H A Damdgpu_ras.c146 void amdgpu_ras_set_error_query_ready(struct amdgpu_device *adev, bool ready) argument
149 amdgpu_ras_get_context(adev)->error_query_ready = ready;
2225 /* IH is ready */
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c818 * Return true if the chip is ready and has the correct value.
839 map_word ready = CMD(CFI_SR_DRB); local
842 * ready bit
848 return map_word_andequal(map, curd, ready, ready);
892 printk(KERN_ERR "Waiting for chip to be ready timed out.\n");
937 printk(KERN_ERR "MTD %s(): chip not ready after erase suspend\n", __func__);
1455 /* wait for chip to become ready */
1462 pr_err("Waiting for chip to be ready timed out.\n");
2172 * Wait for the flash chip to become ready t
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S438 ! cache until we are ready to store final element of cache line.
/linux-master/drivers/hid/
H A Dhid-wiimote-core.c1751 init_completion(&wdata->state.ready);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c871 if (!s->ready)
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c848 gd->ctl_len.ready = 1;
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c551 if (ring && ring->sched.ready)
/linux-master/include/linux/
H A Dkvm_host.h386 bool ready; member in struct:kvm_vcpu
1639 * ready to accept virtual IRQ. On some architectures the virtual interrupt
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h134 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
/linux-master/net/bluetooth/
H A Dl2cap_sock.c1696 .ready = l2cap_sock_ready_cb,
H A Dsmp.c3228 .ready = smp_ready_cb,
3283 .ready = l2cap_chan_no_ready,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1497 static int send_display_ready_uevent(struct intel_vgpu *vgpu, int ready) argument
1504 snprintf(display_ready_str, 20, "GVT_DISPLAY_READY=%d", ready);
1727 * PCODE_READY clear means ready for pcode read/write,
1729 * always emulate as pcode read/write success and ready for access
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c496 vdo_page_comp->ready = true;
595 result = VDO_ASSERT(completion->ready, "VDO Page completion not ready");

Completed in 654 milliseconds

<<111213