Home
last modified time | relevance | path

Searched refs:stm32_timers_dma_burst_read (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mfd/
H A Dstm32-timers.h124 int stm32_timers_dma_burst_read(struct device *dev, u32 *buf,
129 static inline int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, in stm32_timers_dma_burst_read() function
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dstm32-timers.h129 int stm32_timers_dma_burst_read(struct device *dev, u32 *buf,
134 static inline int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, in stm32_timers_dma_burst_read() function
/kernel/linux/linux-5.10/drivers/mfd/
H A Dstm32-timers.c38 * stm32_timers_dma_burst_read - Read from timers registers using DMA.
49 int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, in stm32_timers_dma_burst_read() function
150 EXPORT_SYMBOL_GPL(stm32_timers_dma_burst_read); variable
/kernel/linux/linux-6.6/drivers/mfd/
H A Dstm32-timers.c39 * stm32_timers_dma_burst_read - Read from timers registers using DMA.
50 int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, in stm32_timers_dma_burst_read() function
151 EXPORT_SYMBOL_GPL(stm32_timers_dma_burst_read); variable
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-stm32.c133 ret = stm32_timers_dma_burst_read(parent, priv->capture, dma_id, ccr, 2, in stm32_pwm_raw_capture()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-stm32.c133 ret = stm32_timers_dma_burst_read(parent, priv->capture, dma_id, ccr, 2, in stm32_pwm_raw_capture()

Completed in 4 milliseconds