Searched refs:readback (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 72 bool readback,
|
D | vmwgfx_surface.c | 67 bool readback, 482 bool readback, in vmw_legacy_srf_unbind() argument 485 if (unlikely(readback)) in vmw_legacy_srf_unbind()
|
/drivers/parport/ |
D | TODO-parport | 12 b) Handle status readback automatically. IEEE1284 printers can post status
|
D | Kconfig | 151 If you have a printer that supports status readback or device ID, or
|
/drivers/char/ |
D | mbcs.h | 68 uint64_t *mbcs_mmr_set_u64p, readback; \ 71 readback = *mbcs_mmr_set_u64p; \
|
/drivers/mmc/host/ |
D | mmc_spi.c | 139 struct spi_message readback; member 186 status = spi_sync_locked(host->spi, &host->readback); in mmc_spi_readbytes() 1433 spi_message_init(&host->readback); in mmc_spi_probe() 1434 host->readback.is_dma_mapped = (host->dma_dev != NULL); in mmc_spi_probe() 1436 spi_message_add_tail(&host->status, &host->readback); in mmc_spi_probe()
|
/drivers/infiniband/hw/qib/ |
D | qib_sd7220.c | 885 unsigned char readback[VFY_CHUNK]; in qib_sd7220_prog_vfy() local 894 readback, req, 1); in qib_sd7220_prog_vfy() 901 if (readback[idx] != img[idx+sofar]) in qib_sd7220_prog_vfy()
|
/drivers/atm/ |
D | lanai.c | 557 u32 readback; in sram_test_word() local 559 readback = sram_read(lanai, offset); in sram_test_word() 560 if (likely(readback == pattern)) in sram_test_word() 565 (unsigned int) pattern, (unsigned int) readback); in sram_test_word()
|