Home
last modified time | relevance | path

Searched defs:transfer (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.h69 static const char * const transfer[] = { variable
/openbmc/u-boot/include/
H A Ddma-uclass.h124 int (*transfer)(struct udevice *dev, int direction, void *dst, member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__continues_on.hpp91 inline constexpr continues_on_t transfer{}; variable
H A D__continue_on.hpp125 inline constexpr transfer_t transfer{}; variable
H A D__p2300.hpp279 inline constexpr auto transfer = stdexec::transfer; variable
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c36 struct rutabaga_transfer transfer = { 0 }; in virtio_gpu_rutabaga_update_cursor() local
241 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_resource_flush() local
372 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_transfer_to_host_2d() local
397 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_transfer_to_host_3d() local
426 struct rutabaga_transfer transfer = { 0 }; in rutabaga_cmd_transfer_from_host_3d() local
/openbmc/qemu/include/hw/ssi/
H A Dssi.h42 uint32_t (*transfer)(SSIPeripheral *dev, uint32_t val); member
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c391 static char *transfer[] = { in print_83xx_arb_event() local
/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c194 static void transfer(PnvSpi *s) in transfer() function
/openbmc/u-boot/drivers/i2c/
H A Dihs_i2c.c210 int transfer = min(len, 2); in ihs_i2c_send_buffer() local
/openbmc/qemu/hw/sd/
H A Domap_mmc.c68 int transfer; member
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c523 usb_host_req_complete_iso(struct libusb_transfer *transfer) in usb_host_req_complete_iso()