Searched refs:get_attribute (Results  1 – 14 of 14) sorted by relevance
| /Zephyr-latest/drivers/dma/ | 
| D | dma_intel_adsp_hda_link_in.c | 23 	.get_attribute = intel_adsp_hda_dma_get_attribute,
  | 
| D | dma_intel_adsp_hda_link_out.c | 23 	.get_attribute = intel_adsp_hda_dma_get_attribute,
  | 
| D | dma_intel_adsp_hda_host_in.c | 19 	.get_attribute = intel_adsp_hda_dma_get_attribute,
  | 
| D | dma_intel_adsp_hda_host_out.c | 23 	.get_attribute = intel_adsp_hda_dma_get_attribute,
  | 
| D | dma_nxp_sof_host_dma.c | 282 	.get_attribute = sof_host_dma_get_attribute,
  | 
| D | dma_intel_adsp_gpdma.c | 487 	.get_attribute = intel_adsp_gpdma_get_attribute,
  | 
| D | dma_nxp_sdma.c | 447 	.get_attribute = dma_nxp_sdma_get_attribute,
  | 
| D | dma_emul.c | 519 	.get_attribute = dma_emul_get_attribute,
  | 
| D | dma_nxp_edma.c | 672 	.get_attribute = edma_get_attribute,
  | 
| D | dma_wch.c | 449 	.get_attribute = dma_wch_get_attribute,
  | 
| D | dma_renesas_rz.c | 557 	.get_attribute = dma_renesas_rz_get_attribute,
  | 
| D | dma_mchp_xec.c | 654 	.get_attribute = xec_dma_get_attribute,
  | 
| D | dma_smartbond.c | 920 	.get_attribute = dma_smartbond_get_attribute,
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | dma.h | 377 	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()
  |