Searched refs:aml_sd_emmc_bind (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c964 static zx_status_t aml_sd_emmc_bind(void* ctx, zx_device_t* parent) { function
974 zxlogf(ERROR, "aml_sd_emmc_bind: ZX_PROTOCOL_PLATFORM_DEV not available\n");
979 zxlogf(ERROR, "aml_sd_emmc_bind: ZX_PROTOCOL_GPIO not available\n");
986 zxlogf(ERROR, "aml_sd_emmc_bind: pdev_get_device_info failed\n");
991 zxlogf(ERROR, "aml_sd_emmc_bind: mmio_count %u does not match irq_count %u\n",
1000 zxlogf(ERROR, "aml_sd_emmc_bind: pdev_get_bti failed\n");
1006 zxlogf(ERROR, "aml_sd_emmc_bind: pdev_map_mmio_buffer failed %d\n", status);
1032 zxlogf(ERROR, "aml_sd_emmc_bind: device_get_metadata failed\n");
1046 zxlogf(ERROR, "aml_sd_emmc_bind: Failed to allocate dma descriptors\n");
1084 .bind = aml_sd_emmc_bind,
[all...]

Completed in 24 milliseconds