2012年7月20日
摘要: spi/** * struct spi_transfer - a read/write buffer pair * @tx_buf: data to be written (dma-safe memory), or NULL * @rx_buf: data to be read (dma-safe memory), or NULL * @tx_dma: DMA address of tx_buf, if @spi_message.is_dma_mapped * @rx_dma: DMA address of rx_buf, if @spi_message.is_dma_mapped ... 阅读全文
posted @ 2012-07-20 07:05 _song 阅读(846) 评论(0) 推荐(0) 编辑