/external/minigbm/ |
D | virtio_gpu.c | 230 struct drm_virtgpu_3d_transfer_from_host xfer; in virtio_gpu_bo_invalidate() local 236 memset(&xfer, 0, sizeof(xfer)); in virtio_gpu_bo_invalidate() 237 xfer.bo_handle = mapping->vma->handle; in virtio_gpu_bo_invalidate() 238 xfer.box.x = mapping->rect.x; in virtio_gpu_bo_invalidate() 239 xfer.box.y = mapping->rect.y; in virtio_gpu_bo_invalidate() 240 xfer.box.w = mapping->rect.width; in virtio_gpu_bo_invalidate() 241 xfer.box.h = mapping->rect.height; in virtio_gpu_bo_invalidate() 242 xfer.box.d = 1; in virtio_gpu_bo_invalidate() 244 ret = drmIoctl(bo->drv->fd, DRM_IOCTL_VIRTGPU_TRANSFER_FROM_HOST, &xfer); in virtio_gpu_bo_invalidate() 256 struct drm_virtgpu_3d_transfer_to_host xfer; in virtio_gpu_bo_flush() local [all …]
|
/external/u-boot/drivers/i2c/ |
D | tegra186_bpmp_i2c.c | 46 req.xfer.bus_id = priv->bpmp_bus_id; in tegra186_bpmp_i2c_xfer() 47 p = &req.xfer.data_buf[0]; in tegra186_bpmp_i2c_xfer() 48 left = ARRAY_SIZE(req.xfer.data_buf); in tegra186_bpmp_i2c_xfer() 67 req.xfer.data_size = p - &req.xfer.data_buf[0]; in tegra186_bpmp_i2c_xfer() 74 p = &resp.xfer.data_buf[0]; in tegra186_bpmp_i2c_xfer() 75 left = resp.xfer.data_size; in tegra186_bpmp_i2c_xfer() 76 if (left > ARRAY_SIZE(resp.xfer.data_buf)) in tegra186_bpmp_i2c_xfer() 103 .xfer = tegra186_bpmp_i2c_xfer,
|
D | i2c-uclass.c | 92 ret = ops->xfer(bus, msg, ptr - msg); in i2c_read_bytewise() 116 ret = ops->xfer(bus, msg, 1); in i2c_write_bytewise() 133 if (!ops->xfer) in dm_i2c_read() 151 return ops->xfer(bus, msg, msg_count); in dm_i2c_read() 162 if (!ops->xfer) in dm_i2c_write() 192 return ops->xfer(bus, msg, 1); in dm_i2c_write() 204 ret = ops->xfer(bus, msg, 1); in dm_i2c_write() 215 if (!ops->xfer) in dm_i2c_xfer() 218 return ops->xfer(bus, msg, nmsgs); in dm_i2c_xfer() 262 if (!ops->xfer) in i2c_probe_chip() [all …]
|
D | sandbox_i2c.c | 99 return ops->xfer(emul, msg, nmsgs); in sandbox_i2c_xfer() 103 .xfer = sandbox_i2c_xfer,
|
/external/skqp/src/core/ |
D | SkXfermodePriv.h | 36 sk_sp<SkXfermode> xfer = Make(mode); in Peek() local 37 if (!xfer) { in Peek() 41 SkASSERT(!xfer->unique()); in Peek() 42 return xfer.get(); in Peek()
|
D | SkBlitter_ARGB32.cpp | 1034 SkXfermode* xfer = fXfermode; in blitRect() local 1035 if (xfer) { in blitRect() 1037 xfer->xfer32(device, span, width, nullptr); in blitRect() 1060 SkXfermode* xfer = fXfermode; in blitRect() local 1061 if (xfer) { in blitRect() 1064 xfer->xfer32(device, span, width, nullptr); in blitRect() 1088 SkXfermode* xfer = fXfermode; in blitAntiH() local 1097 xfer->xfer32(device, span, count, nullptr); in blitAntiH() 1101 xfer->xfer32(&device[i], &span[i], 1, antialias); in blitAntiH() 1309 SkXfermode* xfer = fXfermode; in blitMask() local [all …]
|
/external/skia/src/core/ |
D | SkXfermodePriv.h | 36 sk_sp<SkXfermode> xfer = Make(mode); in Peek() local 37 if (!xfer) { in Peek() 41 SkASSERT(!xfer->unique()); in Peek() 42 return xfer.get(); in Peek()
|
D | SkBlitter_ARGB32.cpp | 1034 SkXfermode* xfer = fXfermode; in blitRect() local 1035 if (xfer) { in blitRect() 1037 xfer->xfer32(device, span, width, nullptr); in blitRect() 1060 SkXfermode* xfer = fXfermode; in blitRect() local 1061 if (xfer) { in blitRect() 1064 xfer->xfer32(device, span, width, nullptr); in blitRect() 1088 SkXfermode* xfer = fXfermode; in blitAntiH() local 1097 xfer->xfer32(device, span, count, nullptr); in blitAntiH() 1101 xfer->xfer32(&device[i], &span[i], 1, antialias); in blitAntiH() 1309 SkXfermode* xfer = fXfermode; in blitMask() local [all …]
|
/external/u-boot/arch/arm/dts/ |
D | rk3188.dtsi | 250 emac_xfer: emac-xfer { 268 i2c0_xfer: i2c0-xfer { 275 i2c1_xfer: i2c1-xfer { 282 i2c2_xfer: i2c2-xfer { 289 i2c3_xfer: i2c3-xfer { 296 i2c4_xfer: i2c4-xfer { 363 uart0_xfer: uart0-xfer { 378 uart1_xfer: uart1-xfer { 393 uart2_xfer: uart2-xfer { 401 uart3_xfer: uart3-xfer {
|
D | rv1108.dtsi | 382 i2c1_xfer: i2c1-xfer { 389 i2c2m1_xfer: i2c2m1-xfer { 401 i2c2m05v_xfer: i2c2m05v-xfer { 413 i2c3_xfer: i2c3-xfer { 456 uart0_xfer: uart0-xfer { 475 uart1_xfer: uart1-xfer { 490 uart2m0_xfer: uart2m0-xfer { 497 uart2m1_xfer: uart2m1-xfer {
|
D | rk3368.dtsi | 857 i2c0_xfer: i2c0-xfer { 864 i2c1_xfer: i2c1-xfer { 871 i2c2_xfer: i2c2-xfer { 878 i2c3_xfer: i2c3-xfer { 885 i2c4_xfer: i2c4-xfer { 892 i2c5_xfer: i2c5-xfer { 1044 uart0_xfer: uart0-xfer { 1059 uart1_xfer: uart1-xfer { 1074 uart2_xfer: uart2-xfer { 1082 uart3_xfer: uart3-xfer { [all …]
|
D | rk3399.dtsi | 1704 i2c0_xfer: i2c0-xfer { 1712 i2c1_xfer: i2c1-xfer { 1720 i2c2_xfer: i2c2-xfer { 1728 i2c3_xfer: i2c3-xfer { 1736 i2c4_xfer: i2c4-xfer { 1744 i2c5_xfer: i2c5-xfer { 1752 i2c6_xfer: i2c6-xfer { 1760 i2c7_xfer: i2c7-xfer { 1768 i2c8_xfer: i2c8-xfer { 2037 uart0_xfer: uart0-xfer { [all …]
|
D | rk3128.dtsi | 675 uart0_xfer: uart0-xfer { 690 uart1_xfer: uart1-xfer { 697 uart2_xfer: uart2-xfer { 753 i2c0_xfer: i2c0-xfer { 760 i2c1_xfer: i2c1-xfer { 767 i2c2_xfer: i2c2-xfer { 774 i2c3_xfer: i2c3-xfer {
|
D | rk322x.dtsi | 644 i2c0_xfer: i2c0-xfer { 651 i2c1_xfer: i2c1-xfer { 658 i2c2_xfer: i2c2-xfer { 665 i2c3_xfer: i2c3-xfer { 720 uart0_xfer: uart0-xfer { 735 uart1_xfer: uart1-xfer { 750 uart2_xfer: uart2-xfer {
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/spi/spi_transfer_stop/ |
D | format | 11 field:struct spi_transfer * xfer; offset:16; size:8; signed:0; 14 …p len=%d", (int)REC->bus_num, (int)REC->chip_select, (struct spi_message *)REC->xfer, (int)REC->len
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/spi/spi_transfer_start/ |
D | format | 11 field:struct spi_transfer * xfer; offset:16; size:8; signed:0; 14 …p len=%d", (int)REC->bus_num, (int)REC->chip_select, (struct spi_message *)REC->xfer, (int)REC->len
|
/external/u-boot/drivers/i2c/muxes/ |
D | i2c-mux-uclass.c | 172 if (!ops->xfer) in i2c_mux_bus_xfer() 177 ret = ops->xfer(priv->i2c_bus, msg, nmsgs); in i2c_mux_bus_xfer() 184 .xfer = i2c_mux_bus_xfer,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 668 struct pipe_transfer *xfer; in compute_memory_transfer() local 680 .height = 1, .depth = 1 }, &xfer); in compute_memory_transfer() 681 assert(xfer); in compute_memory_transfer() 684 pipe->transfer_unmap(pipe, xfer); in compute_memory_transfer() 688 .height = 1, .depth = 1 }, &xfer); in compute_memory_transfer() 689 assert(xfer); in compute_memory_transfer() 692 pipe->transfer_unmap(pipe, xfer); in compute_memory_transfer()
|
/external/libusb/libusb/os/ |
D | sunos_usb.c | 809 struct libusb_transfer *xfer = tpriv->transfer; in sunos_async_callback() local 815 hpriv = (sunos_dev_handle_priv_t *)xfer->dev_handle->os_priv; in sunos_async_callback() 816 ep = sunos_usb_ep_index(xfer->endpoint); in sunos_async_callback() 820 xfer->status = sunos_usb_get_status(hpriv->eps[ep].statfd); in sunos_async_callback() 822 xfer->actual_length = in sunos_async_callback() 823 LIBUSB_TRANSFER_TO_USBI_TRANSFER(xfer)->transferred = in sunos_async_callback() 827 usb_dump_data(xfer->buffer, xfer->actual_length); in sunos_async_callback() 829 usbi_dbg("ret=%d, len=%d, actual_len=%d", ret, xfer->length, in sunos_async_callback() 830 xfer->actual_length); in sunos_async_callback() 833 usbi_signal_transfer_completion(LIBUSB_TRANSFER_TO_USBI_TRANSFER(xfer)); in sunos_async_callback()
|
/external/u-boot/drivers/tpm/ |
D | tpm-uclass.c | 80 if (ops->xfer) in tpm_xfer() 81 return ops->xfer(dev, sendbuf, send_size, recvbuf, recv_size); in tpm_xfer()
|
/external/u-boot/drivers/spi/ |
D | sandbox_spi.c | 109 ret = ops->xfer(emul, bitlen, dout, din, flags); in sandbox_spi_xfer() 146 .xfer = sandbox_spi_xfer,
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 200 struct pipe_transfer *xfer; in init_tex() local 210 .depth = 1 }, &xfer); in init_tex() 211 assert(xfer); in init_tex() 220 pipe->transfer_unmap(pipe, xfer); in init_tex() 241 struct pipe_transfer *xfer; in check_tex() local 252 .depth = 1 }, &xfer); in check_tex() 253 assert(xfer); in check_tex() 285 pipe->transfer_unmap(pipe, xfer); in check_tex()
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 240 line cap, line join type, line width, miter limit, and xfer/blend mode 241 (see later section for xfer modes). With the exception of color, these 425 PDF supports some of the xfer modes used in Skia directly. For those, 430 not directly support the porter-duff xfer modes though. Most of them 443 with an emulated xfer mode, what's already drawn to the device is 453 xfer modes. 455 The clear xfer mode removes any part of Dst that is within Src's 462 SkPDFDevice::setUpContentEntry(). This method examines the xfer modes 463 in effect for that drawing operation and if it is an xfer mode that 471 current xfer mode is emulated. In the case of Clear, it packages what [all …]
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 240 line cap, line join type, line width, miter limit, and xfer/blend mode 241 (see later section for xfer modes). With the exception of color, these 425 PDF supports some of the xfer modes used in Skia directly. For those, 430 not directly support the porter-duff xfer modes though. Most of them 443 with an emulated xfer mode, what's already drawn to the device is 453 xfer modes. 455 The clear xfer mode removes any part of Dst that is within Src's 462 SkPDFDevice::setUpContentEntry(). This method examines the xfer modes 463 in effect for that drawing operation and if it is an xfer mode that 471 current xfer mode is emulated. In the case of Clear, it packages what [all …]
|
/external/u-boot/include/ |
D | spi.h | 402 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout, member 468 int (*xfer)(struct udevice *slave, unsigned int bitlen, member
|