Searched defs:dma_buf_te_ioctl_status (Results 1 – 1 of 1) sorted by relevance
43 struct dma_buf_te_ioctl_status { struct45 int fd; /* the dma_buf to query, only dma_buf objects exported by this driver is supported */47 int attached_devices; /* number of devices attached (active 'dma_buf_attach's) */71 #define DMA_BUF_TE_QUERY _IOR(DMA_BUF_TE_IOCTL_BASE, 0x02, struct dma_buf_te_ioctl_status) argument