/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer.h | 67 * Regular (non DMA'able) memory. 113 * This information will be copied into dma.boxes, when emiting the 140 * DMA'ble memory. 151 * Information about pending DMA uploads. 156 * Whether this buffer has an unfinished DMA upload command. 165 * Pointer to the DMA copy box *inside* the command buffer. 170 * Context that has the pending DMA to this buffer. 173 } dma; member in struct:svga_buffer 176 * Linked list head, used to gather all buffers with pending dma uploads on 177 * a context. It is only valid if the dma.pending is set above [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer.h | 67 * Regular (non DMA'able) memory. 113 * This information will be copied into dma.boxes, when emiting the 140 * DMA'ble memory. 151 * Information about pending DMA uploads. 156 * Whether this buffer has an unfinished DMA upload command. 165 * Pointer to the DMA copy box *inside* the command buffer. 170 * Context that has the pending DMA to this buffer. 173 } dma; member in struct:svga_buffer 176 * Linked list head, used to gather all buffers with pending dma uploads on 177 * a context. It is only valid if the dma.pending is set above [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 206 make_empty_list(&rmesa->dma.free); 207 make_empty_list(&rmesa->dma.wait); 208 make_empty_list(&rmesa->dma.reserved); 209 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ; 217 if (size > rmesa->dma.minimum_size) 218 rmesa->dma.minimum_size = (size + 15) & (~15); 221 __FUNCTION__, size, rmesa->dma.minimum_size); 223 if (is_empty_list(&rmesa->dma.free) 224 || last_elem(&rmesa->dma.free)->bo->size < size) { 230 0, rmesa->dma.minimum_size, 4 424 struct radeon_dma *dma = &rmesa->dma; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 206 make_empty_list(&rmesa->dma.free); 207 make_empty_list(&rmesa->dma.wait); 208 make_empty_list(&rmesa->dma.reserved); 209 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ; 217 if (size > rmesa->dma.minimum_size) 218 rmesa->dma.minimum_size = (size + 15) & (~15); 221 __FUNCTION__, size, rmesa->dma.minimum_size); 223 if (is_empty_list(&rmesa->dma.free) 224 || last_elem(&rmesa->dma.free)->bo->size < size) { 230 0, rmesa->dma.minimum_size, 4 424 struct radeon_dma *dma = &rmesa->dma; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hdlcdrv.h | 18 int dma; member in struct:hdlcdrv_params
|
if_link.h | 47 __u8 dma; member in struct:rtnl_link_ifmap
|
if.h | 124 unsigned char dma; member in struct:ifmap
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hdlcdrv.h | 18 int dma; member in struct:hdlcdrv_params
|
if_link.h | 47 __u8 dma; member in struct:rtnl_link_ifmap
|
if.h | 124 unsigned char dma; member in struct:ifmap
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hdlcdrv.h | 18 int dma; member in struct:hdlcdrv_params
|
if_link.h | 47 __u8 dma; member in struct:rtnl_link_ifmap
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/ |
if.h | 118 unsigned char dma; member in struct:ifmap
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if.h | 118 unsigned char dma; member in struct:ifmap
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
if.h | 118 unsigned char dma; member in struct:ifmap
|
/external/grub/netboot/ |
lance.c | 140 static int dma; variable 152 /* DMA defines and helper routines */ 154 /* DMA controller registers */ 182 /* enable/disable a specific DMA channel */ 199 /* set mode (above) for a specific DMA channel */ 393 disable_dma(dma); 458 /* now probe for DMA channel */ 461 /* need to fix when PCI provides DMA info */ 466 dma = dmas[i]; 467 /* Don't enable a permanently busy DMA channel [all...] |
/external/libpcap/ |
pcap-dos.h | 147 int dma; /* DMA channel */ member in struct:device
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 92 #define AD1848_SINGLE_DMA 0x04 /* use single DMA channel */ 105 #define AD1848_DMA_REQUEST 0x10 /* DMA request in progress */ 134 int dma; /* data DMA */ member in struct:snd_ad1848 138 unsigned short single_dma:1; /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */ 165 int irq, int dma,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ad1848.h | 92 #define AD1848_SINGLE_DMA 0x04 /* use single DMA channel */ 105 #define AD1848_DMA_REQUEST 0x10 /* DMA request in progress */ 134 int dma; /* data DMA */ member in struct:snd_ad1848 138 unsigned short single_dma:1; /* forced single DMA mode (GUS 16-bit daughter board) or dma1 == dma2 */ 165 int irq, int dma,
|
/bionic/libc/kernel/common/linux/ |
if.h | 121 unsigned char dma; member in struct:ifmap
|
/development/ndk/platforms/android-3/include/linux/ |
if.h | 99 unsigned char dma; member in struct:ifmap
|
/external/iproute2/include/linux/ |
if.h | 145 unsigned char dma; member in struct:ifmap
|
/external/kernel-headers/original/linux/ |
if.h | 136 unsigned char dma; member in struct:ifmap
|
/external/qemu/hw/ |
pxa.h | 40 /* DMA requests */ 99 BlockDriverState *bd, qemu_irq irq, void *dma); 134 PXA2xxDMAState *dma; member in struct:__anon28178 191 PXA2xxDMAState *dma; member in struct:PXA2xxI2SState
|
/external/qemu-pc-bios/bochs/ |
bochs.h | 231 # define BX_DBG_ASYNC_DMA bx_guard.async.dma 234 if (bx_guard.report.dma) bx_dbg_dma_report(addr, len, what, val) 448 bx_bool dma; member in struct:__anon28463
|