/external/u-boot/drivers/mmc/ |
D | bcm2835_sdhost.c | 270 static int bcm2835_transfer_block_pio(struct bcm2835_host *host, bool is_read) in bcm2835_transfer_block_pio() argument 281 buf = is_read ? (u32 *)data->dest : (u32 *)data->src; in bcm2835_transfer_block_pio() 283 if (is_read) in bcm2835_transfer_block_pio() 300 if (is_read) in bcm2835_transfer_block_pio() 308 if ((is_read && in bcm2835_transfer_block_pio() 312 (!is_read && in bcm2835_transfer_block_pio() 334 if (is_read) in bcm2835_transfer_block_pio() 348 bool is_read; in bcm2835_transfer_pio() local 351 is_read = (host->data->flags & MMC_DATA_READ) != 0; in bcm2835_transfer_pio() 352 ret = bcm2835_transfer_block_pio(host, is_read); in bcm2835_transfer_pio() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/nvmap/nvmap_ioctl_rw_handle/ |
D | format | 11 field:u32 is_read; offset:24; size:4; signed:0; 19 …ient=%p, h=%p, is_read=%d, offset=%d, addr=0x%lx,mem_stride=%d, user_stride=%d, elem_size=%d, coun…
|
/external/u-boot/drivers/i2c/ |
D | sandbox_i2c.c | 72 bool is_read; in sandbox_i2c_xfer() local 92 is_read = nmsgs > 1; in sandbox_i2c_xfer() 93 if (i2c->speed_hz > (is_read ? 400000 : 100000)) { in sandbox_i2c_xfer()
|
D | at91_i2c.c | 48 bool is_read = msg->flags & I2C_M_RD; in at91_i2c_xfer_msg() local 53 if (is_read) { in at91_i2c_xfer_msg() 112 bool is_read; in at91_i2c_xfer() local 137 is_read = m_start->flags & I2C_M_RD; in at91_i2c_xfer() 140 (is_read ? TWI_MMR_MREAD : 0), ®->mmr); in at91_i2c_xfer()
|
D | cros_ec_ldo.c | 22 bool is_read = nmsgs > 1; in cros_ec_ldo_xfer() local 40 if (is_read) { in cros_ec_ldo_xfer()
|
D | s3c24x0_i2c.c | 230 bool is_read = msg->flags & I2C_M_RD; in s3c24x0_do_msg() local 242 if (is_read) in s3c24x0_do_msg() 255 if (is_read) { in s3c24x0_do_msg()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 247 bool is_read = stream_utils::IsReadAccessMode(mode); in WaitForData() local 249 is_read |= need_more_read_; in WaitForData() 253 if (is_read && SSL_pending(ssl_.get()) > 0) { in WaitForData() 257 mode = stream_utils::MakeAccessMode(is_read, is_write); in WaitForData() 265 bool is_read = stream_utils::IsReadAccessMode(in_mode); in WaitForDataBlocking() local 267 is_read |= need_more_read_; in WaitForDataBlocking() 270 if (is_read && SSL_pending(ssl_.get()) > 0) { in WaitForDataBlocking() 275 in_mode = stream_utils::MakeAccessMode(is_read, is_write); in WaitForDataBlocking()
|
/external/u-boot/drivers/spi/ |
D | tegra20_slink.c | 238 int is_read = 0; in tegra30_spi_xfer() local 261 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra30_spi_xfer() 267 if (is_read && (status & SLINK_STAT_TXF_EMPTY)) in tegra30_spi_xfer() 276 is_read = 1; in tegra30_spi_xfer()
|
D | tegra20_sflash.c | 238 int is_read = 0; in tegra20_sflash_xfer() local 262 for (tm = 0, is_read = 0; tm < SPI_TIMEOUT; ++tm) { in tegra20_sflash_xfer() 268 if (is_read && (status & SPI_STAT_TXF_EMPTY)) in tegra20_sflash_xfer() 277 is_read = 1; in tegra20_sflash_xfer()
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux_nvme.c | 300 struct sg_nvme_passthru_cmd *cmdp, void * dp, bool is_read, in do_nvme_admin_cmd() argument 314 if ((vb > 3) && (! is_read) && dp) { in do_nvme_admin_cmd() 369 if ((vb > 3) && is_read && dp) { in do_nvme_admin_cmd() 1079 bool is_read = false; in sg_do_nvme_pt() local 1162 is_read = true; in sg_do_nvme_pt() 1167 is_read = false; in sg_do_nvme_pt() 1169 return do_nvme_admin_cmd(ptp, &cmd, dp, is_read, time_secs, vb); in sg_do_nvme_pt()
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | freebsd_nvme_ioctl.h | 140 uint32_t is_read; member
|
/external/u-boot/drivers/misc/ |
D | cros_ec.c | 1093 bool is_read = in->flags & I2C_M_RD; in cros_ec_i2c_tunnel() local 1097 if (is_read) { in cros_ec_i2c_tunnel()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 9797 static void MarkAttachmentFirstUse(RENDER_PASS_STATE *render_pass, uint32_t index, bool is_read) { in MarkAttachmentFirstUse() argument 9800 …nder_pass->attachment_first_read.count(index)) render_pass->attachment_first_read[index] = is_read; in MarkAttachmentFirstUse()
|