Home
last modified time | relevance | path

Searched refs:get_attribute (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c23 .get_attribute = intel_adsp_hda_dma_get_attribute,
Ddma_intel_adsp_hda_link_out.c23 .get_attribute = intel_adsp_hda_dma_get_attribute,
Ddma_intel_adsp_hda_host_in.c19 .get_attribute = intel_adsp_hda_dma_get_attribute,
Ddma_intel_adsp_hda_host_out.c23 .get_attribute = intel_adsp_hda_dma_get_attribute,
Ddma_nxp_sof_host_dma.c282 .get_attribute = sof_host_dma_get_attribute,
Ddma_intel_adsp_gpdma.c487 .get_attribute = intel_adsp_gpdma_get_attribute,
Ddma_nxp_sdma.c436 .get_attribute = dma_nxp_sdma_get_attribute,
Ddma_emul.c524 .get_attribute = dma_emul_get_attribute,
Ddma_nxp_edma.c672 .get_attribute = edma_get_attribute,
Ddma_mchp_xec.c654 .get_attribute = xec_dma_get_attribute,
Ddma_smartbond.c920 .get_attribute = dma_smartbond_get_attribute,
/Zephyr-latest/include/zephyr/drivers/
Ddma.h377 dma_api_get_attribute get_attribute; member
713 if (api->get_attribute) { in dma_get_attribute()
714 return api->get_attribute(dev, type, value); in dma_get_attribute()