Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 42) sorted by relevance

12

/system/uapp/xdc-test/
A Drules.mk34 MODULE := $(LOCAL_DIR).host
39 $(LOCAL_DIR)/xdc-host.cpp \
46 -Isystem/ulib/xdc-host-utils/include \
51 system/ulib/xdc-host-utils.hostlib \
54 MODULE_NAME := xdc-test-host
/system/dev/block/sdmmc/
A Dops.c41 return sdmmc_request(&dev->host, &req); in sdmmc_go_idle()
51 zx_status_t st = sdmmc_request(&dev->host, &req); in sdmmc_send_status()
65 return sdmmc_request(&dev->host, &req); in sdmmc_stop_transmission()
79 zx_status_t st = sdmmc_request(&dev->host, &req); in sd_send_if_cond()
102 zx_status_t st = sdmmc_request(&dev->host, &req); in sd_send_relative_addr()
127 st = sdmmc_request(&dev->host, &req); in sd_switch_uhs_voltage()
188 zx_status_t st = sdmmc_request(&dev->host, &req); in sdio_io_rw_direct()
251 zx_status_t st = sdmmc_request(&dev->host, &req); in sdio_io_rw_extended()
310 return sdmmc_request(&dev->host, &req); in mmc_set_relative_addr()
357 return sdmmc_request(&dev->host, &req); in mmc_select_card()
[all …]
A Dsd.c83 st = sdmmc_set_bus_freq(&sdmmc->host, 25000000); in sdmmc_probe_sd()
97 st = sdmmc_set_signal_voltage(&sdmmc->host, SDMMC_VOLTAGE_180); in sdmmc_probe_sd()
184 st = sdmmc_set_bus_width(&sdmmc->host, SDMMC_BUS_WIDTH_4); in sdmmc_probe_sd()
A Dmmc.c62 if ((st = sdmmc_set_bus_width(&dev->host, bus_width)) != ZX_OK) { in mmc_set_bus_width()
116 if ((st = sdmmc_set_timing(&dev->host, new_timing)) != ZX_OK) { in mmc_switch_timing()
127 if ((st = sdmmc_set_bus_freq(&dev->host, new_freq)) != ZX_OK) { in mmc_switch_freq()
280 if ((st = sdmmc_set_signal_voltage(&dev->host, new_voltage)) != ZX_OK) { in sdmmc_probe_mmc()
299 if ((st = sdmmc_perform_tuning(&dev->host, MMC_SEND_TUNING_BLOCK)) != ZX_OK) { in sdmmc_probe_mmc()
/system/host/minfs/
A Drules.mk7 MODULE := $(LOCAL_DIR).host
27 -Isystem/ulib/fs-host/include \
33 system/ulib/fs-host.hostlib \
/system/host/blobfs/
A Drules.mk7 MODULE := $(LOCAL_DIR).host
23 system/ulib/fs-host.hostlib \
36 -Isystem/ulib/fs-host/include \
/system/uapp/ping/
A Dping.cpp33 const char* host = nullptr; member
46 if (host != nullptr) { in Print()
47 printf("Destination: %s\n", host); in Print()
77 if (host == nullptr) { in Validate()
140 host = argv[optind]; in ParseCommandLine()
229 if (getaddrinfo(options.host, NULL, &hints, &info)) { in main()
230 fprintf(stderr, "ping: unknown host %s\n", options.host); in main()
244 printf("PING %s (%s)\n", options.host, buf); in main()
/system/fidl/fuchsia-hardware-vsock/
A Dvsock.fidl19 // in response to events from host.
22 // Indicates a 'request' op was received from the host. One of Device.SendResponse
28 // Indicates a 'rst' op was received from the host, and that the driver has
31 // Indicates a 'shutdown' op was received from the host.
33 // Indicates a 'transport reset' op was received from the host. Responding to
48 // from the host. The rest of the methods on this interface are only valid to use
65 // Request a rst be sent to the host. The device will also release the resources
68 // Causes a 'response' to get sent to the host, gives the driver a |data| socket
74 // debugging or if you have some other communication channel to a different host
/system/dev/usb/usb-peripheral-test/
A DREADME.md6 It consists of two parts - a Zircon USB function driver and a Linux host test program.
7 The host test (called usb-peripheral-test) tests control requests in both the IN and OUT
26 3. Run the host test:
/system/host/fvm/
A Drules.mk18 -Isystem/ulib/fvm-host/include \
35 system/ulib/fvm-host.hostlib \
/system/dev/board/astro/
A Dastro-usb.c55 static zx_status_t astro_usb_tuning(bool host, bool default_val) { in astro_usb_tuning() argument
73 if (host) { in astro_usb_tuning()
/system/utest/fvm-host/
A Drules.mk21 -Isystem/ulib/fvm-host/include \
40 system/ulib/fvm-host.hostlib \
/system/host/banjo/formatter/
A Drules.mk17 system/host/banjo \
/system/host/banjo/compiler/
A Drules.mk19 system/host/banjo \
/system/host/fidl/formatter/
A Drules.mk17 system/host/fidl \
/system/core/devmgr/devmgr/
A Dcoordinator.cpp460 zx_koid_t pid = dev->host ? dev->host->koid() : 0; in DumpDevice()
495 if (dev->host) { in DumpDeviceProps()
707 host->set_proc(proc); in dc_launch_devhost()
714 name, host->koid()); in dc_launch_devhost()
795 dev->host = nullptr; in ReleaseDevice()
889 dev->host = parent->host; in AddDevice()
917 if (dev->host) { in AddDevice()
919 dev->host->AddRef(); in AddDevice()
993 Devhost* dh = dev->host; in RemoveDevice()
1607 dev->host = dh; in dh_create_device()
[all …]
/system/dev/board/sherlock/
A Dsherlock-usb.cpp67 zx_status_t PerformUsbTuning(bool host, bool default_val) { in PerformUsbTuning() argument
84 if (host) { in PerformUsbTuning()
/system/utest/banjo-compiler/
A Drules.mk17 EXAMPLE_DIR := system/host/banjo/examples/
82 system/host/banjo \
/system/host/fidl/compiler/
A Drules.mk21 system/host/fidl \
/system/host/runtests/
A Drules.mk7 MODULE := $(LOCAL_DIR).host
/system/dev/nand/nand/
A Dnand.h16 raw_nand_protocol_t host; member
A Dnand.c53 status = raw_nand_read_page_hwecc(&dev->host, nand_page, data, dev->nand_info.page_size, in nand_read_page()
69 return raw_nand_write_page_hwecc(&dev->host, data, dev->nand_info.page_size, oob, in nand_write_page()
76 return raw_nand_erase_block(&dev->host, nand_page); in nand_erase_block()
440 zx_status_t st = device_get_protocol(parent, ZX_PROTOCOL_RAW_NAND, &dev->host); in nand_bind()
472 if (dev->host.ops->get_nand_info == NULL) { in nand_bind()
477 st = raw_nand_get_nand_info(&dev->host, &dev->nand_info); in nand_bind()
/system/utest/fidl-compiler/
A Drules.mk17 EXAMPLE_DIR := system/host/fidl/examples/
92 system/host/fidl \
/system/host/xdc-server/
A Drules.mk20 -Isystem/ulib/xdc-host-utils/include \
/system/public/
A DBUILD.gn12 # These headers are exported for use in building non-fuchsia-host binaries.

Completed in 37 milliseconds

12