Home
last modified time | relevance | path

Searched refs:dmov_box (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/tty/serial/
Dmsm_serial_hs.c253 dmov_box *command_ptr;
282 dmov_box *command_ptr;
418 dma_unmap_single(dev, msm_uport->rx.mapped_cmd_ptr, sizeof(dmov_box), in msm_hs_remove()
428 dma_unmap_single(dev, msm_uport->tx.mapped_cmd_ptr, sizeof(dmov_box), in msm_hs_remove()
809 sizeof(dmov_box), DMA_TO_DEVICE); in msm_hs_submit_tx_locked()
1532 tx->command_ptr = kmalloc(sizeof(dmov_box), GFP_KERNEL | __GFP_DMA); in uartdm_init_port()
1543 sizeof(dmov_box), DMA_TO_DEVICE); in uartdm_init_port()
1567 rx->command_ptr = kmalloc(sizeof(dmov_box), GFP_KERNEL | __GFP_DMA); in uartdm_init_port()
1587 sizeof(dmov_box), DMA_TO_DEVICE); in uartdm_init_port()
1610 sizeof(dmov_box), DMA_TO_DEVICE); in uartdm_init_port()
/linux-3.4.99/arch/arm/mach-msm/include/mach/
Ddma.h149 } dmov_box; typedef
/linux-3.4.99/drivers/mmc/host/
Dmsm_sdcc.h160 dmov_box cmd[NR_SG];
Dmsm_sdcc.c335 dmov_box *box; in msmsdcc_config_dma()