Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h429 * callback in the dma_device structure, device_config and this struct
819 * @device_config: Pushes a new configuration to a channel, return 0 or an error
912 int (*device_config)(struct dma_chan *chan, struct dma_slave_config *config); member
930 if (chan->device->device_config) { in dmaengine_slave_config()
931 return chan->device->device_config(chan, config); in dmaengine_slave_config()

Completed in 3 milliseconds