Home
last modified time | relevance | path

Searched refs:msm_dmov_cmd (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/arm/mach-msm/include/mach/
Ddma.h25 struct msm_dmov_cmd { struct
28 void (*complete_func)(struct msm_dmov_cmd *cmd, argument
31 void (*execute_func)(struct msm_dmov_cmd *cmd); argument
36 void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd); argument
37 void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful);
41 void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) { } in msm_dmov_enqueue_cmd()
43 void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful) { } in msm_dmov_stop_cmd()
/linux-3.4.99/arch/arm/mach-msm/
Ddma.c50 void msm_dmov_stop_cmd(unsigned id, struct msm_dmov_cmd *cmd, int graceful) in msm_dmov_stop_cmd()
55 void msm_dmov_enqueue_cmd(unsigned id, struct msm_dmov_cmd *cmd) in msm_dmov_enqueue_cmd()
94 struct msm_dmov_cmd dmov_cmd;
102 dmov_exec_cmdptr_complete_func(struct msm_dmov_cmd *_cmd, in dmov_exec_cmdptr_complete_func()
146 struct msm_dmov_cmd *cmd; in msm_datamover_irq_handler()
/linux-3.4.99/drivers/mmc/host/
Dmsm_sdcc.h170 struct msm_dmov_cmd hdr;
Dmsm_sdcc.c209 msmsdcc_dma_exec_func(struct msm_dmov_cmd *cmd) in msmsdcc_dma_exec_func()
305 msmsdcc_dma_complete_func(struct msm_dmov_cmd *cmd, in msmsdcc_dma_complete_func()
/linux-3.4.99/drivers/tty/serial/
Dmsm_serial_hs.c252 struct msm_dmov_cmd xfer;
280 struct msm_dmov_cmd xfer;
870 static void msm_hs_dmov_tx_callback(struct msm_dmov_cmd *cmd_ptr, in msm_hs_dmov_tx_callback()
900 static void msm_hs_dmov_rx_callback(struct msm_dmov_cmd *cmd_ptr, in msm_hs_dmov_rx_callback()