Searched refs:stm32_timers_dma_burst_read (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/mfd/ |
D | stm32-timers.h | 128 int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, 133 static inline int stm32_timers_dma_burst_read(struct device *dev, u32 *buf, in stm32_timers_dma_burst_read() function
|
/linux-5.19.10/drivers/mfd/ |
D | stm32-timers.c | 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);
|
/linux-5.19.10/drivers/pwm/ |
D | pwm-stm32.c | 133 ret = stm32_timers_dma_burst_read(parent, priv->capture, dma_id, ccr, 2, in stm32_pwm_raw_capture()
|